Merge branch 'transifex' into 'v2.9.x'

Transifex

See merge request allianceauth/allianceauth!1346
This commit is contained in:
Ariel Rin 2021-10-26 08:45:37 +00:00
commit 0f479d525e
25 changed files with 2003 additions and 1236 deletions

View File

@ -1,6 +1,5 @@
{% extends 'public/base.html' %} {% extends 'public/base.html' %}
{% load static %} {% load static %}
{% block content %} {% block content %}
<div class="col-md-4 col-md-offset-4"> <div class="col-md-4 col-md-offset-4">
{% if messages %} {% if messages %}

View File

@ -4,7 +4,7 @@
{% load bootstrap %} {% load bootstrap %}
{% load i18n %} {% load i18n %}
{% block page_title %}{% translate "Registration" %}{% endblock %} {% block page_title %}{% translate "Registration" %}{% endblock %}
{% block extra_include %} {% block extra_include %}
{% include 'bundles/bootstrap-css.html' %} {% include 'bundles/bootstrap-css.html' %}

View File

@ -2,7 +2,7 @@
{% load bootstrap %} {% load bootstrap %}
{% load i18n %} {% load i18n %}
{% load static %} {% load static %}
{% block page_title %}Register{% endblock %} {% block page_title %}{% translate "Register" %}{% endblock %}
{% block middle_box_content %} {% block middle_box_content %}
<form class="form-signin" role="form" action="" method="POST"> <form class="form-signin" role="form" action="" method="POST">
{% csrf_token %} {% csrf_token %}

View File

@ -3,7 +3,7 @@
{% load static %} {% load static %}
{% load i18n %} {% 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 extra_css %}{% endblock extra_css %}
{% block content %} {% block content %}

View File

@ -5,17 +5,17 @@
# #
# Translators: # Translators:
# Erik Kalkoken <erik.kalkoken@gmail.com>, 2020 # Erik Kalkoken <erik.kalkoken@gmail.com>, 2020
# Joel Falknau <ozirascal@gmail.com>, 2020 # Peter Pfeufer <rounon.dax@terra-nanotech.de>, 2021
# Peter Pfeufer <rounon.dax@terra-nanotech.de>, 2020 # Joel Falknau <ozirascal@gmail.com>, 2021
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "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" "Language-Team: German (https://www.transifex.com/alliance-auth/teams/107430/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,11 +25,11 @@ msgstr ""
#: allianceauth/analytics/models.py:29 #: allianceauth/analytics/models.py:29
msgid "Google Analytics Universal" msgid "Google Analytics Universal"
msgstr "" msgstr "Google Analytics Universal"
#: allianceauth/analytics/models.py:30 #: allianceauth/analytics/models.py:30
msgid "Google Analytics V4" msgid "Google Analytics V4"
msgstr "" msgstr "Google Analytics V4"
#: allianceauth/authentication/decorators.py:37 #: allianceauth/authentication/decorators.py:37
msgid "A main character is required to perform that action. Add one below." msgid "A main character is required to perform that action. Add one below."
@ -109,7 +109,17 @@ msgstr "Corp"
msgid "Alliance" msgid "Alliance"
msgstr "Allianz" 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" msgid "Register"
msgstr "Registrieren" msgstr "Registrieren"
@ -146,7 +156,7 @@ msgstr "Euer IT Team"
msgid "Submit" msgid "Submit"
msgstr "Absenden" msgstr "Absenden"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "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 " "Der Haputcharakter kann nicht zu %(char)s geändert werden. Dieser Charakter "
"gehört zu einem anderen Konto." "gehört zu einem anderen Konto."
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "Haupcharakter geändert zu %(char)s" msgstr "Haupcharakter geändert zu %(char)s"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "%(name)s zu Deinem Konto hinzugefügt." msgstr "%(name)s zu Deinem Konto hinzugefügt."
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "" msgstr ""
"Es ist nicht möglich %(name)s zu Deinem Konto hinzu zu fügen: Dieser hat " "Es ist nicht möglich %(name)s zu Deinem Konto hinzu zu fügen: Dieser hat "
"bereits ein eigenes Konto." "bereits ein eigenes Konto."
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "Authentifizierung mit dem ausgewählten Charakter nicht möglich." 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." msgid "Registration token has expired."
msgstr "Token zur Registrierung ist abgelaufen." msgstr "Token zur Registrierung ist abgelaufen."
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
@ -188,12 +198,12 @@ msgstr ""
"Bestätigungsmail gesendet. Bitte folge dem Link in der E-Mail zur " "Bestätigungsmail gesendet. Bitte folge dem Link in der E-Mail zur "
"Bestätigung." "Bestätigung."
#: allianceauth/authentication/views.py:212 #: allianceauth/authentication/views.py:257
msgid "Confirmed your email address. Please login to continue." msgid "Confirmed your email address. Please login to continue."
msgstr "" msgstr ""
"Deine E-Mail Adresse wurde bestätigt. Bitte log Dich ein um fortzufahren." "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." msgid "Registration of new accounts is not allowed at this time."
msgstr "Registrierung von neuen Konten ist zur Zeit nicht erlaubt." 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" msgid "Fleet Activity Tracking"
msgstr "Flottenaktivitäts-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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "Flottenname" msgstr "Flottenname"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "Dauer des FAT-Links" msgstr "Dauer des FAT-Links"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "Minuten" msgstr "Minuten"
@ -389,8 +399,8 @@ msgstr "Benutzername"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "System" msgstr "System"
@ -404,9 +414,10 @@ msgstr "Schiff"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "Eve Zeit" msgstr "Eve Zeit"
@ -467,8 +478,8 @@ msgstr "Flotte"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "Ersteller" msgstr "Ersteller"
@ -573,6 +584,7 @@ msgstr "Protokoll"
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "Zurück" msgstr "Zurück"
@ -594,8 +606,8 @@ msgstr "Typ"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "Aktion" msgstr "Aktion"
@ -629,7 +641,7 @@ msgstr "Organization"
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:50 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:50
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:76 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:76
msgid "Group leader" msgid "Group leader"
msgstr "" msgstr "Gruppenleiter"
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:61 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:61
#: allianceauth/groupmanagement/templates/groupmanagement/index.html:80 #: allianceauth/groupmanagement/templates/groupmanagement/index.html:80
@ -711,6 +723,19 @@ msgstr "Verfügbare Gruppen"
msgid "Leave" msgid "Leave"
msgstr "Verlassen" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "Beitreten" msgstr "Beitreten"
@ -762,6 +787,7 @@ msgid "No group leave requests."
msgstr "Keine Gruppenaustrittsanfragen" msgstr "Keine Gruppenaustrittsanfragen"
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "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." msgid "You already have a pending application for that group."
msgstr "Du hast Dich bereits für diese Gruppe beworben." msgstr "Du hast Dich bereits für diese Gruppe beworben."
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "Beitritt zur Gruppe %(group)s beantragt." msgstr "Beitritt zur Gruppe %(group)s beantragt."
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "Du kannst diese Gruppe nicht verlassen" 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" msgid "You are not a member of that group"
msgstr "Du bist kein Mitglied dieser Gruppe" 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." msgid "You already have a pending leave request for that group."
msgstr "Du hast bereits ein ausstehendes Austrittsgesuch für diese Gruppe." msgstr "Du hast bereits ein ausstehendes Austrittsgesuch für diese Gruppe."
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "Austrittsgesuch für Gruppe %(group)s gesendet." msgstr "Austrittsgesuch für Gruppe %(group)s gesendet."
@ -906,6 +919,7 @@ msgid "Apply To"
msgstr "Bewerben bei" msgstr "Bewerben bei"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "Bewerbungsverwaltung" msgstr "Bewerbungsverwaltung"
@ -1046,22 +1060,23 @@ msgstr "Kommentar hinzufügen"
#: allianceauth/notifications/models.py:21 #: allianceauth/notifications/models.py:21
msgid "danger" msgid "danger"
msgstr "" msgstr "Gefahr"
#: allianceauth/notifications/models.py:22 #: allianceauth/notifications/models.py:22
msgid "warning" msgid "warning"
msgstr "" msgstr "Warnung"
#: allianceauth/notifications/models.py:23 #: allianceauth/notifications/models.py:23
msgid "info" msgid "info"
msgstr "" msgstr "Information"
#: allianceauth/notifications/models.py:24 #: allianceauth/notifications/models.py:24
msgid "success" msgid "success"
msgstr "" msgstr "Erfolg"
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "Benachrichtigungen" msgstr "Benachrichtigungen"
@ -1159,8 +1174,8 @@ msgstr "Form Up System"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "Ortszeit" msgstr "Ortszeit"
@ -1182,22 +1197,22 @@ msgid "Current Eve Time:"
msgstr "Momentane Eve Zeit" msgstr "Momentane Eve Zeit"
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "Nächste Timer" msgstr "Nächste Timer"
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "Keine kommenden Timer." msgstr "Keine kommenden Timer."
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "Vergangene Timer" msgstr "Vergangene Timer"
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "Keine vergangenen Timer." msgstr "Keine vergangenen Timer."
@ -1276,13 +1291,50 @@ msgstr "Nutzer"
msgid "States" msgid "States"
msgstr "Status" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "Dieses Dienstkonto existiert bereits" msgstr "Dieses Dienstkonto existiert bereits"
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgstr "Dein {} Passwort wurde erfolgreich gesetzt" msgid "Successfully set your {self.service_name} password"
msgstr "Dein {self.service_name} Passwort wurde erfolgreich gesetzt"
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
msgid "Services" msgid "Services"
@ -1360,6 +1412,10 @@ msgstr ""
"Dein Discord Konto wurde automatisch durch Auth deaktiviert. Wenn Du glaubst" "Dein Discord Konto wurde automatisch durch Auth deaktiviert. Wenn Du glaubst"
" dies war ein Fehler, kontaktiere bitte einen Administrator." " 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "Discord Server beitreten" msgstr "Discord Server beitreten"
@ -1545,6 +1601,10 @@ msgstr "Setze SMF Passwort."
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "Kann den Benutzer %s auf dem Server nicht finden" 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "Teamspeak bestätigen" msgstr "Teamspeak bestätigen"
@ -1686,15 +1746,15 @@ msgstr "Zusätzliche Info"
#: allianceauth/srp/form.py:16 #: allianceauth/srp/form.py:16
msgid "Killboard Link (zkillboard.com or kb.evetools.org)" msgid "Killboard Link (zkillboard.com or kb.evetools.org)"
msgstr "" msgstr "Killboard Link (zkillboard.com oder kb.evetools.org)"
#: allianceauth/srp/form.py:34 #: allianceauth/srp/form.py:34
msgid "Invalid Link. Please use zkillboard.com or kb.evetools.org" 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 #: allianceauth/srp/form.py:46
msgid "Invalid Link. Please post a direct link to a killmail." 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 #: allianceauth/srp/form.py:53
msgid "After Action Report Link" msgid "After Action Report Link"
@ -1888,7 +1948,7 @@ msgstr "SRP Code %(srpfleetid)s konnte nicht gefunden werden."
#: allianceauth/srp/views.py:179 #: allianceauth/srp/views.py:179
msgid "This kill mail has already been posted." msgid "This kill mail has already been posted."
msgstr "" msgstr "Diese Killmail wurde bereits gepostet."
#: allianceauth/srp/views.py:200 #: allianceauth/srp/views.py:200
msgid "" msgid ""
@ -1960,11 +2020,11 @@ msgstr "Geschlossen"
#: allianceauth/templates/allianceauth/admin-status/overview.html:26 #: allianceauth/templates/allianceauth/admin-status/overview.html:26
msgid "Powered by GitLab" msgid "Powered by GitLab"
msgstr "" msgstr "Unterstützt durch GitLab"
#: allianceauth/templates/allianceauth/admin-status/overview.html:33 #: allianceauth/templates/allianceauth/admin-status/overview.html:33
msgid "Support Discord" msgid "Support Discord"
msgstr "" msgstr "Support Discord"
#: allianceauth/templates/allianceauth/admin-status/overview.html:41 #: allianceauth/templates/allianceauth/admin-status/overview.html:41
msgid "Software Version" msgid "Software Version"
@ -2007,7 +2067,7 @@ msgstr[1] "%(tasks)sAufgaben"
#: allianceauth/templates/allianceauth/night-toggle.html:6 #: allianceauth/templates/allianceauth/night-toggle.html:6
msgid "Night Mode" msgid "Night Mode"
msgstr "" msgstr "Nachtmodus"
#: allianceauth/templates/allianceauth/top-menu-admin.html:9 #: allianceauth/templates/allianceauth/top-menu-admin.html:9
msgid "Admin" msgid "Admin"
@ -2015,54 +2075,50 @@ msgstr "Admin"
#: allianceauth/templates/allianceauth/top-menu-admin.html:19 #: allianceauth/templates/allianceauth/top-menu-admin.html:19
msgid "AA Documentation" msgid "AA Documentation"
msgstr "" msgstr "AA Dokumentation"
#: allianceauth/templates/allianceauth/top-menu-admin.html:26 #: allianceauth/templates/allianceauth/top-menu-admin.html:26
msgid "AA Support Discord" 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:10
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:14 #: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:14
msgid "User Menu" msgid "User Menu"
msgstr "" msgstr "Nutzermenü"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:56 #: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:56
msgid "Logout" msgid "Logout"
msgstr "Ausloggen" msgstr "Ausloggen"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr "Einloggen"
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "anderes" msgstr "anderes"
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "Freundlich" msgstr "Freundlich"
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "Feindlich" msgstr "Feindlich"
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "Neutral" msgstr "Neutral"
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "Details" msgstr "Details"
@ -2075,32 +2131,64 @@ msgid "Structure Type"
msgstr "Strukturen Typ" msgstr "Strukturen Typ"
#: allianceauth/timerboard/form.py:62 #: 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:33
#: allianceauth/timerboard/templates/timerboard/view.html:195 #: allianceauth/timerboard/templates/timerboard/view.html:200
#: allianceauth/timerboard/templates/timerboard/view.html:363 #: allianceauth/timerboard/templates/timerboard/view.html:373
msgid "Objective" msgid "Objective"
msgstr "Ziel" msgstr "Ziel"
#: allianceauth/timerboard/form.py:63 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining" msgid "Days Remaining"
msgstr "Tage verbleibend" msgstr "Tage verbleibend"
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "Stunden verbleibend" msgstr "Stunden verbleibend"
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "Minuten verbleibend" msgstr "Minuten verbleibend"
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "Wichtig" msgstr "Wichtig"
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "Auf Corp beschränkt" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "Timer löschen" msgstr "Timer löschen"
@ -2139,8 +2227,8 @@ msgid "Corp Timers"
msgstr "Corp Timer" msgstr "Corp Timer"
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "Struktur" msgstr "Struktur"

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
# Translators: # Translators:
# Joel Falknau <ozirascal@gmail.com>, 2020 # frank1210 <francolopez_16@hotmail.com>, 2021
# frank1210 <francolopez_16@hotmail.com>, 2020 # Joel Falknau <ozirascal@gmail.com>, 2021
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "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" "Language-Team: Spanish (https://www.transifex.com/alliance-auth/teams/107430/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -106,7 +106,17 @@ msgstr "Corporación"
msgid "Alliance" msgid "Alliance"
msgstr "Allianza" 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" msgid "Register"
msgstr "Registrar" msgstr "Registrar"
@ -141,52 +151,52 @@ msgstr "Tu equipo de IT"
msgid "Submit" msgid "Submit"
msgstr "Enviar" msgstr "Enviar"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "Cannot change main character to %(char)s: character owned by a different "
"account." "account."
msgstr "" msgstr ""
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "Se ha cambiado tu personaje principal ha %(char)s" msgstr "Se ha cambiado tu personaje principal ha %(char)s"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "Se ha agregado a %(name)s a tu cuenta" msgstr "Se ha agregado a %(name)s a tu cuenta"
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "" msgstr ""
"Se fallo en agregar a %(name)s a tu cuenta: Ya se encuentra registrado en " "Se fallo en agregar a %(name)s a tu cuenta: Ya se encuentra registrado en "
"otra cuenta." "otra cuenta."
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "Imposible validar con el personaje seleccionado." msgstr "Imposible validar con el personaje seleccionado."
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "El token de registracion expiro." msgstr "El token de registracion expiro."
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
msgstr "" msgstr ""
"Confirmacion de mail enviada. Por favor siga el enlace para confirmar " "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." msgid "Confirmed your email address. Please login to continue."
msgstr "" msgstr ""
"Se ha confirmado su direccion de mail. Por favor igrese su token para " "Se ha confirmado su direccion de mail. Por favor igrese su token para "
"continuar." "continuar."
#: allianceauth/authentication/views.py:217 #: allianceauth/authentication/views.py:262
msgid "Registration of new accounts is not allowed at this time." msgid "Registration of new accounts is not allowed at this time."
msgstr "" msgstr ""
@ -301,16 +311,16 @@ msgstr ""
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "Seguimiento de Flotas" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "Nombre de flota" msgstr "Nombre de flota"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "Duracion del fat-link" msgstr "Duracion del fat-link"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "minutos" msgstr "minutos"
@ -383,8 +393,8 @@ msgstr "Usuario"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "Sistema" msgstr "Sistema"
@ -398,9 +408,10 @@ msgstr "Nave"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "Hora Eve" msgstr "Hora Eve"
@ -461,8 +472,8 @@ msgstr "Flota"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "Creador" msgstr "Creador"
@ -567,6 +578,7 @@ msgstr "Log de Auditoria"
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "Volver" msgstr "Volver"
@ -588,8 +600,8 @@ msgstr "Tipo"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "Accion" msgstr "Accion"
@ -705,6 +717,19 @@ msgstr "Grupos Disponibles"
msgid "Leave" msgid "Leave"
msgstr "Dejar" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "Unirse" msgstr "Unirse"
@ -756,6 +781,7 @@ msgid "No group leave requests."
msgstr "No hay solicitudes paradejar el grupo." msgstr "No hay solicitudes paradejar el grupo."
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Navegacion" msgstr "Navegacion"
@ -832,37 +858,24 @@ msgstr ""
msgid "You already have a pending application for that group." msgid "You already have a pending application for that group."
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "Solicitud enviada al grupo %(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" msgid "You cannot leave that group"
msgstr "No puedes dejar el grupos" 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" msgid "You are not a member of that group"
msgstr "No eres miembro de ese grupo" 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." msgid "You already have a pending leave request for that group."
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "Solicitaste dejar el grupo %(group)s." msgstr "Solicitaste dejar el grupo %(group)s."
@ -899,6 +912,7 @@ msgid "Apply To"
msgstr "Aplicar a" msgstr "Aplicar a"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "RRHH Manejo de Solicitudes" msgstr "RRHH Manejo de Solicitudes"
@ -1055,6 +1069,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "Notificaciones" msgstr "Notificaciones"
@ -1152,8 +1167,8 @@ msgstr "Sistema de encuentro"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "Tiempo Local" msgstr "Tiempo Local"
@ -1175,22 +1190,22 @@ msgid "Current Eve Time:"
msgstr "Tipo en EVE actual:" msgstr "Tipo en EVE actual:"
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "Siguientes Timers" msgstr "Siguientes Timers"
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "No hay proximos timers." msgstr "No hay proximos timers."
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "Timers Pasados" msgstr "Timers Pasados"
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "No hay timers pasados" msgstr "No hay timers pasados"
@ -1269,12 +1284,49 @@ msgstr "Usuarios"
msgid "States" msgid "States"
msgstr "Estados" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "" msgstr ""
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgid "Successfully set your {self.service_name} password"
msgstr "" msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
@ -1351,6 +1403,10 @@ msgid ""
"was a mistake, please contact an admin." "was a mistake, please contact an admin."
msgstr "" 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "" msgstr ""
@ -1529,6 +1585,10 @@ msgstr ""
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "No fue posible localizar tu usuario %s en el servidor" 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "Verificar Teamspeak" msgstr "Verificar Teamspeak"
@ -2006,39 +2066,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "Salir" msgstr "Salir"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr "Ingresar"
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "Otro" msgstr "Otro"
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "Amigable" msgstr "Amigable"
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "Hostil" msgstr "Hostil"
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "Neutral" msgstr "Neutral"
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "Detalles" msgstr "Detalles"
@ -2051,32 +2107,64 @@ msgid "Structure Type"
msgstr "Tipo de Estructura" msgstr "Tipo de Estructura"
#: allianceauth/timerboard/form.py:62 #: 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:33
#: allianceauth/timerboard/templates/timerboard/view.html:195 #: allianceauth/timerboard/templates/timerboard/view.html:200
#: allianceauth/timerboard/templates/timerboard/view.html:363 #: allianceauth/timerboard/templates/timerboard/view.html:373
msgid "Objective" msgid "Objective"
msgstr "Objetivo" msgstr "Objetivo"
#: allianceauth/timerboard/form.py:63 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining" msgid "Days Remaining"
msgstr "Dias restantes" msgstr "Dias restantes"
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "Horas Restantes" msgstr "Horas Restantes"
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "Minutos Restantes" msgstr "Minutos Restantes"
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "Importante" msgstr "Importante"
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "Restringido a Corp" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "Borrar Timer" msgstr "Borrar Timer"
@ -2115,8 +2203,8 @@ msgid "Corp Timers"
msgstr "Timers de Corporacion" msgstr "Timers de Corporacion"
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "Estructura" msgstr "Estructura"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2020-02-18 03:14+0000\n"
"Last-Translator: Keven D. <theenarki@gmail.com>, 2020\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" "Language-Team: French (France) (https://www.transifex.com/alliance-auth/teams/107430/fr_FR/)\n"
@ -110,7 +110,17 @@ msgstr "Corpo"
msgid "Alliance" msgid "Alliance"
msgstr "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" msgid "Register"
msgstr "S'inscrire" msgstr "S'inscrire"
@ -148,7 +158,7 @@ msgstr "Votre équipe de soutien"
msgid "Submit" msgid "Submit"
msgstr "Envoyer" msgstr "Envoyer"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "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 " "Impossible de changer le personnage principal à %(char)s. Le personnage "
"appartient à un autre compte." "appartient à un autre compte."
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "Changé le personnage principal à %(char)s" msgstr "Changé le personnage principal à %(char)s"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "Ajouté %(name)s à votre compte." msgstr "Ajouté %(name)s à votre compte."
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." 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." 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." msgid "Unable to authenticate as the selected character."
msgstr "Personnage principal : échec de l'identification." msgstr "Personnage principal : échec de l'identification."
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "Le token d'enregistrement est expiré." msgstr "Le token d'enregistrement est expiré."
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
@ -188,12 +198,12 @@ msgstr ""
"Email de confirmation envoyé. Cliquez sur le lien pour valider votre adresse" "Email de confirmation envoyé. Cliquez sur le lien pour valider votre adresse"
" email." " email."
#: allianceauth/authentication/views.py:212 #: allianceauth/authentication/views.py:257
msgid "Confirmed your email address. Please login to continue." msgid "Confirmed your email address. Please login to continue."
msgstr "" msgstr ""
"Votre adresse email a été confirmé. Veuillez vous connecter pour continuer." "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." msgid "Registration of new accounts is not allowed at this time."
msgstr "La création de nouveaux comptes n'est pas actuellement permise." msgstr "La création de nouveaux comptes n'est pas actuellement permise."
@ -308,16 +318,16 @@ msgstr ""
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "Suivi de participation en flotte" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "Nom de flotte" msgstr "Nom de flotte"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "Durée de vie du lien FAT" msgstr "Durée de vie du lien FAT"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "minutes" msgstr "minutes"
@ -390,8 +400,8 @@ msgstr "Utilisateur"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "Système" msgstr "Système"
@ -405,9 +415,10 @@ msgstr "Vaisseau"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "Heure d'EVE" msgstr "Heure d'EVE"
@ -468,8 +479,8 @@ msgstr "Flotte"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "Créateur" msgstr "Créateur"
@ -574,6 +585,7 @@ msgstr ""
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "Retour" msgstr "Retour"
@ -595,8 +607,8 @@ msgstr "Type"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "Action" msgstr "Action"
@ -712,6 +724,19 @@ msgstr "Groupes disponibles"
msgid "Leave" msgid "Leave"
msgstr "Quitter" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "Rejoindre" msgstr "Rejoindre"
@ -763,6 +788,7 @@ msgid "No group leave requests."
msgstr "Aucune demande en cours" msgstr "Aucune demande en cours"
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Activer 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." msgid "You already have a pending application for that group."
msgstr "Vous avez déjà une application en attente pour joindre ce groupe." msgstr "Vous avez déjà une application en attente pour joindre ce groupe."
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "Appliqué au groupe %(group)s." msgstr "Appliqué au groupe %(group)s."
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "Vous ne pouvez pas quitter ce groupe." 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" msgid "You are not a member of that group"
msgstr "Vous n'êtes pas un membre de ce groupe." 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." msgid "You already have a pending leave request for that group."
msgstr "Vous avec déjà une demande de quitter ce groupe en attente." 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 #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "Appliqué pour quitter le groupe %(group)s." msgstr "Appliqué pour quitter le groupe %(group)s."
@ -907,6 +920,7 @@ msgid "Apply To"
msgstr "Appliquer" msgstr "Appliquer"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "" msgstr ""
@ -1063,6 +1077,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "Alertes" msgstr "Alertes"
@ -1160,8 +1175,8 @@ msgstr "Système de départ"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "Heure Locale" msgstr "Heure Locale"
@ -1183,22 +1198,22 @@ msgid "Current Eve Time:"
msgstr "Heure d'Eve actuelle:" msgstr "Heure d'Eve actuelle:"
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "Prochains minuteurs" msgstr "Prochains minuteurs"
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "Aucun minuteur à venir." msgstr "Aucun minuteur à venir."
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "Minuteurs précédents" msgstr "Minuteurs précédents"
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "Aucun minuteur précédent." msgstr "Aucun minuteur précédent."
@ -1277,13 +1292,50 @@ msgstr "Utilisateurs"
msgid "States" msgid "States"
msgstr "États" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "Ce compte de service existe déjà." msgstr "Ce compte de service existe déjà."
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgstr "Mot de passe {} créé avec succès." msgid "Successfully set your {self.service_name} password"
msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
msgid "Services" msgid "Services"
@ -1361,6 +1413,10 @@ msgstr ""
"Votre compte Discord a été désactivé automatiquement par Auth. Si vous " "Votre compte Discord a été désactivé automatiquement par Auth. Si vous "
"pensez que c'est une erreur, veuillez contacter un administrateur." "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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "Joindre le serveur Discord" 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" msgid "Unable to locate user %s on server"
msgstr "%s non trouvé sur le serveur." 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "" msgstr ""
@ -2023,39 +2083,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "Déconnexion" msgstr "Déconnexion"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr "Connexion"
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "Autre" msgstr "Autre"
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "Amical" msgstr "Amical"
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "Hostile" msgstr "Hostile"
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "Neutre" msgstr "Neutre"
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "Details" msgstr "Details"
@ -2068,32 +2124,64 @@ msgid "Structure Type"
msgstr "Type de structure" msgstr "Type de structure"
#: allianceauth/timerboard/form.py:62 #: 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:33
#: allianceauth/timerboard/templates/timerboard/view.html:195 #: allianceauth/timerboard/templates/timerboard/view.html:200
#: allianceauth/timerboard/templates/timerboard/view.html:363 #: allianceauth/timerboard/templates/timerboard/view.html:373
msgid "Objective" msgid "Objective"
msgstr "Objectif" msgstr "Objectif"
#: allianceauth/timerboard/form.py:63 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining" msgid "Days Remaining"
msgstr "Jour restants" msgstr "Jour restants"
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "Heures restantes" msgstr "Heures restantes"
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "Minutes restantes" msgstr "Minutes restantes"
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "Important" msgstr "Important"
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "Limité à la Corporation" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "Supprimer le minuteur" msgstr "Supprimer le minuteur"
@ -2132,8 +2220,8 @@ msgid "Corp Timers"
msgstr "Minuteur de corporation" msgstr "Minuteur de corporation"
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "Structure" msgstr "Structure"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2020-02-18 03:14+0000\n"
"Last-Translator: Alessandro Cresti, 2021\n" "Last-Translator: Alessandro Cresti, 2021\n"
"Language-Team: Italian (Italy) (https://www.transifex.com/alliance-auth/teams/107430/it_IT/)\n" "Language-Team: Italian (Italy) (https://www.transifex.com/alliance-auth/teams/107430/it_IT/)\n"
@ -110,7 +110,17 @@ msgstr "Corporazione"
msgid "Alliance" msgid "Alliance"
msgstr "Alleanza" 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" msgid "Register"
msgstr "Registrati" msgstr "Registrati"
@ -148,7 +158,7 @@ msgstr "Il tuo team IT"
msgid "Submit" msgid "Submit"
msgstr "Invia" msgstr "Invia"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "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à " "Il seguente personaggio %(char)s non può essere reso principale: è già "
"utilizzato da un altro profilo." "utilizzato da un altro profilo."
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "Hai reso personaggio principale: %(char)s" msgstr "Hai reso personaggio principale: %(char)s"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "%(name)s è stato aggiunto al tuo profilo." msgstr "%(name)s è stato aggiunto al tuo profilo."
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "" msgstr ""
"Impossibile aggiungere %(name)s al tuo profilo: quel personaggio è già " "Impossibile aggiungere %(name)s al tuo profilo: quel personaggio è già "
"collegato ad un altro profilo." "collegato ad un altro profilo."
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "" msgstr ""
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "L'invito per registrarsi è scaduto." msgstr "L'invito per registrarsi è scaduto."
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
@ -190,13 +200,13 @@ msgstr ""
"Un messaggio di conferma è stato inviato. Per favore, utilizza il link per " "Un messaggio di conferma è stato inviato. Per favore, utilizza il link per "
"confermare il tuo indirizzo di posta elettronica." "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." msgid "Confirmed your email address. Please login to continue."
msgstr "" msgstr ""
"Il tuo indirizzo di posta elettronica è stato confermato. Per favore accedi " "Il tuo indirizzo di posta elettronica è stato confermato. Per favore accedi "
"per continuare." "per continuare."
#: allianceauth/authentication/views.py:217 #: allianceauth/authentication/views.py:262
msgid "Registration of new accounts is not allowed at this time." msgid "Registration of new accounts is not allowed at this time."
msgstr "Al momento non è possibile registrare nuovi profili." msgstr "Al momento non è possibile registrare nuovi profili."
@ -311,16 +321,16 @@ msgstr ""
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "Monitoraggio attività della flotta" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "Nome della flotta" msgstr "Nome della flotta"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "Durata del fat-link" msgstr "Durata del fat-link"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "minuti" msgstr "minuti"
@ -393,8 +403,8 @@ msgstr "Utente"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "Sistema" msgstr "Sistema"
@ -408,9 +418,10 @@ msgstr "Nave"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "Ora Eve" msgstr "Ora Eve"
@ -471,8 +482,8 @@ msgstr "Flotta"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "Autore" msgstr "Autore"
@ -577,6 +588,7 @@ msgstr ""
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "Indietro" msgstr "Indietro"
@ -598,8 +610,8 @@ msgstr "Tipo"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "Azione" msgstr "Azione"
@ -715,6 +727,19 @@ msgstr "Gruppi disponibili"
msgid "Leave" msgid "Leave"
msgstr "Abbandona" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "Unisciti" msgstr "Unisciti"
@ -766,6 +791,7 @@ msgid "No group leave requests."
msgstr "Nessuna richiesta di abbandono." msgstr "Nessuna richiesta di abbandono."
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Attiva/disattiva navigazione" msgstr "Attiva/disattiva navigazione"
@ -839,37 +865,24 @@ msgstr ""
msgid "You already have a pending application for that group." msgid "You already have a pending application for that group."
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:377 #: allianceauth/groupmanagement/views.py:376
msgid "You are not a member of that group" msgid "You are not a member of that group"
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:389 #: allianceauth/groupmanagement/views.py:388
msgid "You already have a pending leave request for that group." msgid "You already have a pending leave request for that group."
msgstr "" msgstr ""
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "" msgstr ""
@ -906,6 +919,7 @@ msgid "Apply To"
msgstr "" msgstr ""
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "" msgstr ""
@ -1062,6 +1076,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "" msgstr ""
@ -1159,8 +1174,8 @@ msgstr ""
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "" msgstr ""
@ -1182,22 +1197,22 @@ msgid "Current Eve Time:"
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "" msgstr ""
@ -1276,12 +1291,49 @@ msgstr ""
msgid "States" msgid "States"
msgstr "" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "" msgstr ""
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgid "Successfully set your {self.service_name} password"
msgstr "" msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
@ -1358,6 +1410,10 @@ msgid ""
"was a mistake, please contact an admin." "was a mistake, please contact an admin."
msgstr "" 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "" msgstr ""
@ -1536,6 +1592,10 @@ msgstr ""
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "" 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "" msgstr ""
@ -2012,39 +2072,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "" msgstr ""
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr ""
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "" msgstr ""
@ -2057,32 +2113,64 @@ msgid "Structure Type"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:62 #: allianceauth/timerboard/form.py:62
#: allianceauth/timerboard/templates/timerboard/view.html:33 msgid "Timer Type"
#: allianceauth/timerboard/templates/timerboard/view.html:195
#: allianceauth/timerboard/templates/timerboard/view.html:363
msgid "Objective"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:63 #: 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 "" msgstr ""
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining"
msgstr ""
#: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "" msgstr ""
@ -2121,8 +2209,8 @@ msgid "Corp Timers"
msgstr "" msgstr ""
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "" msgstr ""

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2020-02-18 03:14+0000\n"
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2020\n" "Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2020\n"
"Language-Team: Japanese (https://www.transifex.com/alliance-auth/teams/107430/ja/)\n" "Language-Team: Japanese (https://www.transifex.com/alliance-auth/teams/107430/ja/)\n"
@ -107,7 +107,17 @@ msgstr "Corp"
msgid "Alliance" msgid "Alliance"
msgstr "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" msgid "Register"
msgstr "登録" msgstr "登録"
@ -142,47 +152,47 @@ msgstr "サポートチームより"
msgid "Submit" msgid "Submit"
msgstr "Submit" msgstr "Submit"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "Cannot change main character to %(char)s: character owned by a different "
"account." "account."
msgstr "メインキャラクターを%(char)sへ変更できません。別のアカウントによって利用されています。" msgstr "メインキャラクターを%(char)sへ変更できません。別のアカウントによって利用されています。"
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "メインキャラクターを%(char)sへ変更しました。" msgstr "メインキャラクターを%(char)sへ変更しました。"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "%(name)sをアカウントに追加しました。" msgstr "%(name)sをアカウントに追加しました。"
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "%(name)sをアカウントに追加することができません。すでにほかのアカウントを持っています。" msgstr "%(name)sをアカウントに追加することができません。すでにほかのアカウントを持っています。"
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "選択されたキャラクターの認証が行えませんでした。" msgstr "選択されたキャラクターの認証が行えませんでした。"
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "Registration tokenが期限切れです。" msgstr "Registration tokenが期限切れです。"
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
msgstr "確認のメールを送りました。メール内のリンクをご確認の上、メールアドレスの認証を完了させてください。" msgstr "確認のメールを送りました。メール内のリンクをご確認の上、メールアドレスの認証を完了させてください。"
#: allianceauth/authentication/views.py:212 #: allianceauth/authentication/views.py:257
msgid "Confirmed your email address. Please login to continue." msgid "Confirmed your email address. Please login to continue."
msgstr "メールアドレスの確認が取れました。Loginしてください。" msgstr "メールアドレスの確認が取れました。Loginしてください。"
#: allianceauth/authentication/views.py:217 #: allianceauth/authentication/views.py:262
msgid "Registration of new accounts is not allowed at this time." msgid "Registration of new accounts is not allowed at this time."
msgstr "現在新規アカウントの登録を停止しております。" msgstr "現在新規アカウントの登録を停止しております。"
@ -296,16 +306,16 @@ msgstr "選択された TokenではCorporation Statisticsを取得できませ
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "" msgstr ""
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "Fat-Linkの有効時間" msgstr "Fat-Linkの有効時間"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "分" msgstr "分"
@ -378,8 +388,8 @@ msgstr ""
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "" msgstr ""
@ -393,9 +403,10 @@ msgstr ""
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "" msgstr ""
@ -454,8 +465,8 @@ msgstr ""
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "作成者" msgstr "作成者"
@ -560,6 +571,7 @@ msgstr ""
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "戻る" msgstr "戻る"
@ -581,8 +593,8 @@ msgstr ""
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "" msgstr ""
@ -698,6 +710,19 @@ msgstr "参加可能Group"
msgid "Leave" msgid "Leave"
msgstr "脱退" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "参加" msgstr "参加"
@ -749,6 +774,7 @@ msgid "No group leave requests."
msgstr "グループ脱退希望はありません。" msgstr "グループ脱退希望はありません。"
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
@ -822,37 +848,24 @@ msgstr "すでにその Group に参加してます。"
msgid "You already have a pending application for that group." msgid "You already have a pending application for that group."
msgstr "すでに参加申請を送付済みです。" msgstr "すでに参加申請を送付済みです。"
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "%(group)sへの参加申請を送信しました。" msgstr "%(group)sへの参加申請を送信しました。"
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "この Group から脱退することはできません" msgstr "この Group から脱退することはできません"
#: allianceauth/groupmanagement/views.py:377 #: allianceauth/groupmanagement/views.py:376
msgid "You are not a member of that group" msgid "You are not a member of that group"
msgstr "あなたはその Group のメンバーではありません" msgstr "あなたはその Group のメンバーではありません"
#: allianceauth/groupmanagement/views.py:389 #: allianceauth/groupmanagement/views.py:388
msgid "You already have a pending leave request for that group." msgid "You already have a pending leave request for that group."
msgstr "すでに脱退申請を送信済みです。" msgstr "すでに脱退申請を送信済みです。"
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "%(group)sからの脱退申請を送信しました。" msgstr "%(group)sからの脱退申請を送信しました。"
@ -889,6 +902,7 @@ msgid "Apply To"
msgstr "申請中" msgstr "申請中"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "" msgstr ""
@ -1045,6 +1059,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "通知" msgstr "通知"
@ -1142,8 +1157,8 @@ msgstr ""
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "" msgstr ""
@ -1165,22 +1180,22 @@ msgid "Current Eve Time:"
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "" msgstr ""
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "" msgstr ""
@ -1259,12 +1274,49 @@ msgstr ""
msgid "States" msgid "States"
msgstr "" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "そのアカウントは既に存在してます。" msgstr "そのアカウントは既に存在してます。"
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgid "Successfully set your {self.service_name} password"
msgstr "" msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
@ -1341,6 +1393,10 @@ msgid ""
"was a mistake, please contact an admin." "was a mistake, please contact an admin."
msgstr "" 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "Discord Serverに参加" msgstr "Discord Serverに参加"
@ -1519,6 +1575,10 @@ msgstr ""
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "" 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "" msgstr ""
@ -1997,39 +2057,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "" msgstr ""
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr ""
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "" msgstr ""
@ -2042,32 +2098,64 @@ msgid "Structure Type"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:62 #: allianceauth/timerboard/form.py:62
#: allianceauth/timerboard/templates/timerboard/view.html:33 msgid "Timer Type"
#: allianceauth/timerboard/templates/timerboard/view.html:195
#: allianceauth/timerboard/templates/timerboard/view.html:363
msgid "Objective"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:63 #: 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 "" msgstr ""
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining"
msgstr ""
#: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "" msgstr ""
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "" msgstr ""
@ -2106,8 +2194,8 @@ msgid "Corp Timers"
msgstr "" msgstr ""
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "" msgstr ""

View File

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2020-02-18 03:14+0000\n"
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2020\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" "Language-Team: Korean (Korea) (https://www.transifex.com/alliance-auth/teams/107430/ko_KR/)\n"
@ -111,7 +111,17 @@ msgstr "콥"
msgid "Alliance" msgid "Alliance"
msgstr "얼라이언스" 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" msgid "Register"
msgstr "등록" msgstr "등록"
@ -146,47 +156,47 @@ msgstr "당신의 전산팀"
msgid "Submit" msgid "Submit"
msgstr "제출" msgstr "제출"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "Cannot change main character to %(char)s: character owned by a different "
"account." "account."
msgstr "%(char)s를 주캐릭터로 변경할 수 없습니다.: 다른 계장이 해당 캐릭터를 소유하고 있습니다." msgstr "%(char)s를 주캐릭터로 변경할 수 없습니다.: 다른 계장이 해당 캐릭터를 소유하고 있습니다."
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "주 캐릭터가 %(char)s로 변경됨" msgstr "주 캐릭터가 %(char)s로 변경됨"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "계정에 %(name)s를 추가했습니다." msgstr "계정에 %(name)s를 추가했습니다."
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "계정에 %(name)s를 추가하지 못했습니다. 이미 추가된 계정입니다." msgstr "계정에 %(name)s를 추가하지 못했습니다. 이미 추가된 계정입니다."
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "선택한 캐릭터로 인증을 수행할 수 없음" msgstr "선택한 캐릭터로 인증을 수행할 수 없음"
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "등록토큰 만료" msgstr "등록토큰 만료"
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
msgstr "확인 메일 전송됨. 다음 링크를 눌러 이메일 주소를 확인하세요." msgstr "확인 메일 전송됨. 다음 링크를 눌러 이메일 주소를 확인하세요."
#: allianceauth/authentication/views.py:212 #: allianceauth/authentication/views.py:257
msgid "Confirmed your email address. Please login to continue." msgid "Confirmed your email address. Please login to continue."
msgstr "이메일 주소가 확인되었습니다. 로그인 해주세요." msgstr "이메일 주소가 확인되었습니다. 로그인 해주세요."
#: allianceauth/authentication/views.py:217 #: allianceauth/authentication/views.py:262
msgid "Registration of new accounts is not allowed at this time." msgid "Registration of new accounts is not allowed at this time."
msgstr "현재 새로운 계정 등록은 받지않습니다." msgstr "현재 새로운 계정 등록은 받지않습니다."
@ -300,16 +310,16 @@ msgstr "선택한 토큰으로 콥 통계 수집 실패"
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "플릿활동 추적" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "플릿 이름" msgstr "플릿 이름"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "플릿활동추적 링크 주기" msgstr "플릿활동추적 링크 주기"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "분" msgstr "분"
@ -382,8 +392,8 @@ msgstr "유저"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "시스템" msgstr "시스템"
@ -397,9 +407,10 @@ msgstr "배"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "이브 시간" msgstr "이브 시간"
@ -458,8 +469,8 @@ msgstr "함대"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "생성자" msgstr "생성자"
@ -564,6 +575,7 @@ msgstr "감사 기록"
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "돌아가기" msgstr "돌아가기"
@ -585,8 +597,8 @@ msgstr "타입"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "활동" msgstr "활동"
@ -702,6 +714,19 @@ msgstr "사용 가능한 그룹"
msgid "Leave" msgid "Leave"
msgstr "떠나기" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "참여하기" msgstr "참여하기"
@ -753,6 +778,7 @@ msgid "No group leave requests."
msgstr "탈퇴 요청 없음" msgstr "탈퇴 요청 없음"
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "네비게이션 전환" msgstr "네비게이션 전환"
@ -826,37 +852,24 @@ msgstr "이미 해당 그룹에 가입되어 있습니다."
msgid "You already have a pending application for that group." msgid "You already have a pending application for that group."
msgstr "해당 그룹에 대한 참여신청이 보류되었습니다." msgstr "해당 그룹에 대한 참여신청이 보류되었습니다."
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "%(group)s그룹에 지원하였음." msgstr "%(group)s그룹에 지원하였음."
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "해당 그룹을 떠날 수 없습니다." msgstr "해당 그룹을 떠날 수 없습니다."
#: allianceauth/groupmanagement/views.py:377 #: allianceauth/groupmanagement/views.py:376
msgid "You are not a member of that group" msgid "You are not a member of that group"
msgstr "해당그룹의 멤버가 아닙니다." msgstr "해당그룹의 멤버가 아닙니다."
#: allianceauth/groupmanagement/views.py:389 #: allianceauth/groupmanagement/views.py:388
msgid "You already have a pending leave request for that group." msgid "You already have a pending leave request for that group."
msgstr "해당 그룹의 탈퇴 신청이 접수된 상태입니다." msgstr "해당 그룹의 탈퇴 신청이 접수된 상태입니다."
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "%(group)s그룹의 탈퇴가 신청됨." msgstr "%(group)s그룹의 탈퇴가 신청됨."
@ -893,6 +906,7 @@ msgid "Apply To"
msgstr "지원서 제출" msgstr "지원서 제출"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "지원서 관리" msgstr "지원서 관리"
@ -1049,6 +1063,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "알림" msgstr "알림"
@ -1146,8 +1161,8 @@ msgstr "폼업 성계"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "현지 시간" msgstr "현지 시간"
@ -1169,22 +1184,22 @@ msgid "Current Eve Time:"
msgstr "현재 이브 시간:" msgstr "현재 이브 시간:"
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "다음 옵 타이머" msgstr "다음 옵 타이머"
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "예정된 옵 타이머가 없습니다." msgstr "예정된 옵 타이머가 없습니다."
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "이전 옵 타이머" msgstr "이전 옵 타이머"
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "최근 지나간 옵 타이머가 없습니다." msgstr "최근 지나간 옵 타이머가 없습니다."
@ -1263,13 +1278,50 @@ msgstr "사용자"
msgid "States" msgid "States"
msgstr "상태" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "해당 서비스계정이 이미 존재합니다." msgstr "해당 서비스계정이 이미 존재합니다."
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgstr "{} 비밀번호 설정 완료" msgid "Successfully set your {self.service_name} password"
msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
msgid "Services" msgid "Services"
@ -1345,6 +1397,10 @@ msgid ""
"was a mistake, please contact an admin." "was a mistake, please contact an admin."
msgstr "Auth에 의해 자동으로 디스코드 계정이 비활성화됐습니다. 원치 않는 사항일 경우, 관리자에게 문의해 주세요." 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "디스코드 서버 입장" msgstr "디스코드 서버 입장"
@ -1523,6 +1579,10 @@ msgstr "SMF 비밀번호 설정"
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "사용자 %s을 서버에서 찾을 수 없습니다." 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "팀스피크 인증" msgstr "팀스피크 인증"
@ -1999,39 +2059,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "로그아웃" msgstr "로그아웃"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr "로그인"
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "기타" msgstr "기타"
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "우호" msgstr "우호"
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "적대" msgstr "적대"
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "중립" msgstr "중립"
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "설명" msgstr "설명"
@ -2044,32 +2100,64 @@ msgid "Structure Type"
msgstr "스트럭처 종류" msgstr "스트럭처 종류"
#: allianceauth/timerboard/form.py:62 #: 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:33
#: allianceauth/timerboard/templates/timerboard/view.html:195 #: allianceauth/timerboard/templates/timerboard/view.html:200
#: allianceauth/timerboard/templates/timerboard/view.html:363 #: allianceauth/timerboard/templates/timerboard/view.html:373
msgid "Objective" msgid "Objective"
msgstr "목표 대상" msgstr "목표 대상"
#: allianceauth/timerboard/form.py:63 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining" msgid "Days Remaining"
msgstr "남은 일수" msgstr "남은 일수"
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "남은 시간" msgstr "남은 시간"
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "남은 분" msgstr "남은 분"
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "중요" msgstr "중요"
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "콥 제한" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "타이머 삭제" msgstr "타이머 삭제"
@ -2108,8 +2196,8 @@ msgid "Corp Timers"
msgstr "콥 타이머" msgstr "콥 타이머"
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "스트럭처" msgstr "스트럭처"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2020-02-18 03:14+0000\n"
"Last-Translator: Андрей Зубков <and.vareba81@gmail.com>, 2020\n" "Last-Translator: Андрей Зубков <and.vareba81@gmail.com>, 2020\n"
"Language-Team: Russian (https://www.transifex.com/alliance-auth/teams/107430/ru/)\n" "Language-Team: Russian (https://www.transifex.com/alliance-auth/teams/107430/ru/)\n"
@ -109,7 +109,17 @@ msgstr "Корпорация"
msgid "Alliance" msgid "Alliance"
msgstr "Альянс" 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" msgid "Register"
msgstr "Регистрация" msgstr "Регистрация"
@ -146,7 +156,7 @@ msgstr "Ваша техподдержка. "
msgid "Submit" msgid "Submit"
msgstr "Отправить" msgstr "Отправить"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "Cannot change main character to %(char)s: character owned by a different "
@ -154,40 +164,40 @@ msgid ""
msgstr "" msgstr ""
"Нельзя сменить основного персонажа на %(char)s: похоже, что Владелец не Вы. " "Нельзя сменить основного персонажа на %(char)s: похоже, что Владелец не Вы. "
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "Основной персонаж заменен на %(char)s" msgstr "Основной персонаж заменен на %(char)s"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "Добавлен %(name)s на Ваш аккаунт." msgstr "Добавлен %(name)s на Ваш аккаунт."
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "Персонаж %(name)s уже добавлен." msgstr "Персонаж %(name)s уже добавлен."
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "Невозможно авторизировать этого персонажа. " msgstr "Невозможно авторизировать этого персонажа. "
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "Регистрационный токен просрочен." msgstr "Регистрационный токен просрочен."
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
msgstr "Отправить подтверждающее письмо. Пожалуйста, подтвердите почту. " msgstr "Отправить подтверждающее письмо. Пожалуйста, подтвердите почту. "
#: allianceauth/authentication/views.py:212 #: allianceauth/authentication/views.py:257
msgid "Confirmed your email address. Please login to continue." msgid "Confirmed your email address. Please login to continue."
msgstr "Подтвердите Ваш email адрес. Зайти для подтверждения. " msgstr "Подтвердите Ваш email адрес. Зайти для подтверждения. "
#: allianceauth/authentication/views.py:217 #: allianceauth/authentication/views.py:262
msgid "Registration of new accounts is not allowed at this time." msgid "Registration of new accounts is not allowed at this time."
msgstr "Регистрация новых аккаунтов в настоящее время невозможна." msgstr "Регистрация новых аккаунтов в настоящее время невозможна."
@ -301,16 +311,16 @@ msgstr "Невозможно получить статистику корпор
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "Отслеживание активности флота" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "Имя Флота" msgstr "Имя Флота"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "Продолжительность ФлАк'ей" msgstr "Продолжительность ФлАк'ей"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "минуты" msgstr "минуты"
@ -383,8 +393,8 @@ msgstr "Пользователь"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "Система" msgstr "Система"
@ -398,9 +408,10 @@ msgstr "Корабль"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "ET" msgstr "ET"
@ -465,8 +476,8 @@ msgstr "Флот"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "Создатель" msgstr "Создатель"
@ -571,6 +582,7 @@ msgstr "Записи безопасности"
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "Назад" msgstr "Назад"
@ -592,8 +604,8 @@ msgstr "Тип"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "Действие" msgstr "Действие"
@ -709,6 +721,19 @@ msgstr "Доступные группы"
msgid "Leave" msgid "Leave"
msgstr "Покинуть" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "Присоединиться" msgstr "Присоединиться"
@ -760,6 +785,7 @@ msgid "No group leave requests."
msgstr "Нет групповых запросов на выход" msgstr "Нет групповых запросов на выход"
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Проложить маршрут" msgstr "Проложить маршрут"
@ -837,37 +863,24 @@ msgstr "Вы уже участник этой группы."
msgid "You already have a pending application for that group." msgid "You already have a pending application for that group."
msgstr "Вы уже подали заявку на вступление этой группы." msgstr "Вы уже подали заявку на вступление этой группы."
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "Вступить в группу %(group)s." msgstr "Вступить в группу %(group)s."
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "Вы не можете покинуть эту группу" msgstr "Вы не можете покинуть эту группу"
#: allianceauth/groupmanagement/views.py:377 #: allianceauth/groupmanagement/views.py:376
msgid "You are not a member of that group" msgid "You are not a member of that group"
msgstr "Вы не участник группыы" msgstr "Вы не участник группыы"
#: allianceauth/groupmanagement/views.py:389 #: allianceauth/groupmanagement/views.py:388
msgid "You already have a pending leave request for that group." msgid "You already have a pending leave request for that group."
msgstr "Ваш запрос находится на рассмотрении" msgstr "Ваш запрос находится на рассмотрении"
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "Запрос на выход из группы %(group)s." msgstr "Запрос на выход из группы %(group)s."
@ -904,6 +917,7 @@ msgid "Apply To"
msgstr "Принять в" msgstr "Принять в"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "HR Контроль" msgstr "HR Контроль"
@ -1060,6 +1074,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "Уведомления" msgstr "Уведомления"
@ -1157,8 +1172,8 @@ msgstr "Система сбора"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "Локальное время" msgstr "Локальное время"
@ -1180,22 +1195,22 @@ msgid "Current Eve Time:"
msgstr "Текущий EVE Time:" msgstr "Текущий EVE Time:"
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "Следующие таймера" msgstr "Следующие таймера"
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "Нет предстоящих таймеров" msgstr "Нет предстоящих таймеров"
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "Прошлые таймера" msgstr "Прошлые таймера"
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "Таймера отсутствуют. " msgstr "Таймера отсутствуют. "
@ -1274,13 +1289,50 @@ msgstr "Пользователи"
msgid "States" msgid "States"
msgstr "Состояния" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "Этот сервис уже активирован" msgstr "Этот сервис уже активирован"
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgstr "{} Пароль успешно обновлен." msgid "Successfully set your {self.service_name} password"
msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
msgid "Services" msgid "Services"
@ -1356,6 +1408,10 @@ msgid ""
"was a mistake, please contact an admin." "was a mistake, please contact an admin."
msgstr "" 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "Подключиться к серверу Discord" msgstr "Подключиться к серверу Discord"
@ -1542,6 +1598,10 @@ msgstr ""
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "Не могу найти %s на сервере" 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "Утвердить TeamSpeak" msgstr "Утвердить TeamSpeak"
@ -2024,39 +2084,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "Выход" msgstr "Выход"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr "Вход"
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "Прочие" msgstr "Прочие"
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "Дружественный" msgstr "Дружественный"
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "Вражеский" msgstr "Вражеский"
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "Нейтрал" msgstr "Нейтрал"
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "Детали" msgstr "Детали"
@ -2069,32 +2125,64 @@ msgid "Structure Type"
msgstr "Тип структуры" msgstr "Тип структуры"
#: allianceauth/timerboard/form.py:62 #: 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:33
#: allianceauth/timerboard/templates/timerboard/view.html:195 #: allianceauth/timerboard/templates/timerboard/view.html:200
#: allianceauth/timerboard/templates/timerboard/view.html:363 #: allianceauth/timerboard/templates/timerboard/view.html:373
msgid "Objective" msgid "Objective"
msgstr "Задача" msgstr "Задача"
#: allianceauth/timerboard/form.py:63 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining" msgid "Days Remaining"
msgstr "Дней осталось" msgstr "Дней осталось"
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "Часов осталось" msgstr "Часов осталось"
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "Минут осталось" msgstr "Минут осталось"
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "Важно" msgstr "Важно"
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "Корпорация зарегистрированна" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "Удалить таймер" msgstr "Удалить таймер"
@ -2133,8 +2221,8 @@ msgid "Corp Timers"
msgstr "Корпоративные таймера" msgstr "Корпоративные таймера"
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "Структура" msgstr "Структура"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2020-02-18 03:14+0000\n"
"Last-Translator: Aaron BuBu <351793078@qq.com>, 2020\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" "Language-Team: Chinese Simplified (https://www.transifex.com/alliance-auth/teams/107430/zh-Hans/)\n"
@ -106,7 +106,17 @@ msgstr "所在公司"
msgid "Alliance" msgid "Alliance"
msgstr "所在联盟" 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" msgid "Register"
msgstr "注册" msgstr "注册"
@ -141,47 +151,47 @@ msgstr "您的IT团队"
msgid "Submit" msgid "Submit"
msgstr "提交" msgstr "提交"
#: allianceauth/authentication/views.py:75 #: allianceauth/authentication/views.py:77
#, python-format #, python-format
msgid "" msgid ""
"Cannot change main character to %(char)s: character owned by a different " "Cannot change main character to %(char)s: character owned by a different "
"account." "account."
msgstr "不能修改主角色为%(char)s这个角色被另一个账户所拥有" msgstr "不能修改主角色为%(char)s这个角色被另一个账户所拥有"
#: allianceauth/authentication/views.py:81 #: allianceauth/authentication/views.py:83
#, python-format #, python-format
msgid "Changed main character to %(char)s" msgid "Changed main character to %(char)s"
msgstr "修改主要角色为%(char)s" msgstr "修改主要角色为%(char)s"
#: allianceauth/authentication/views.py:90 #: allianceauth/authentication/views.py:92
#, python-format #, python-format
msgid "Added %(name)s to your account." msgid "Added %(name)s to your account."
msgstr "添加%(name)s到您的账户" msgstr "添加%(name)s到您的账户"
#: allianceauth/authentication/views.py:92 #: allianceauth/authentication/views.py:94
#, python-format #, python-format
msgid "Failed to add %(name)s to your account: they already have an account." msgid "Failed to add %(name)s to your account: they already have an account."
msgstr "添加%(name)s到您的账户失败他们已经在一个账户中了" msgstr "添加%(name)s到您的账户失败他们已经在一个账户中了"
#: allianceauth/authentication/views.py:131 #: allianceauth/authentication/views.py:133
msgid "Unable to authenticate as the selected character." msgid "Unable to authenticate as the selected character."
msgstr "无法作为选定的角色进行身份验证" msgstr "无法作为选定的角色进行身份验证"
#: allianceauth/authentication/views.py:152 #: allianceauth/authentication/views.py:197
msgid "Registration token has expired." msgid "Registration token has expired."
msgstr "注册令牌过期。" msgstr "注册令牌过期。"
#: allianceauth/authentication/views.py:207 #: allianceauth/authentication/views.py:252
msgid "" msgid ""
"Sent confirmation email. Please follow the link to confirm your email " "Sent confirmation email. Please follow the link to confirm your email "
"address." "address."
msgstr "已经发送了确认邮件。请按照链接确定您的电邮地址" msgstr "已经发送了确认邮件。请按照链接确定您的电邮地址"
#: allianceauth/authentication/views.py:212 #: allianceauth/authentication/views.py:257
msgid "Confirmed your email address. Please login to continue." msgid "Confirmed your email address. Please login to continue."
msgstr "已确认您的电邮地址。请登录以继续" msgstr "已确认您的电邮地址。请登录以继续"
#: allianceauth/authentication/views.py:217 #: allianceauth/authentication/views.py:262
msgid "Registration of new accounts is not allowed at this time." msgid "Registration of new accounts is not allowed at this time."
msgstr "" msgstr ""
@ -295,16 +305,16 @@ msgstr "未能使用指定的令牌收集军团信息"
msgid "Fleet Activity Tracking" msgid "Fleet Activity Tracking"
msgstr "舰队活动历史" 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 #: allianceauth/srp/templates/srp/management.html:37
msgid "Fleet Name" msgid "Fleet Name"
msgstr "舰队名" msgstr "舰队名"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "Duration of fat-link" msgid "Duration of fat-link"
msgstr "舰队点名发PAP链接" msgstr "舰队点名发PAP链接"
#: allianceauth/fleetactivitytracking/forms.py:8 #: allianceauth/fleetactivitytracking/forms.py:7
msgid "minutes" msgid "minutes"
msgstr "分钟数" msgstr "分钟数"
@ -377,8 +387,8 @@ msgstr "用户"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29
#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 #: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59
#: allianceauth/timerboard/templates/timerboard/view.html:34 #: allianceauth/timerboard/templates/timerboard/view.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:196 #: allianceauth/timerboard/templates/timerboard/view.html:201
#: allianceauth/timerboard/templates/timerboard/view.html:364 #: allianceauth/timerboard/templates/timerboard/view.html:374
msgid "System" msgid "System"
msgstr "星系" msgstr "星系"
@ -392,9 +402,10 @@ msgstr "舰船"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 #: 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:36
#: allianceauth/timerboard/templates/timerboard/view.html:198 #: allianceauth/timerboard/templates/timerboard/view.html:203
#: allianceauth/timerboard/templates/timerboard/view.html:366 #: allianceauth/timerboard/templates/timerboard/view.html:376
msgid "Eve Time" msgid "Eve Time"
msgstr "EVE时间" msgstr "EVE时间"
@ -453,8 +464,8 @@ msgstr "舰队"
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 #: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74
#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 #: allianceauth/optimer/templates/optimer/fleetoptable.html:17
#: allianceauth/timerboard/templates/timerboard/view.html:38 #: allianceauth/timerboard/templates/timerboard/view.html:38
#: allianceauth/timerboard/templates/timerboard/view.html:200 #: allianceauth/timerboard/templates/timerboard/view.html:205
#: allianceauth/timerboard/templates/timerboard/view.html:368 #: allianceauth/timerboard/templates/timerboard/view.html:378
msgid "Creator" msgid "Creator"
msgstr "创建者" msgstr "创建者"
@ -559,6 +570,7 @@ msgstr "审计日志"
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20 #: allianceauth/groupmanagement/templates/groupmanagement/audit.html:20
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21 #: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:21
#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 #: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13
#: allianceauth/timerboard/templates/timerboard/index_button.html:3
msgid "Back" msgid "Back"
msgstr "返回" msgstr "返回"
@ -580,8 +592,8 @@ msgstr "类型"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 #: allianceauth/optimer/templates/optimer/fleetoptable.html:18
#: allianceauth/services/templates/services/services.html:18 #: allianceauth/services/templates/services/services.html:18
#: allianceauth/timerboard/templates/timerboard/view.html:40 #: allianceauth/timerboard/templates/timerboard/view.html:40
#: allianceauth/timerboard/templates/timerboard/view.html:202 #: allianceauth/timerboard/templates/timerboard/view.html:207
#: allianceauth/timerboard/templates/timerboard/view.html:370 #: allianceauth/timerboard/templates/timerboard/view.html:380
msgid "Action" msgid "Action"
msgstr "操作" msgstr "操作"
@ -697,6 +709,19 @@ msgstr "可用组"
msgid "Leave" msgid "Leave"
msgstr "离开" 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 #: allianceauth/groupmanagement/templates/groupmanagement/groups.html:40
msgid "Join" msgid "Join"
msgstr "加入" msgstr "加入"
@ -748,6 +773,7 @@ msgid "No group leave requests."
msgstr "没有离开用户组的请求,小老弟你人缘可以啊?" msgstr "没有离开用户组的请求,小老弟你人缘可以啊?"
#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9 #: allianceauth/groupmanagement/templates/groupmanagement/menu.html:9
#: allianceauth/templates/allianceauth/top-menu.html:8
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "打开导航栏" msgstr "打开导航栏"
@ -821,37 +847,24 @@ msgstr "你已经是那个群组的一员了。"
msgid "You already have a pending application for that group." msgid "You already have a pending application for that group."
msgstr "你已经有了该组的未决申请" msgstr "你已经有了该组的未决申请"
#: allianceauth/groupmanagement/views.py:357 #: allianceauth/groupmanagement/views.py:362
#: 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
#, python-format #, python-format
msgid "Applied to group %(group)s." msgid "Applied to group %(group)s."
msgstr "修改已经应用到%(group)s啦" msgstr "修改已经应用到%(group)s啦"
#: allianceauth/groupmanagement/views.py:373 #: allianceauth/groupmanagement/views.py:372
msgid "You cannot leave that group" msgid "You cannot leave that group"
msgstr "你无法离开那个用户组" msgstr "你无法离开那个用户组"
#: allianceauth/groupmanagement/views.py:377 #: allianceauth/groupmanagement/views.py:376
msgid "You are not a member of that group" msgid "You are not a member of that group"
msgstr "你不是那个用户组的成员" msgstr "你不是那个用户组的成员"
#: allianceauth/groupmanagement/views.py:389 #: allianceauth/groupmanagement/views.py:388
msgid "You already have a pending leave request for that group." msgid "You already have a pending leave request for that group."
msgstr "你已经有了该组的未决离开请求" msgstr "你已经有了该组的未决离开请求"
#: allianceauth/groupmanagement/views.py:405 #: allianceauth/groupmanagement/views.py:403
#, python-format #, python-format
msgid "Applied to leave group %(group)s." msgid "Applied to leave group %(group)s."
msgstr "已经离开群组%(group)s" msgstr "已经离开群组%(group)s"
@ -888,6 +901,7 @@ msgid "Apply To"
msgstr "应用" msgstr "应用"
#: allianceauth/hrapplications/templates/hrapplications/management.html:6 #: allianceauth/hrapplications/templates/hrapplications/management.html:6
#: allianceauth/hrapplications/templates/hrapplications/searchview.html:6
msgid "HR Application Management" msgid "HR Application Management"
msgstr "管理人力资源申请" msgstr "管理人力资源申请"
@ -1044,6 +1058,7 @@ msgstr ""
#: allianceauth/notifications/templates/notifications/list.html:5 #: allianceauth/notifications/templates/notifications/list.html:5
#: allianceauth/notifications/templates/notifications/list.html:9 #: allianceauth/notifications/templates/notifications/list.html:9
#: allianceauth/templates/allianceauth/notifications_menu_item.html:6
msgid "Notifications" msgid "Notifications"
msgstr "通知" msgstr "通知"
@ -1141,8 +1156,8 @@ msgstr "集结点"
#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 #: allianceauth/optimer/templates/optimer/fleetoptable.html:13
#: allianceauth/timerboard/templates/timerboard/view.html:37 #: allianceauth/timerboard/templates/timerboard/view.html:37
#: allianceauth/timerboard/templates/timerboard/view.html:199 #: allianceauth/timerboard/templates/timerboard/view.html:204
#: allianceauth/timerboard/templates/timerboard/view.html:367 #: allianceauth/timerboard/templates/timerboard/view.html:377
msgid "Local Time" msgid "Local Time"
msgstr "本地时间" msgstr "本地时间"
@ -1164,22 +1179,22 @@ msgid "Current Eve Time:"
msgstr "当前EVE游戏内时间" msgstr "当前EVE游戏内时间"
#: allianceauth/optimer/templates/optimer/management.html:27 #: allianceauth/optimer/templates/optimer/management.html:27
#: allianceauth/timerboard/templates/timerboard/view.html:189 #: allianceauth/timerboard/templates/timerboard/view.html:194
msgid "Next Timers" msgid "Next Timers"
msgstr "接下来的时间节点" msgstr "接下来的时间节点"
#: allianceauth/optimer/templates/optimer/management.html:31 #: 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." msgid "No upcoming timers."
msgstr "没有快到的时间节点,歇一会吧" msgstr "没有快到的时间节点,歇一会吧"
#: allianceauth/optimer/templates/optimer/management.html:34 #: allianceauth/optimer/templates/optimer/management.html:34
#: allianceauth/timerboard/templates/timerboard/view.html:357 #: allianceauth/timerboard/templates/timerboard/view.html:367
msgid "Past Timers" msgid "Past Timers"
msgstr "已经过去的时间节点" msgstr "已经过去的时间节点"
#: allianceauth/optimer/templates/optimer/management.html:38 #: 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." msgid "No past timers."
msgstr "没有已经结束的时间节点啦" msgstr "没有已经结束的时间节点啦"
@ -1258,13 +1273,50 @@ msgstr "用户"
msgid "States" msgid "States"
msgstr "声望" 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 #: allianceauth/services/abstract.py:72
msgid "That service account already exists" msgid "That service account already exists"
msgstr "该服务账户仍然存在" msgstr "该服务账户仍然存在"
#: allianceauth/services/abstract.py:103 #: allianceauth/services/abstract.py:103
msgid "Successfully set your {} password" #, python-brace-format
msgstr "成功修改了你的[]密码" msgid "Successfully set your {self.service_name} password"
msgstr ""
#: allianceauth/services/auth_hooks.py:12 #: allianceauth/services/auth_hooks.py:12
msgid "Services" msgid "Services"
@ -1340,6 +1392,10 @@ msgid ""
"was a mistake, please contact an admin." "was a mistake, please contact an admin."
msgstr "" 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 #: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18
msgid "Join the Discord server" msgid "Join the Discord server"
msgstr "" msgstr ""
@ -1518,6 +1574,10 @@ msgstr "修改SMF论坛密码"
msgid "Unable to locate user %s on server" msgid "Unable to locate user %s on server"
msgstr "服务器上找不到%s这个用户呀老哥你再看看" 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 #: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6
msgid "Verify Teamspeak" msgid "Verify Teamspeak"
msgstr "确认TS" msgstr "确认TS"
@ -1993,39 +2053,35 @@ msgstr ""
msgid "Logout" msgid "Logout"
msgstr "登出" msgstr "登出"
#: allianceauth/templates/allianceauth/top-menu-user-dropdown.html:58
msgid "Login"
msgstr "登录"
#: allianceauth/timerboard/form.py:53 #: allianceauth/timerboard/form.py:53
msgid "Other" msgid "Other"
msgstr "其他" msgstr "其他"
#: allianceauth/timerboard/form.py:54 #: allianceauth/timerboard/form.py:54
#: allianceauth/timerboard/templates/timerboard/view.html:58 #: allianceauth/timerboard/templates/timerboard/view.html:63
#: allianceauth/timerboard/templates/timerboard/view.html:220 #: allianceauth/timerboard/templates/timerboard/view.html:230
#: allianceauth/timerboard/templates/timerboard/view.html:388 #: allianceauth/timerboard/templates/timerboard/view.html:403
msgid "Friendly" msgid "Friendly"
msgstr "蓝加" msgstr "蓝加"
#: allianceauth/timerboard/form.py:55 #: allianceauth/timerboard/form.py:55
#: allianceauth/timerboard/templates/timerboard/view.html:53 #: allianceauth/timerboard/templates/timerboard/view.html:58
#: allianceauth/timerboard/templates/timerboard/view.html:215 #: allianceauth/timerboard/templates/timerboard/view.html:225
#: allianceauth/timerboard/templates/timerboard/view.html:383 #: allianceauth/timerboard/templates/timerboard/view.html:398
msgid "Hostile" msgid "Hostile"
msgstr "红减" msgstr "红减"
#: allianceauth/timerboard/form.py:56 #: allianceauth/timerboard/form.py:56
#: allianceauth/timerboard/templates/timerboard/view.html:63 #: allianceauth/timerboard/templates/timerboard/view.html:68
#: allianceauth/timerboard/templates/timerboard/view.html:225 #: allianceauth/timerboard/templates/timerboard/view.html:235
#: allianceauth/timerboard/templates/timerboard/view.html:393 #: allianceauth/timerboard/templates/timerboard/view.html:408
msgid "Neutral" msgid "Neutral"
msgstr "白名" msgstr "白名"
#: allianceauth/timerboard/form.py:58 #: allianceauth/timerboard/form.py:58
#: allianceauth/timerboard/templates/timerboard/view.html:32 #: allianceauth/timerboard/templates/timerboard/view.html:32
#: allianceauth/timerboard/templates/timerboard/view.html:194 #: allianceauth/timerboard/templates/timerboard/view.html:199
#: allianceauth/timerboard/templates/timerboard/view.html:362 #: allianceauth/timerboard/templates/timerboard/view.html:372
msgid "Details" msgid "Details"
msgstr "详细信息" msgstr "详细信息"
@ -2038,32 +2094,64 @@ msgid "Structure Type"
msgstr "建筑类型" msgstr "建筑类型"
#: allianceauth/timerboard/form.py:62 #: 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:33
#: allianceauth/timerboard/templates/timerboard/view.html:195 #: allianceauth/timerboard/templates/timerboard/view.html:200
#: allianceauth/timerboard/templates/timerboard/view.html:363 #: allianceauth/timerboard/templates/timerboard/view.html:373
msgid "Objective" msgid "Objective"
msgstr "声望" msgstr "声望"
#: allianceauth/timerboard/form.py:63 #: allianceauth/timerboard/form.py:64
msgid "Days Remaining" msgid "Days Remaining"
msgstr "剩余天数" msgstr "剩余天数"
#: allianceauth/timerboard/form.py:64 #: allianceauth/timerboard/form.py:65
msgid "Hours Remaining" msgid "Hours Remaining"
msgstr "剩余小时数" msgstr "剩余小时数"
#: allianceauth/timerboard/form.py:66 #: allianceauth/timerboard/form.py:67
msgid "Minutes Remaining" msgid "Minutes Remaining"
msgstr "剩余分钟" msgstr "剩余分钟"
#: allianceauth/timerboard/form.py:68 #: allianceauth/timerboard/form.py:69
msgid "Important" msgid "Important"
msgstr "重要信息" msgstr "重要信息"
#: allianceauth/timerboard/form.py:69 #: allianceauth/timerboard/form.py:70
msgid "Corp-Restricted" msgid "Corp-Restricted"
msgstr "受限制的公司" 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 #: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11
msgid "Delete Timer" msgid "Delete Timer"
msgstr "删除时间节点" msgstr "删除时间节点"
@ -2102,8 +2190,8 @@ msgid "Corp Timers"
msgstr "公司时间表" msgstr "公司时间表"
#: allianceauth/timerboard/templates/timerboard/view.html:35 #: allianceauth/timerboard/templates/timerboard/view.html:35
#: allianceauth/timerboard/templates/timerboard/view.html:197 #: allianceauth/timerboard/templates/timerboard/view.html:202
#: allianceauth/timerboard/templates/timerboard/view.html:365 #: allianceauth/timerboard/templates/timerboard/view.html:375
msgid "Structure" msgid "Structure"
msgstr "建筑" msgstr "建筑"

View File

@ -2,7 +2,7 @@
<tr> <tr>
<td class="text-center">Discord</td> <td class="text-center">{% translate "Discord" %}</td>
<td class="text-center"> <td class="text-center">
{% if not user_has_account %} {% if not user_has_account %}
(not activated) (not activated)

View File

@ -1,11 +1,12 @@
{% extends "admin/change_list.html" %} {% extends "admin/change_list.html" %}
{% load i18n static %} {% load static %}
{% load i18n %}
{% block object-tools-items %} {% block object-tools-items %}
{{ block.super }} {{ block.super }}
<li> <li>
<a href="{% url 'teamspeak3:admin_update_ts3_groups' %}" class="btn btn-high"> <a href="{% url 'teamspeak3:admin_update_ts3_groups' %}" class="btn btn-high">
Update TS3 groups {% translate "Update TS3 groups" %}
</a> </a>
</li> </li>
{% endblock %} {% endblock %}

View File

@ -1,8 +1,9 @@
{% load i18n %}
{% load auth_notifications %} {% load auth_notifications %}
{% with unread_count=request.user|user_unread_notification_count %} {% with unread_count=request.user|user_unread_notification_count %}
{% if unread_count > 0 %} {% if unread_count > 0 %}
<a href="{% url 'notifications:list' %}">Notifications <a href="{% url 'notifications:list' %}">{% translate "Notifications" %}
<span class="badge">{{ unread_count }}</span> <span class="badge">{{ unread_count }}</span>
</a> </a>
{% else %} {% else %}

View File

@ -5,7 +5,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".auth-menus-collapse"> <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> <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"> <div class="collapse navbar-collapse auth-menus-collapse">
<ul class="nav navbar-nav navbar-right navbar-pills"> <ul class="nav navbar-nav navbar-right navbar-pills">
<li class="nav-item-eve-time"> <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>
<li class="{% navactive request 'notifications:' %}" id="menu_item_notifications"> <li class="{% navactive request 'notifications:' %}" id="menu_item_notifications">
{% include 'allianceauth/notifications_menu_item.html' %} {% include 'allianceauth/notifications_menu_item.html' %}

View File

@ -1,4 +1,4 @@
{% load i18n %} {% load i18n %}
<div class="text-right"> <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> </div>