mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Merge branch 'transifex' into 'v2.9.x'
Transifex See merge request allianceauth/allianceauth!1346
This commit is contained in:
commit
0f479d525e
@ -1,6 +1,5 @@
|
||||
{% extends 'public/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
{% if messages %}
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% load bootstrap %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block page_title %}{% translate "Registration" %}{% endblock %}
|
||||
{% block page_title %}{% translate "Registration" %}{% endblock %}
|
||||
|
||||
{% block extra_include %}
|
||||
{% include 'bundles/bootstrap-css.html' %}
|
||||
|
@ -2,7 +2,7 @@
|
||||
{% load bootstrap %}
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
{% block page_title %}Register{% endblock %}
|
||||
{% block page_title %}{% translate "Register" %}{% endblock %}
|
||||
{% block middle_box_content %}
|
||||
<form class="form-signin" role="form" action="" method="POST">
|
||||
{% csrf_token %}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block page_title %}HR Application Management{% endblock page_title %}
|
||||
{% block page_title %}{% translate "HR Application Management" %}{% endblock page_title %}
|
||||
{% block extra_css %}{% endblock extra_css %}
|
||||
|
||||
{% block content %}
|
||||
|
Binary file not shown.
@ -5,17 +5,17 @@
|
||||
#
|
||||
# Translators:
|
||||
# Erik Kalkoken <erik.kalkoken@gmail.com>, 2020
|
||||
# Joel Falknau <ozirascal@gmail.com>, 2020
|
||||
# Peter Pfeufer <rounon.dax@terra-nanotech.de>, 2020
|
||||
# Peter Pfeufer <rounon.dax@terra-nanotech.de>, 2021
|
||||
# Joel Falknau <ozirascal@gmail.com>, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Peter Pfeufer <rounon.dax@terra-nanotech.de>, 2020\n"
|
||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2021\n"
|
||||
"Language-Team: German (https://www.transifex.com/alliance-auth/teams/107430/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,11 +25,11 @@ msgstr ""
|
||||
|
||||
#: allianceauth/analytics/models.py:29
|
||||
msgid "Google Analytics Universal"
|
||||
msgstr ""
|
||||
msgstr "Google Analytics Universal"
|
||||
|
||||
#: allianceauth/analytics/models.py:30
|
||||
msgid "Google Analytics V4"
|
||||
msgstr ""
|
||||
msgstr "Google Analytics V4"
|
||||
|
||||
#: allianceauth/authentication/decorators.py:37
|
||||
msgid "A main character is required to perform that action. Add one below."
|
||||
@ -109,7 +109,17 @@ msgstr "Corp"
|
||||
msgid "Alliance"
|
||||
msgstr "Allianz"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Einloggen"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr "Anmeldung"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "Registrieren"
|
||||
|
||||
@ -146,7 +156,7 @@ msgstr "Euer IT Team"
|
||||
msgid "Submit"
|
||||
msgstr "Absenden"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
@ -155,32 +165,32 @@ msgstr ""
|
||||
"Der Haputcharakter kann nicht zu %(char)s geändert werden. Dieser Charakter "
|
||||
"gehört zu einem anderen Konto."
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "Haupcharakter geändert zu %(char)s"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "%(name)s zu Deinem Konto hinzugefügt."
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr ""
|
||||
"Es ist nicht möglich %(name)s zu Deinem Konto hinzu zu fügen: Dieser hat "
|
||||
"bereits ein eigenes Konto."
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "Authentifizierung mit dem ausgewählten Charakter nicht möglich."
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "Token zur Registrierung ist abgelaufen."
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
@ -188,12 +198,12 @@ msgstr ""
|
||||
"Bestätigungsmail gesendet. Bitte folge dem Link in der E-Mail zur "
|
||||
"Bestätigung."
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr ""
|
||||
"Deine E-Mail Adresse wurde bestätigt. Bitte log Dich ein um fortzufahren."
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr "Registrierung von neuen Konten ist zur Zeit nicht erlaubt."
|
||||
|
||||
@ -307,16 +317,16 @@ msgstr "Fehler beim Sammeln von Corpstatistiken mit ausgewählten Token."
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "Flottenaktivitäts-Tracking"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "Flottenname"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "Dauer des FAT-Links"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "Minuten"
|
||||
|
||||
@ -389,8 +399,8 @@ msgstr "Benutzername"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "System"
|
||||
|
||||
@ -404,9 +414,10 @@ msgstr "Schiff"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "Eve Zeit"
|
||||
|
||||
@ -467,8 +478,8 @@ msgstr "Flotte"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "Ersteller"
|
||||
|
||||
@ -573,6 +584,7 @@ msgstr "Protokoll"
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "Zurück"
|
||||
|
||||
@ -594,8 +606,8 @@ msgstr "Typ"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "Aktion"
|
||||
|
||||
@ -629,7 +641,7 @@ msgstr "Organization"
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:50
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:76
|
||||
msgid "Group leader"
|
||||
msgstr ""
|
||||
msgstr "Gruppenleiter"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:61
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/index.html:80
|
||||
@ -711,6 +723,19 @@ msgstr "Verfügbare Gruppen"
|
||||
msgid "Leave"
|
||||
msgstr "Verlassen"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "Beantragt"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "Beitreten"
|
||||
@ -762,6 +787,7 @@ msgid "No group leave requests."
|
||||
msgstr "Keine Gruppenaustrittsanfragen"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Toggle Navigation"
|
||||
|
||||
@ -839,37 +865,24 @@ msgstr "Du bist bereits Mitglied dieser Gruppe."
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr "Du hast Dich bereits für diese Gruppe beworben."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "Beantragt"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "Beitritt zur Gruppe %(group)s beantragt."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "Du kannst diese Gruppe nicht verlassen"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "Du bist kein Mitglied dieser Gruppe"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr "Du hast bereits ein ausstehendes Austrittsgesuch für diese Gruppe."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "Austrittsgesuch für Gruppe %(group)s gesendet."
|
||||
@ -906,6 +919,7 @@ msgid "Apply To"
|
||||
msgstr "Bewerben bei"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr "Bewerbungsverwaltung"
|
||||
|
||||
@ -1046,22 +1060,23 @@ msgstr "Kommentar hinzufügen"
|
||||
|
||||
#: allianceauth/notifications/models.py:21
|
||||
msgid "danger"
|
||||
msgstr ""
|
||||
msgstr "Gefahr"
|
||||
|
||||
#: allianceauth/notifications/models.py:22
|
||||
msgid "warning"
|
||||
msgstr ""
|
||||
msgstr "Warnung"
|
||||
|
||||
#: allianceauth/notifications/models.py:23
|
||||
msgid "info"
|
||||
msgstr ""
|
||||
msgstr "Information"
|
||||
|
||||
#: allianceauth/notifications/models.py:24
|
||||
msgid "success"
|
||||
msgstr ""
|
||||
msgstr "Erfolg"
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "Benachrichtigungen"
|
||||
|
||||
@ -1159,8 +1174,8 @@ msgstr "Form Up System"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr "Ortszeit"
|
||||
|
||||
@ -1182,22 +1197,22 @@ msgid "Current Eve Time:"
|
||||
msgstr "Momentane Eve Zeit"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr "Nächste Timer"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr "Keine kommenden Timer."
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr "Vergangene Timer"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr "Keine vergangenen Timer."
|
||||
|
||||
@ -1276,13 +1291,50 @@ msgstr "Nutzer"
|
||||
msgid "States"
|
||||
msgstr "Status"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr "Englisch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr "Deutsch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr "Spanisch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr "Chinesisch vereinfacht"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr "Russisch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr "Koreanisch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr "Französisch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr "Japanisch"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr "Italienisch"
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr "Dieses Dienstkonto existiert bereits"
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
msgstr "Dein {} Passwort wurde erfolgreich gesetzt"
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr "Dein {self.service_name} Passwort wurde erfolgreich gesetzt"
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
msgid "Services"
|
||||
@ -1360,6 +1412,10 @@ msgstr ""
|
||||
"Dein Discord Konto wurde automatisch durch Auth deaktiviert. Wenn Du glaubst"
|
||||
" dies war ein Fehler, kontaktiere bitte einen Administrator."
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr "Discord"
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr "Discord Server beitreten"
|
||||
@ -1545,6 +1601,10 @@ msgstr "Setze SMF Passwort."
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr "Kann den Benutzer %s auf dem Server nicht finden"
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr "TS3 Gruppen aktualisieren"
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr "Teamspeak bestätigen"
|
||||
@ -1686,15 +1746,15 @@ msgstr "Zusätzliche Info"
|
||||
|
||||
#: allianceauth/srp/form.py:16
|
||||
msgid "Killboard Link (zkillboard.com or kb.evetools.org)"
|
||||
msgstr ""
|
||||
msgstr "Killboard Link (zkillboard.com oder kb.evetools.org)"
|
||||
|
||||
#: allianceauth/srp/form.py:34
|
||||
msgid "Invalid Link. Please use zkillboard.com or kb.evetools.org"
|
||||
msgstr ""
|
||||
msgstr "Ungültiger Link. Bitte nutze zkillboard.com oder kb.evetools.org"
|
||||
|
||||
#: allianceauth/srp/form.py:46
|
||||
msgid "Invalid Link. Please post a direct link to a killmail."
|
||||
msgstr ""
|
||||
msgstr "Ungültiger Link. Bitte poste einen direkten Link zu einer Killmail."
|
||||
|
||||
#: allianceauth/srp/form.py:53
|
||||
msgid "After Action Report Link"
|
||||
@ -1888,7 +1948,7 @@ msgstr "SRP Code %(srpfleetid)s konnte nicht gefunden werden."
|
||||
|
||||
#: allianceauth/srp/views.py:179
|
||||
msgid "This kill mail has already been posted."
|
||||
msgstr ""
|
||||
msgstr "Diese Killmail wurde bereits gepostet."
|
||||
|
||||
#: allianceauth/srp/views.py:200
|
||||
msgid ""
|
||||
@ -1960,11 +2020,11 @@ msgstr "Geschlossen"
|
||||
|
||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:26
|
||||
msgid "Powered by GitLab"
|
||||
msgstr ""
|
||||
msgstr "Unterstützt durch GitLab"
|
||||
|
||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||
msgid "Support Discord"
|
||||
msgstr ""
|
||||
msgstr "Support Discord"
|
||||
|
||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:41
|
||||
msgid "Software Version"
|
||||
@ -2007,7 +2067,7 @@ msgstr[1] "%(tasks)sAufgaben"
|
||||
|
||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||
msgid "Night Mode"
|
||||
msgstr ""
|
||||
msgstr "Nachtmodus"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||
msgid "Admin"
|
||||
@ -2015,54 +2075,50 @@ msgstr "Admin"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:19
|
||||
msgid "AA Documentation"
|
||||
msgstr ""
|
||||
msgstr "AA Dokumentation"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:26
|
||||
msgid "AA Support Discord"
|
||||
msgstr ""
|
||||
msgstr "AA Support Discord"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:10
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:14
|
||||
msgid "User Menu"
|
||||
msgstr ""
|
||||
msgstr "Nutzermenü"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:56
|
||||
msgid "Logout"
|
||||
msgstr "Ausloggen"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Einloggen"
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr "anderes"
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr "Freundlich"
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr "Feindlich"
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr "Neutral"
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr "Details"
|
||||
|
||||
@ -2075,32 +2131,64 @@ msgid "Structure Type"
|
||||
msgstr "Strukturen Typ"
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr "Ziel"
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr "Tage verbleibend"
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr "Stunden verbleibend"
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr "Minuten verbleibend"
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr "Wichtig"
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr "Auf Corp beschränkt"
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr "Hülle"
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr "Timer löschen"
|
||||
@ -2139,8 +2227,8 @@ msgid "Corp Timers"
|
||||
msgstr "Corp Timer"
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr "Struktur"
|
||||
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -4,17 +4,17 @@
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
# Translators:
|
||||
# Joel Falknau <ozirascal@gmail.com>, 2020
|
||||
# frank1210 <francolopez_16@hotmail.com>, 2020
|
||||
# frank1210 <francolopez_16@hotmail.com>, 2021
|
||||
# Joel Falknau <ozirascal@gmail.com>, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: frank1210 <francolopez_16@hotmail.com>, 2020\n"
|
||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2021\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/alliance-auth/teams/107430/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -106,7 +106,17 @@ msgstr "Corporación"
|
||||
msgid "Alliance"
|
||||
msgstr "Allianza"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Ingresar"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "Registrar"
|
||||
|
||||
@ -141,52 +151,52 @@ msgstr "Tu equipo de IT"
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
"account."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "Se ha cambiado tu personaje principal ha %(char)s"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "Se ha agregado a %(name)s a tu cuenta"
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr ""
|
||||
"Se fallo en agregar a %(name)s a tu cuenta: Ya se encuentra registrado en "
|
||||
"otra cuenta."
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "Imposible validar con el personaje seleccionado."
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "El token de registracion expiro."
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
msgstr ""
|
||||
"Confirmacion de mail enviada. Por favor siga el enlace para confirmar "
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr ""
|
||||
"Se ha confirmado su direccion de mail. Por favor igrese su token para "
|
||||
"continuar."
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -301,16 +311,16 @@ msgstr ""
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "Seguimiento de Flotas"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "Nombre de flota"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "Duracion del fat-link"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "minutos"
|
||||
|
||||
@ -383,8 +393,8 @@ msgstr "Usuario"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "Sistema"
|
||||
|
||||
@ -398,9 +408,10 @@ msgstr "Nave"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "Hora Eve"
|
||||
|
||||
@ -461,8 +472,8 @@ msgstr "Flota"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "Creador"
|
||||
|
||||
@ -567,6 +578,7 @@ msgstr "Log de Auditoria"
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "Volver"
|
||||
|
||||
@ -588,8 +600,8 @@ msgstr "Tipo"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "Accion"
|
||||
|
||||
@ -705,6 +717,19 @@ msgstr "Grupos Disponibles"
|
||||
msgid "Leave"
|
||||
msgstr "Dejar"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "Pendiente"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "Unirse"
|
||||
@ -756,6 +781,7 @@ msgid "No group leave requests."
|
||||
msgstr "No hay solicitudes paradejar el grupo."
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Navegacion"
|
||||
|
||||
@ -832,37 +858,24 @@ msgstr ""
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "Pendiente"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "Solicitud enviada al grupo %(group)s."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "No puedes dejar el grupos"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "No eres miembro de ese grupo"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "Solicitaste dejar el grupo %(group)s."
|
||||
@ -899,6 +912,7 @@ msgid "Apply To"
|
||||
msgstr "Aplicar a"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr "RRHH Manejo de Solicitudes"
|
||||
|
||||
@ -1055,6 +1069,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "Notificaciones"
|
||||
|
||||
@ -1152,8 +1167,8 @@ msgstr "Sistema de encuentro"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr "Tiempo Local"
|
||||
|
||||
@ -1175,22 +1190,22 @@ msgid "Current Eve Time:"
|
||||
msgstr "Tipo en EVE actual:"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr "Siguientes Timers"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr "No hay proximos timers."
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr "Timers Pasados"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr "No hay timers pasados"
|
||||
|
||||
@ -1269,12 +1284,49 @@ msgstr "Usuarios"
|
||||
msgid "States"
|
||||
msgstr "Estados"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr "Ingles"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr "Aleman"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr "Español"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr "Ruso"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
@ -1351,6 +1403,10 @@ msgid ""
|
||||
"was a mistake, please contact an admin."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr ""
|
||||
@ -1529,6 +1585,10 @@ msgstr ""
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr "No fue posible localizar tu usuario %s en el servidor"
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr "Verificar Teamspeak"
|
||||
@ -2006,39 +2066,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr "Salir"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Ingresar"
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr "Amigable"
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr "Hostil"
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr "Neutral"
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr "Detalles"
|
||||
|
||||
@ -2051,32 +2107,64 @@ msgid "Structure Type"
|
||||
msgstr "Tipo de Estructura"
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr "Objetivo"
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr "Dias restantes"
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr "Horas Restantes"
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr "Minutos Restantes"
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr "Importante"
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr "Restringido a Corp"
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr "Borrar Timer"
|
||||
@ -2115,8 +2203,8 @@ msgid "Corp Timers"
|
||||
msgstr "Timers de Corporacion"
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr "Estructura"
|
||||
|
||||
|
Binary file not shown.
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Keven D. <theenarki@gmail.com>, 2020\n"
|
||||
"Language-Team: French (France) (https://www.transifex.com/alliance-auth/teams/107430/fr_FR/)\n"
|
||||
@ -110,7 +110,17 @@ msgstr "Corpo"
|
||||
msgid "Alliance"
|
||||
msgstr "Alliance"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Connexion"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "S'inscrire"
|
||||
|
||||
@ -148,7 +158,7 @@ msgstr "Votre équipe de soutien"
|
||||
msgid "Submit"
|
||||
msgstr "Envoyer"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
@ -157,30 +167,30 @@ msgstr ""
|
||||
"Impossible de changer le personnage principal à %(char)s. Le personnage "
|
||||
"appartient à un autre compte."
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "Changé le personnage principal à %(char)s"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "Ajouté %(name)s à votre compte."
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr "Impossible d'ajouter %(name)s à votre compte: ils ont déjà un compte."
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "Personnage principal : échec de l'identification."
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "Le token d'enregistrement est expiré."
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
@ -188,12 +198,12 @@ msgstr ""
|
||||
"Email de confirmation envoyé. Cliquez sur le lien pour valider votre adresse"
|
||||
" email."
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr ""
|
||||
"Votre adresse email a été confirmé. Veuillez vous connecter pour continuer."
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr "La création de nouveaux comptes n'est pas actuellement permise."
|
||||
|
||||
@ -308,16 +318,16 @@ msgstr ""
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "Suivi de participation en flotte"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "Nom de flotte"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "Durée de vie du lien FAT"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "minutes"
|
||||
|
||||
@ -390,8 +400,8 @@ msgstr "Utilisateur"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "Système"
|
||||
|
||||
@ -405,9 +415,10 @@ msgstr "Vaisseau"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "Heure d'EVE"
|
||||
|
||||
@ -468,8 +479,8 @@ msgstr "Flotte"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "Créateur"
|
||||
|
||||
@ -574,6 +585,7 @@ msgstr ""
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "Retour"
|
||||
|
||||
@ -595,8 +607,8 @@ msgstr "Type"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "Action"
|
||||
|
||||
@ -712,6 +724,19 @@ msgstr "Groupes disponibles"
|
||||
msgid "Leave"
|
||||
msgstr "Quitter"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "En attente."
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "Rejoindre"
|
||||
@ -763,6 +788,7 @@ msgid "No group leave requests."
|
||||
msgstr "Aucune demande en cours"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Activer navigation"
|
||||
|
||||
@ -840,37 +866,24 @@ msgstr "Vous faites déjà parti de ce groupe."
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr "Vous avez déjà une application en attente pour joindre ce groupe."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "En attente."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "Appliqué au groupe %(group)s."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "Vous ne pouvez pas quitter ce groupe."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "Vous n'êtes pas un membre de ce groupe."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr "Vous avec déjà une demande de quitter ce groupe en attente."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "Appliqué pour quitter le groupe %(group)s."
|
||||
@ -907,6 +920,7 @@ msgid "Apply To"
|
||||
msgstr "Appliquer"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr ""
|
||||
|
||||
@ -1063,6 +1077,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "Alertes"
|
||||
|
||||
@ -1160,8 +1175,8 @@ msgstr "Système de départ"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr "Heure Locale"
|
||||
|
||||
@ -1183,22 +1198,22 @@ msgid "Current Eve Time:"
|
||||
msgstr "Heure d'Eve actuelle:"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr "Prochains minuteurs"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr "Aucun minuteur à venir."
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr "Minuteurs précédents"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr "Aucun minuteur précédent."
|
||||
|
||||
@ -1277,13 +1292,50 @@ msgstr "Utilisateurs"
|
||||
msgid "States"
|
||||
msgstr "États"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr "Ce compte de service existe déjà."
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
msgstr "Mot de passe {} créé avec succès."
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
msgid "Services"
|
||||
@ -1361,6 +1413,10 @@ msgstr ""
|
||||
"Votre compte Discord a été désactivé automatiquement par Auth. Si vous "
|
||||
"pensez que c'est une erreur, veuillez contacter un administrateur."
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr "Joindre le serveur Discord"
|
||||
@ -1545,6 +1601,10 @@ msgstr "Définir le mot de passe SMF."
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr "%s non trouvé sur le serveur."
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr ""
|
||||
@ -2023,39 +2083,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr "Déconnexion"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Connexion"
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr "Amical"
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr "Hostile"
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr "Neutre"
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr "Details"
|
||||
|
||||
@ -2068,32 +2124,64 @@ msgid "Structure Type"
|
||||
msgstr "Type de structure"
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr "Objectif"
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr "Jour restants"
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr "Heures restantes"
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr "Minutes restantes"
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr "Important"
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr "Limité à la Corporation"
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr "Supprimer le minuteur"
|
||||
@ -2132,8 +2220,8 @@ msgid "Corp Timers"
|
||||
msgstr "Minuteur de corporation"
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr "Structure"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Alessandro Cresti, 2021\n"
|
||||
"Language-Team: Italian (Italy) (https://www.transifex.com/alliance-auth/teams/107430/it_IT/)\n"
|
||||
@ -110,7 +110,17 @@ msgstr "Corporazione"
|
||||
msgid "Alliance"
|
||||
msgstr "Alleanza"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "Registrati"
|
||||
|
||||
@ -148,7 +158,7 @@ msgstr "Il tuo team IT"
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
@ -157,32 +167,32 @@ msgstr ""
|
||||
"Il seguente personaggio %(char)s non può essere reso principale: è già "
|
||||
"utilizzato da un altro profilo."
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "Hai reso personaggio principale: %(char)s"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "%(name)s è stato aggiunto al tuo profilo."
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr ""
|
||||
"Impossibile aggiungere %(name)s al tuo profilo: quel personaggio è già "
|
||||
"collegato ad un altro profilo."
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "L'invito per registrarsi è scaduto."
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
@ -190,13 +200,13 @@ msgstr ""
|
||||
"Un messaggio di conferma è stato inviato. Per favore, utilizza il link per "
|
||||
"confermare il tuo indirizzo di posta elettronica."
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr ""
|
||||
"Il tuo indirizzo di posta elettronica è stato confermato. Per favore accedi "
|
||||
"per continuare."
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr "Al momento non è possibile registrare nuovi profili."
|
||||
|
||||
@ -311,16 +321,16 @@ msgstr ""
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "Monitoraggio attività della flotta"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "Nome della flotta"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "Durata del fat-link"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "minuti"
|
||||
|
||||
@ -393,8 +403,8 @@ msgstr "Utente"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "Sistema"
|
||||
|
||||
@ -408,9 +418,10 @@ msgstr "Nave"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "Ora Eve"
|
||||
|
||||
@ -471,8 +482,8 @@ msgstr "Flotta"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "Autore"
|
||||
|
||||
@ -577,6 +588,7 @@ msgstr ""
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "Indietro"
|
||||
|
||||
@ -598,8 +610,8 @@ msgstr "Tipo"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "Azione"
|
||||
|
||||
@ -715,6 +727,19 @@ msgstr "Gruppi disponibili"
|
||||
msgid "Leave"
|
||||
msgstr "Abbandona"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "Unisciti"
|
||||
@ -766,6 +791,7 @@ msgid "No group leave requests."
|
||||
msgstr "Nessuna richiesta di abbandono."
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Attiva/disattiva navigazione"
|
||||
|
||||
@ -839,37 +865,24 @@ msgstr ""
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr ""
|
||||
@ -906,6 +919,7 @@ msgid "Apply To"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr ""
|
||||
|
||||
@ -1062,6 +1076,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr ""
|
||||
|
||||
@ -1159,8 +1174,8 @@ msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr ""
|
||||
|
||||
@ -1182,22 +1197,22 @@ msgid "Current Eve Time:"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr ""
|
||||
|
||||
@ -1276,12 +1291,49 @@ msgstr ""
|
||||
msgid "States"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
@ -1358,6 +1410,10 @@ msgid ""
|
||||
"was a mistake, please contact an admin."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr ""
|
||||
@ -1536,6 +1592,10 @@ msgstr ""
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr ""
|
||||
@ -2012,39 +2072,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
@ -2057,32 +2113,64 @@ msgid "Structure Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "Objective"
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
msgid "Days Remaining"
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr ""
|
||||
@ -2121,8 +2209,8 @@ msgid "Corp Timers"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr ""
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2020\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/alliance-auth/teams/107430/ja/)\n"
|
||||
@ -107,7 +107,17 @@ msgstr "Corp"
|
||||
msgid "Alliance"
|
||||
msgstr "Alliance"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "登録"
|
||||
|
||||
@ -142,47 +152,47 @@ msgstr "サポートチームより"
|
||||
msgid "Submit"
|
||||
msgstr "Submit"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
"account."
|
||||
msgstr "メインキャラクターを%(char)sへ変更できません。別のアカウントによって利用されています。"
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "メインキャラクターを%(char)sへ変更しました。"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "%(name)sをアカウントに追加しました。"
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr "%(name)sをアカウントに追加することができません。すでにほかのアカウントを持っています。"
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "選択されたキャラクターの認証が行えませんでした。"
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "Registration tokenが期限切れです。"
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
msgstr "確認のメールを送りました。メール内のリンクをご確認の上、メールアドレスの認証を完了させてください。"
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr "メールアドレスの確認が取れました。Loginしてください。"
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr "現在新規アカウントの登録を停止しております。"
|
||||
|
||||
@ -296,16 +306,16 @@ msgstr "選択された TokenではCorporation Statisticsを取得できませ
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "Fat-Linkの有効時間"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "分"
|
||||
|
||||
@ -378,8 +388,8 @@ msgstr ""
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr ""
|
||||
|
||||
@ -393,9 +403,10 @@ msgstr ""
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr ""
|
||||
|
||||
@ -454,8 +465,8 @@ msgstr ""
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "作成者"
|
||||
|
||||
@ -560,6 +571,7 @@ msgstr ""
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "戻る"
|
||||
|
||||
@ -581,8 +593,8 @@ msgstr ""
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
@ -698,6 +710,19 @@ msgstr "参加可能Group"
|
||||
msgid "Leave"
|
||||
msgstr "脱退"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "処理中"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "参加"
|
||||
@ -749,6 +774,7 @@ msgid "No group leave requests."
|
||||
msgstr "グループ脱退希望はありません。"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
@ -822,37 +848,24 @@ msgstr "すでにその Group に参加してます。"
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr "すでに参加申請を送付済みです。"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "処理中"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "%(group)sへの参加申請を送信しました。"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "この Group から脱退することはできません"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "あなたはその Group のメンバーではありません"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr "すでに脱退申請を送信済みです。"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "%(group)sからの脱退申請を送信しました。"
|
||||
@ -889,6 +902,7 @@ msgid "Apply To"
|
||||
msgstr "申請中"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr ""
|
||||
|
||||
@ -1045,6 +1059,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "通知"
|
||||
|
||||
@ -1142,8 +1157,8 @@ msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr ""
|
||||
|
||||
@ -1165,22 +1180,22 @@ msgid "Current Eve Time:"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr ""
|
||||
|
||||
@ -1259,12 +1274,49 @@ msgstr ""
|
||||
msgid "States"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr "そのアカウントは既に存在してます。"
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
@ -1341,6 +1393,10 @@ msgid ""
|
||||
"was a mistake, please contact an admin."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr "Discord Serverに参加"
|
||||
@ -1519,6 +1575,10 @@ msgstr ""
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr ""
|
||||
@ -1997,39 +2057,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
@ -2042,32 +2098,64 @@ msgid "Structure Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "Objective"
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
msgid "Days Remaining"
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr ""
|
||||
@ -2106,8 +2194,8 @@ msgid "Corp Timers"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr ""
|
||||
|
||||
|
Binary file not shown.
@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2020\n"
|
||||
"Language-Team: Korean (Korea) (https://www.transifex.com/alliance-auth/teams/107430/ko_KR/)\n"
|
||||
@ -111,7 +111,17 @@ msgstr "콥"
|
||||
msgid "Alliance"
|
||||
msgstr "얼라이언스"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "로그인"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "등록"
|
||||
|
||||
@ -146,47 +156,47 @@ msgstr "당신의 전산팀"
|
||||
msgid "Submit"
|
||||
msgstr "제출"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
"account."
|
||||
msgstr "%(char)s를 주캐릭터로 변경할 수 없습니다.: 다른 계장이 해당 캐릭터를 소유하고 있습니다."
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "주 캐릭터가 %(char)s로 변경됨"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "계정에 %(name)s를 추가했습니다."
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr "계정에 %(name)s를 추가하지 못했습니다. 이미 추가된 계정입니다."
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "선택한 캐릭터로 인증을 수행할 수 없음"
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "등록토큰 만료"
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
msgstr "확인 메일 전송됨. 다음 링크를 눌러 이메일 주소를 확인하세요."
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr "이메일 주소가 확인되었습니다. 로그인 해주세요."
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr "현재 새로운 계정 등록은 받지않습니다."
|
||||
|
||||
@ -300,16 +310,16 @@ msgstr "선택한 토큰으로 콥 통계 수집 실패"
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "플릿활동 추적"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "플릿 이름"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "플릿활동추적 링크 주기"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "분"
|
||||
|
||||
@ -382,8 +392,8 @@ msgstr "유저"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "시스템"
|
||||
|
||||
@ -397,9 +407,10 @@ msgstr "배"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "이브 시간"
|
||||
|
||||
@ -458,8 +469,8 @@ msgstr "함대"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "생성자"
|
||||
|
||||
@ -564,6 +575,7 @@ msgstr "감사 기록"
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "돌아가기"
|
||||
|
||||
@ -585,8 +597,8 @@ msgstr "타입"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "활동"
|
||||
|
||||
@ -702,6 +714,19 @@ msgstr "사용 가능한 그룹"
|
||||
msgid "Leave"
|
||||
msgstr "떠나기"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "보류 중"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "참여하기"
|
||||
@ -753,6 +778,7 @@ msgid "No group leave requests."
|
||||
msgstr "탈퇴 요청 없음"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "네비게이션 전환"
|
||||
|
||||
@ -826,37 +852,24 @@ msgstr "이미 해당 그룹에 가입되어 있습니다."
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr "해당 그룹에 대한 참여신청이 보류되었습니다."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "보류 중"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "%(group)s그룹에 지원하였음."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "해당 그룹을 떠날 수 없습니다."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "해당그룹의 멤버가 아닙니다."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr "해당 그룹의 탈퇴 신청이 접수된 상태입니다."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "%(group)s그룹의 탈퇴가 신청됨."
|
||||
@ -893,6 +906,7 @@ msgid "Apply To"
|
||||
msgstr "지원서 제출"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr "지원서 관리"
|
||||
|
||||
@ -1049,6 +1063,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "알림"
|
||||
|
||||
@ -1146,8 +1161,8 @@ msgstr "폼업 성계"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr "현지 시간"
|
||||
|
||||
@ -1169,22 +1184,22 @@ msgid "Current Eve Time:"
|
||||
msgstr "현재 이브 시간:"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr "다음 옵 타이머"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr "예정된 옵 타이머가 없습니다."
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr "이전 옵 타이머"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr "최근 지나간 옵 타이머가 없습니다."
|
||||
|
||||
@ -1263,13 +1278,50 @@ msgstr "사용자"
|
||||
msgid "States"
|
||||
msgstr "상태"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr "해당 서비스계정이 이미 존재합니다."
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
msgstr "{} 비밀번호 설정 완료"
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
msgid "Services"
|
||||
@ -1345,6 +1397,10 @@ msgid ""
|
||||
"was a mistake, please contact an admin."
|
||||
msgstr "Auth에 의해 자동으로 디스코드 계정이 비활성화됐습니다. 원치 않는 사항일 경우, 관리자에게 문의해 주세요."
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr "디스코드 서버 입장"
|
||||
@ -1523,6 +1579,10 @@ msgstr "SMF 비밀번호 설정"
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr "사용자 %s을 서버에서 찾을 수 없습니다."
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr "팀스피크 인증"
|
||||
@ -1999,39 +2059,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr "로그아웃"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "로그인"
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr "기타"
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr "우호"
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr "적대"
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr "중립"
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr "설명"
|
||||
|
||||
@ -2044,32 +2100,64 @@ msgid "Structure Type"
|
||||
msgstr "스트럭처 종류"
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr "목표 대상"
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr "남은 일수"
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr "남은 시간"
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr "남은 분"
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr "중요"
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr "콥 제한"
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr "타이머 삭제"
|
||||
@ -2108,8 +2196,8 @@ msgid "Corp Timers"
|
||||
msgstr "콥 타이머"
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr "스트럭처"
|
||||
|
||||
|
Binary file not shown.
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Андрей Зубков <and.vareba81@gmail.com>, 2020\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/alliance-auth/teams/107430/ru/)\n"
|
||||
@ -109,7 +109,17 @@ msgstr "Корпорация"
|
||||
msgid "Alliance"
|
||||
msgstr "Альянс"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Вход"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "Регистрация"
|
||||
|
||||
@ -146,7 +156,7 @@ msgstr "Ваша техподдержка. "
|
||||
msgid "Submit"
|
||||
msgstr "Отправить"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
@ -154,40 +164,40 @@ msgid ""
|
||||
msgstr ""
|
||||
"Нельзя сменить основного персонажа на %(char)s: похоже, что Владелец не Вы. "
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "Основной персонаж заменен на %(char)s"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "Добавлен %(name)s на Ваш аккаунт."
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr "Персонаж %(name)s уже добавлен."
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "Невозможно авторизировать этого персонажа. "
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "Регистрационный токен просрочен."
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
msgstr "Отправить подтверждающее письмо. Пожалуйста, подтвердите почту. "
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr "Подтвердите Ваш email адрес. Зайти для подтверждения. "
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr "Регистрация новых аккаунтов в настоящее время невозможна."
|
||||
|
||||
@ -301,16 +311,16 @@ msgstr "Невозможно получить статистику корпор
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "Отслеживание активности флота"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "Имя Флота"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "Продолжительность ФлАк'ей"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "минуты"
|
||||
|
||||
@ -383,8 +393,8 @@ msgstr "Пользователь"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "Система"
|
||||
|
||||
@ -398,9 +408,10 @@ msgstr "Корабль"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "ET"
|
||||
|
||||
@ -465,8 +476,8 @@ msgstr "Флот"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "Создатель"
|
||||
|
||||
@ -571,6 +582,7 @@ msgstr "Записи безопасности"
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
@ -592,8 +604,8 @@ msgstr "Тип"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "Действие"
|
||||
|
||||
@ -709,6 +721,19 @@ msgstr "Доступные группы"
|
||||
msgid "Leave"
|
||||
msgstr "Покинуть"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "Ожидание"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "Присоединиться"
|
||||
@ -760,6 +785,7 @@ msgid "No group leave requests."
|
||||
msgstr "Нет групповых запросов на выход"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Проложить маршрут"
|
||||
|
||||
@ -837,37 +863,24 @@ msgstr "Вы уже участник этой группы."
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr "Вы уже подали заявку на вступление этой группы."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "Ожидание"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "Вступить в группу %(group)s."
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "Вы не можете покинуть эту группу"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "Вы не участник группыы"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr "Ваш запрос находится на рассмотрении"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "Запрос на выход из группы %(group)s."
|
||||
@ -904,6 +917,7 @@ msgid "Apply To"
|
||||
msgstr "Принять в"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr "HR Контроль"
|
||||
|
||||
@ -1060,6 +1074,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "Уведомления"
|
||||
|
||||
@ -1157,8 +1172,8 @@ msgstr "Система сбора"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr "Локальное время"
|
||||
|
||||
@ -1180,22 +1195,22 @@ msgid "Current Eve Time:"
|
||||
msgstr "Текущий EVE Time:"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr "Следующие таймера"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr "Нет предстоящих таймеров"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr "Прошлые таймера"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr "Таймера отсутствуют. "
|
||||
|
||||
@ -1274,13 +1289,50 @@ msgstr "Пользователи"
|
||||
msgid "States"
|
||||
msgstr "Состояния"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr "Этот сервис уже активирован"
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
msgstr "{} Пароль успешно обновлен."
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
msgid "Services"
|
||||
@ -1356,6 +1408,10 @@ msgid ""
|
||||
"was a mistake, please contact an admin."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr "Подключиться к серверу Discord"
|
||||
@ -1542,6 +1598,10 @@ msgstr ""
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr "Не могу найти %s на сервере"
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr "Утвердить TeamSpeak"
|
||||
@ -2024,39 +2084,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr "Выход"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "Вход"
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr "Прочие"
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr "Дружественный"
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr "Вражеский"
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr "Нейтрал"
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr "Детали"
|
||||
|
||||
@ -2069,32 +2125,64 @@ msgid "Structure Type"
|
||||
msgstr "Тип структуры"
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr "Задача"
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr "Дней осталось"
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr "Часов осталось"
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr "Минут осталось"
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr "Важно"
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr "Корпорация зарегистрированна"
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr "Удалить таймер"
|
||||
@ -2133,8 +2221,8 @@ msgid "Corp Timers"
|
||||
msgstr "Корпоративные таймера"
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr "Структура"
|
||||
|
||||
|
Binary file not shown.
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-10-15 11:58+1000\n"
|
||||
"POT-Creation-Date: 2021-10-26 18:36+1000\n"
|
||||
"PO-Revision-Date: 2020-02-18 03:14+0000\n"
|
||||
"Last-Translator: Aaron BuBu <351793078@qq.com>, 2020\n"
|
||||
"Language-Team: Chinese Simplified (https://www.transifex.com/alliance-auth/teams/107430/zh-Hans/)\n"
|
||||
@ -106,7 +106,17 @@ msgstr "所在公司"
|
||||
msgid "Alliance"
|
||||
msgstr "所在联盟"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:18
|
||||
#: allianceauth/authentication/templates/public/login.html:6
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "登录"
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:7
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/authentication/templates/public/register.html:22
|
||||
#: allianceauth/authentication/templates/registration/registration_form.html:5
|
||||
msgid "Register"
|
||||
msgstr "注册"
|
||||
|
||||
@ -141,47 +151,47 @@ msgstr "您的IT团队"
|
||||
msgid "Submit"
|
||||
msgstr "提交"
|
||||
|
||||
#: allianceauth/authentication/views.py:75
|
||||
#: allianceauth/authentication/views.py:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot change main character to %(char)s: character owned by a different "
|
||||
"account."
|
||||
msgstr "不能修改主角色为%(char)s:这个角色被另一个账户所拥有"
|
||||
|
||||
#: allianceauth/authentication/views.py:81
|
||||
#: allianceauth/authentication/views.py:83
|
||||
#, python-format
|
||||
msgid "Changed main character to %(char)s"
|
||||
msgstr "修改主要角色为%(char)s"
|
||||
|
||||
#: allianceauth/authentication/views.py:90
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#, python-format
|
||||
msgid "Added %(name)s to your account."
|
||||
msgstr "添加%(name)s到您的账户"
|
||||
|
||||
#: allianceauth/authentication/views.py:92
|
||||
#: allianceauth/authentication/views.py:94
|
||||
#, python-format
|
||||
msgid "Failed to add %(name)s to your account: they already have an account."
|
||||
msgstr "添加%(name)s到您的账户失败:他们已经在一个账户中了"
|
||||
|
||||
#: allianceauth/authentication/views.py:131
|
||||
#: allianceauth/authentication/views.py:133
|
||||
msgid "Unable to authenticate as the selected character."
|
||||
msgstr "无法作为选定的角色进行身份验证"
|
||||
|
||||
#: allianceauth/authentication/views.py:152
|
||||
#: allianceauth/authentication/views.py:197
|
||||
msgid "Registration token has expired."
|
||||
msgstr "注册令牌过期。"
|
||||
|
||||
#: allianceauth/authentication/views.py:207
|
||||
#: allianceauth/authentication/views.py:252
|
||||
msgid ""
|
||||
"Sent confirmation email. Please follow the link to confirm your email "
|
||||
"address."
|
||||
msgstr "已经发送了确认邮件。请按照链接确定您的电邮地址"
|
||||
|
||||
#: allianceauth/authentication/views.py:212
|
||||
#: allianceauth/authentication/views.py:257
|
||||
msgid "Confirmed your email address. Please login to continue."
|
||||
msgstr "已确认您的电邮地址。请登录以继续"
|
||||
|
||||
#: allianceauth/authentication/views.py:217
|
||||
#: allianceauth/authentication/views.py:262
|
||||
msgid "Registration of new accounts is not allowed at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -295,16 +305,16 @@ msgstr "未能使用指定的令牌收集军团信息"
|
||||
msgid "Fleet Activity Tracking"
|
||||
msgstr "舰队活动历史"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:6 allianceauth/srp/form.py:8
|
||||
#: allianceauth/srp/templates/srp/management.html:37
|
||||
msgid "Fleet Name"
|
||||
msgstr "舰队名"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "Duration of fat-link"
|
||||
msgstr "舰队点名发PAP链接"
|
||||
|
||||
#: allianceauth/fleetactivitytracking/forms.py:8
|
||||
#: allianceauth/fleetactivitytracking/forms.py:7
|
||||
msgid "minutes"
|
||||
msgstr "分钟数"
|
||||
|
||||
@ -377,8 +387,8 @@ msgstr "用户"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
|
||||
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:196
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:364
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:201
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:374
|
||||
msgid "System"
|
||||
msgstr "星系"
|
||||
|
||||
@ -392,9 +402,10 @@ msgstr "舰船"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:23
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:36
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:198
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:366
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:203
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:376
|
||||
msgid "Eve Time"
|
||||
msgstr "EVE时间"
|
||||
|
||||
@ -453,8 +464,8 @@ msgstr "舰队"
|
||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:368
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:205
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:378
|
||||
msgid "Creator"
|
||||
msgstr "创建者"
|
||||
|
||||
@ -559,6 +570,7 @@ msgstr "审计日志"
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
|
||||
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
|
||||
msgid "Back"
|
||||
msgstr "返回"
|
||||
|
||||
@ -580,8 +592,8 @@ msgstr "类型"
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18
|
||||
#: allianceauth/services/templates/services/services.html:18
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:40
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:370
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:207
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:380
|
||||
msgid "Action"
|
||||
msgstr "操作"
|
||||
|
||||
@ -697,6 +709,19 @@ msgstr "可用组"
|
||||
msgid "Leave"
|
||||
msgstr "离开"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:34
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:49
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "待定"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
|
||||
msgid "Join"
|
||||
msgstr "加入"
|
||||
@ -748,6 +773,7 @@ msgid "No group leave requests."
|
||||
msgstr "没有离开用户组的请求,小老弟你人缘可以啊?"
|
||||
|
||||
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
|
||||
#: allianceauth/templates/allianceauth/top-menu.html:8
|
||||
msgid "Toggle navigation"
|
||||
msgstr "打开导航栏"
|
||||
|
||||
@ -821,37 +847,24 @@ msgstr "你已经是那个群组的一员了。"
|
||||
msgid "You already have a pending application for that group."
|
||||
msgstr "你已经有了该组的未决申请"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:357
|
||||
#: allianceauth/groupmanagement/views.py:399
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:37
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:70
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:97
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:141
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38
|
||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:20
|
||||
#: allianceauth/srp/templates/srp/data.html:138
|
||||
#: allianceauth/srp/templates/srp/management.html:81
|
||||
msgid "Pending"
|
||||
msgstr "待定"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:363
|
||||
#: allianceauth/groupmanagement/views.py:362
|
||||
#, python-format
|
||||
msgid "Applied to group %(group)s."
|
||||
msgstr "修改已经应用到%(group)s啦"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:373
|
||||
#: allianceauth/groupmanagement/views.py:372
|
||||
msgid "You cannot leave that group"
|
||||
msgstr "你无法离开那个用户组"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:377
|
||||
#: allianceauth/groupmanagement/views.py:376
|
||||
msgid "You are not a member of that group"
|
||||
msgstr "你不是那个用户组的成员"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:389
|
||||
#: allianceauth/groupmanagement/views.py:388
|
||||
msgid "You already have a pending leave request for that group."
|
||||
msgstr "你已经有了该组的未决离开请求"
|
||||
|
||||
#: allianceauth/groupmanagement/views.py:405
|
||||
#: allianceauth/groupmanagement/views.py:403
|
||||
#, python-format
|
||||
msgid "Applied to leave group %(group)s."
|
||||
msgstr "已经离开群组%(group)s"
|
||||
@ -888,6 +901,7 @@ msgid "Apply To"
|
||||
msgstr "应用"
|
||||
|
||||
#: allianceauth/hrapplications/templates/hrapplications/management.html:6
|
||||
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
|
||||
msgid "HR Application Management"
|
||||
msgstr "管理人力资源申请"
|
||||
|
||||
@ -1044,6 +1058,7 @@ msgstr ""
|
||||
|
||||
#: allianceauth/notifications/templates/notifications/list.html:5
|
||||
#: allianceauth/notifications/templates/notifications/list.html:9
|
||||
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
|
||||
msgid "Notifications"
|
||||
msgstr "通知"
|
||||
|
||||
@ -1141,8 +1156,8 @@ msgstr "集结点"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:37
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:204
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:377
|
||||
msgid "Local Time"
|
||||
msgstr "本地时间"
|
||||
|
||||
@ -1164,22 +1179,22 @@ msgid "Current Eve Time:"
|
||||
msgstr "当前EVE游戏内时间"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:27
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:189
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
msgid "Next Timers"
|
||||
msgstr "接下来的时间节点"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:31
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:353
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
msgid "No upcoming timers."
|
||||
msgstr "没有快到的时间节点,歇一会吧"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:34
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:357
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:367
|
||||
msgid "Past Timers"
|
||||
msgstr "已经过去的时间节点"
|
||||
|
||||
#: allianceauth/optimer/templates/optimer/management.html:38
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:521
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:536
|
||||
msgid "No past timers."
|
||||
msgstr "没有已经结束的时间节点啦"
|
||||
|
||||
@ -1258,13 +1273,50 @@ msgstr "用户"
|
||||
msgid "States"
|
||||
msgstr "声望"
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:88
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:89
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:90
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:91
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:92
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:93
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:94
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:95
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/project_template/project_name/settings/base.py:96
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/abstract.py:72
|
||||
msgid "That service account already exists"
|
||||
msgstr "该服务账户仍然存在"
|
||||
|
||||
#: allianceauth/services/abstract.py:103
|
||||
msgid "Successfully set your {} password"
|
||||
msgstr "成功修改了你的[]密码"
|
||||
#, python-brace-format
|
||||
msgid "Successfully set your {self.service_name} password"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/auth_hooks.py:12
|
||||
msgid "Services"
|
||||
@ -1340,6 +1392,10 @@ msgid ""
|
||||
"was a mistake, please contact an admin."
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:5
|
||||
msgid "Discord"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
|
||||
msgid "Join the Discord server"
|
||||
msgstr ""
|
||||
@ -1518,6 +1574,10 @@ msgstr "修改SMF论坛密码"
|
||||
msgid "Unable to locate user %s on server"
|
||||
msgstr "服务器上找不到%s这个用户呀,老哥你再看看?"
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html:9
|
||||
msgid "Update TS3 groups"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
|
||||
msgid "Verify Teamspeak"
|
||||
msgstr "确认TS"
|
||||
@ -1993,39 +2053,35 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr "登出"
|
||||
|
||||
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
|
||||
msgid "Login"
|
||||
msgstr "登录"
|
||||
|
||||
#: allianceauth/timerboard/form.py:53
|
||||
msgid "Other"
|
||||
msgstr "其他"
|
||||
|
||||
#: allianceauth/timerboard/form.py:54
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:220
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:388
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:230
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:403
|
||||
msgid "Friendly"
|
||||
msgstr "蓝加"
|
||||
|
||||
#: allianceauth/timerboard/form.py:55
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:215
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:383
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:398
|
||||
msgid "Hostile"
|
||||
msgstr "红减"
|
||||
|
||||
#: allianceauth/timerboard/form.py:56
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:225
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:393
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:68
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:235
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:408
|
||||
msgid "Neutral"
|
||||
msgstr "白名"
|
||||
|
||||
#: allianceauth/timerboard/form.py:58
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:32
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:194
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:362
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:199
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:372
|
||||
msgid "Details"
|
||||
msgstr "详细信息"
|
||||
|
||||
@ -2038,32 +2094,64 @@ msgid "Structure Type"
|
||||
msgstr "建筑类型"
|
||||
|
||||
#: allianceauth/timerboard/form.py:62
|
||||
msgid "Timer Type"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:33
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:195
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:363
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:200
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:373
|
||||
msgid "Objective"
|
||||
msgstr "声望"
|
||||
|
||||
#: allianceauth/timerboard/form.py:63
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
msgid "Days Remaining"
|
||||
msgstr "剩余天数"
|
||||
|
||||
#: allianceauth/timerboard/form.py:64
|
||||
#: allianceauth/timerboard/form.py:65
|
||||
msgid "Hours Remaining"
|
||||
msgstr "剩余小时数"
|
||||
|
||||
#: allianceauth/timerboard/form.py:66
|
||||
#: allianceauth/timerboard/form.py:67
|
||||
msgid "Minutes Remaining"
|
||||
msgstr "剩余分钟"
|
||||
|
||||
#: allianceauth/timerboard/form.py:68
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
msgid "Important"
|
||||
msgstr "重要信息"
|
||||
|
||||
#: allianceauth/timerboard/form.py:69
|
||||
#: allianceauth/timerboard/form.py:70
|
||||
msgid "Corp-Restricted"
|
||||
msgstr "受限制的公司"
|
||||
|
||||
#: allianceauth/timerboard/models.py:14
|
||||
msgid "Not Specified"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:15
|
||||
msgid "Shield"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:16
|
||||
msgid "Armor"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:17
|
||||
msgid "Hull"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:18
|
||||
msgid "Final"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:19
|
||||
msgid "Anchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/models.py:20
|
||||
msgid "Unanchoring"
|
||||
msgstr ""
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
|
||||
msgid "Delete Timer"
|
||||
msgstr "删除时间节点"
|
||||
@ -2102,8 +2190,8 @@ msgid "Corp Timers"
|
||||
msgstr "公司时间表"
|
||||
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:35
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:197
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:365
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:202
|
||||
#: allianceauth/timerboard/templates/timerboard/view.html:375
|
||||
msgid "Structure"
|
||||
msgstr "建筑"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="text-center">Discord</td>
|
||||
<td class="text-center">{% translate "Discord" %}</td>
|
||||
<td class="text-center">
|
||||
{% if not user_has_account %}
|
||||
(not activated)
|
||||
|
@ -1,11 +1,12 @@
|
||||
{% extends "admin/change_list.html" %}
|
||||
{% load i18n static %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block object-tools-items %}
|
||||
{{ block.super }}
|
||||
<li>
|
||||
<a href="{% url 'teamspeak3:admin_update_ts3_groups' %}" class="btn btn-high">
|
||||
Update TS3 groups
|
||||
{% translate "Update TS3 groups" %}
|
||||
</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
|
@ -1,8 +1,9 @@
|
||||
{% load i18n %}
|
||||
{% load auth_notifications %}
|
||||
|
||||
{% with unread_count=request.user|user_unread_notification_count %}
|
||||
{% if unread_count > 0 %}
|
||||
<a href="{% url 'notifications:list' %}">Notifications
|
||||
<a href="{% url 'notifications:list' %}">{% translate "Notifications" %}
|
||||
<span class="badge">{{ unread_count }}</span>
|
||||
</a>
|
||||
{% else %}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".auth-menus-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="sr-only">{% translate "Toggle navigation" %}</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
@ -20,7 +20,7 @@
|
||||
<div class="collapse navbar-collapse auth-menus-collapse">
|
||||
<ul class="nav navbar-nav navbar-right navbar-pills">
|
||||
<li class="nav-item-eve-time">
|
||||
<div class="eve-time-wrapper">Eve Time: <span class="eve-time-clock"></span></div>
|
||||
<div class="eve-time-wrapper">{% translate "Eve Time" %}: <span class="eve-time-clock"></span></div>
|
||||
</li>
|
||||
<li class="{% navactive request 'notifications:' %}" id="menu_item_notifications">
|
||||
{% include 'allianceauth/notifications_menu_item.html' %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% load i18n %}
|
||||
<div class="text-right">
|
||||
<a href="{% url 'timerboard:view' %}" class="btn btn-default">Back</a>
|
||||
<a href="{% url 'timerboard:view' %}" class="btn btn-default">{% translate "Back" %}</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user