diff --git a/allianceauth/authentication/views.py b/allianceauth/authentication/views.py index c418fed1..34baf0cc 100644 --- a/allianceauth/authentication/views.py +++ b/allianceauth/authentication/views.py @@ -208,5 +208,5 @@ def activation_complete(request): def registration_closed(request): - messages.error(request, _('Registraion of new accounts it not allowed at this time.')) + messages.error(request, _('Registration of new accounts is not allowed at this time.')) return redirect('authentication:login') diff --git a/allianceauth/locale/de/LC_MESSAGES/django.mo b/allianceauth/locale/de/LC_MESSAGES/django.mo index bc356343..7cb13c41 100644 Binary files a/allianceauth/locale/de/LC_MESSAGES/django.mo and b/allianceauth/locale/de/LC_MESSAGES/django.mo differ diff --git a/allianceauth/locale/de/LC_MESSAGES/django.po b/allianceauth/locale/de/LC_MESSAGES/django.po index 8e8298fb..d5a925d8 100644 --- a/allianceauth/locale/de/LC_MESSAGES/django.po +++ b/allianceauth/locale/de/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ # Translators: # Erik Kalkoken , 2020 # Joel Falknau , 2020 -# Rounon Dax , 2020 +# Peter Pfeufer , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-21 01:35+0000\n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" "PO-Revision-Date: 2020-02-18 03:14+0000\n" -"Last-Translator: Rounon Dax , 2020\n" +"Last-Translator: Peter Pfeufer , 2020\n" "Language-Team: German (https://www.transifex.com/alliance-auth/teams/107430/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgid "A main character is required to perform that action. Add one below." msgstr "" "Für diese Aktion wird ein Hauptcharacter benötigt. Bitte füge einen hinzu." -#: allianceauth/authentication/forms.py:6 +#: allianceauth/authentication/forms.py:5 msgid "Email" msgstr "E-Mail" @@ -168,11 +168,11 @@ msgstr "" msgid "Unable to authenticate as the selected character." msgstr "Authentifizierung mit dem ausgewählten Charakter nicht möglich." -#: allianceauth/authentication/views.py:148 +#: allianceauth/authentication/views.py:146 msgid "Registration token has expired." msgstr "Token zur Registrierung ist abgelaufen." -#: allianceauth/authentication/views.py:200 +#: allianceauth/authentication/views.py:201 msgid "" "Sent confirmation email. Please follow the link to confirm your email " "address." @@ -180,12 +180,12 @@ msgstr "" "Bestätigungsmail gesendet. Bitte folge dem Link in der E-Mail zur " "Bestätigung." -#: allianceauth/authentication/views.py:205 +#: allianceauth/authentication/views.py:206 msgid "Confirmed your email address. Please login to continue." msgstr "" "Deine E-Mail Adresse wurde bestätigt. Bitte log Dich ein um fortzufahren." -#: allianceauth/authentication/views.py:210 +#: allianceauth/authentication/views.py:211 msgid "Registraion of new accounts it not allowed at this time." msgstr "Registrierung von neuen Konten ist zur Zeit nicht erlaubt." @@ -825,7 +825,7 @@ msgstr "Du hast Dich bereits für diese Gruppe beworben." #: allianceauth/hrapplications/templates/hrapplications/management.html:144 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 #: allianceauth/hrapplications/templates/hrapplications/view.html:20 -#: allianceauth/srp/templates/srp/data.html:128 +#: allianceauth/srp/templates/srp/data.html:134 #: allianceauth/srp/templates/srp/management.html:81 msgid "Pending" msgstr "Beantragt" @@ -919,7 +919,7 @@ msgstr "Aktionen" #: allianceauth/hrapplications/templates/hrapplications/management.html:147 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 #: allianceauth/hrapplications/templates/hrapplications/view.html:16 -#: allianceauth/srp/templates/srp/data.html:120 +#: allianceauth/srp/templates/srp/data.html:126 msgid "Approved" msgstr "Akzeptiert" @@ -927,7 +927,7 @@ msgstr "Akzeptiert" #: allianceauth/hrapplications/templates/hrapplications/management.html:104 #: allianceauth/hrapplications/templates/hrapplications/management.html:149 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 -#: allianceauth/srp/templates/srp/data.html:124 +#: allianceauth/srp/templates/srp/data.html:130 msgid "Rejected" msgstr "Abgelehnt" @@ -1310,11 +1310,11 @@ msgstr "Passwort" msgid "Password must be at least 8 characters long." msgstr "Passwort muss mindestens 8 Zeichen lang sein" -#: allianceauth/services/modules/discord/models.py:224 +#: allianceauth/services/modules/discord/models.py:225 msgid "Discord Account Disabled" msgstr "Discord Konto deaktiviert" -#: allianceauth/services/modules/discord/models.py:226 +#: allianceauth/services/modules/discord/models.py:227 msgid "" "Your Discord account was disabeled automatically by Auth. If you think this " "was a mistake, please contact an admin." @@ -1684,18 +1684,18 @@ msgid "Mark Completed" msgstr "Als vollständig markieren" #: allianceauth/srp/templates/srp/data.html:70 -#: allianceauth/srp/templates/srp/data.html:150 +#: allianceauth/srp/templates/srp/data.html:156 msgid "Total Losses:" msgstr "Verluste insgesamt:" #: allianceauth/srp/templates/srp/data.html:71 -#: allianceauth/srp/templates/srp/data.html:151 +#: allianceauth/srp/templates/srp/data.html:157 #: allianceauth/srp/templates/srp/management.html:30 msgid "Total ISK Cost:" msgstr "ISK-Kosten insgesamt:" #: allianceauth/srp/templates/srp/data.html:79 -#: allianceauth/srp/templates/srp/data.html:159 +#: allianceauth/srp/templates/srp/data.html:165 msgid "Are you sure you want to delete SRP requests?" msgstr "Bist Du sicher das Du SRP Anfragen löschen willst?" @@ -1729,7 +1729,7 @@ msgstr "" msgid "Post Time" msgstr "Veröffentlichungszeit" -#: allianceauth/srp/templates/srp/data.html:168 +#: allianceauth/srp/templates/srp/data.html:174 msgid "No SRP requests for this fleet." msgstr "Keine SRP Anfragen für diese Flotte." diff --git a/allianceauth/locale/en/LC_MESSAGES/django.po b/allianceauth/locale/en/LC_MESSAGES/django.po index c172b7fc..8ff939c3 100644 --- a/allianceauth/locale/en/LC_MESSAGES/django.po +++ b/allianceauth/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-21 01:41+0000\n" +"POT-Creation-Date: 2020-10-01 02:59+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgstr "" msgid "A main character is required to perform that action. Add one below." msgstr "" -#: allianceauth/authentication/forms.py:6 +#: allianceauth/authentication/forms.py:5 msgid "Email" msgstr "" @@ -154,22 +154,22 @@ msgstr "" msgid "Unable to authenticate as the selected character." msgstr "" -#: allianceauth/authentication/views.py:148 +#: allianceauth/authentication/views.py:146 msgid "Registration token has expired." msgstr "" -#: allianceauth/authentication/views.py:200 +#: allianceauth/authentication/views.py:201 msgid "" "Sent confirmation email. Please follow the link to confirm your email " "address." msgstr "" -#: allianceauth/authentication/views.py:205 +#: allianceauth/authentication/views.py:206 msgid "Confirmed your email address. Please login to continue." msgstr "" -#: allianceauth/authentication/views.py:210 -msgid "Registraion of new accounts it not allowed at this time." +#: allianceauth/authentication/views.py:211 +msgid "Registration of new accounts is not allowed at this time." msgstr "" #: allianceauth/corputils/auth_hooks.py:10 @@ -1289,13 +1289,13 @@ msgstr "" msgid "Password must be at least 8 characters long." msgstr "" -#: allianceauth/services/modules/discord/models.py:224 +#: allianceauth/services/modules/discord/models.py:225 msgid "Discord Account Disabled" msgstr "" -#: allianceauth/services/modules/discord/models.py:226 +#: allianceauth/services/modules/discord/models.py:227 msgid "" -"Your Discord account was disabeled automatically by Auth. If you think this " +"Your Discord account was disabled automatically by Auth. If you think this " "was a mistake, please contact an admin." msgstr "" diff --git a/allianceauth/locale/es/LC_MESSAGES/django.mo b/allianceauth/locale/es/LC_MESSAGES/django.mo index f203b6cc..87c45d40 100644 Binary files a/allianceauth/locale/es/LC_MESSAGES/django.mo and b/allianceauth/locale/es/LC_MESSAGES/django.mo differ diff --git a/allianceauth/locale/es/LC_MESSAGES/django.po b/allianceauth/locale/es/LC_MESSAGES/django.po index 3d7307be..268cfc7f 100644 --- a/allianceauth/locale/es/LC_MESSAGES/django.po +++ b/allianceauth/locale/es/LC_MESSAGES/django.po @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Joel Falknau , 2020 # frank1210 , 2020 +# Joel Falknau , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-21 01:35+0000\n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" "PO-Revision-Date: 2020-02-18 03:14+0000\n" -"Last-Translator: frank1210 , 2020\n" +"Last-Translator: Joel Falknau , 2020\n" "Language-Team: Spanish (https://www.transifex.com/alliance-auth/teams/107430/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +27,7 @@ msgid "A main character is required to perform that action. Add one below." msgstr "" "Un personaje principal es requerido para completar esta accion. Agregue uno" -#: allianceauth/authentication/forms.py:6 +#: allianceauth/authentication/forms.py:5 msgid "Email" msgstr "E-mail" @@ -161,24 +161,24 @@ msgstr "" msgid "Unable to authenticate as the selected character." msgstr "Imposible validar con el personaje seleccionado." -#: allianceauth/authentication/views.py:148 +#: allianceauth/authentication/views.py:146 msgid "Registration token has expired." msgstr "El token de registracion expiro." -#: allianceauth/authentication/views.py:200 +#: allianceauth/authentication/views.py:201 msgid "" "Sent confirmation email. Please follow the link to confirm your email " "address." msgstr "" "Confirmacion de mail enviada. Por favor siga el enlace para confirmar " -#: allianceauth/authentication/views.py:205 +#: allianceauth/authentication/views.py:206 msgid "Confirmed your email address. Please login to continue." msgstr "" "Se ha confirmado su direccion de mail. Por favor igrese su token para " "continuar." -#: allianceauth/authentication/views.py:210 +#: allianceauth/authentication/views.py:211 msgid "Registraion of new accounts it not allowed at this time." msgstr "Registracion de nuevas cuentas no es permitido por el momento." @@ -818,7 +818,7 @@ msgstr "" #: allianceauth/hrapplications/templates/hrapplications/management.html:144 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 #: allianceauth/hrapplications/templates/hrapplications/view.html:20 -#: allianceauth/srp/templates/srp/data.html:128 +#: allianceauth/srp/templates/srp/data.html:134 #: allianceauth/srp/templates/srp/management.html:81 msgid "Pending" msgstr "Pendiente" @@ -912,7 +912,7 @@ msgstr "Acciones" #: allianceauth/hrapplications/templates/hrapplications/management.html:147 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 #: allianceauth/hrapplications/templates/hrapplications/view.html:16 -#: allianceauth/srp/templates/srp/data.html:120 +#: allianceauth/srp/templates/srp/data.html:126 msgid "Approved" msgstr "Aprovado" @@ -920,7 +920,7 @@ msgstr "Aprovado" #: allianceauth/hrapplications/templates/hrapplications/management.html:104 #: allianceauth/hrapplications/templates/hrapplications/management.html:149 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 -#: allianceauth/srp/templates/srp/data.html:124 +#: allianceauth/srp/templates/srp/data.html:130 msgid "Rejected" msgstr "Rechazado" @@ -1303,11 +1303,11 @@ msgstr "Contraseña" msgid "Password must be at least 8 characters long." msgstr "La contraseña tiene que tener 8 caracteres de largo minimo" -#: allianceauth/services/modules/discord/models.py:224 +#: allianceauth/services/modules/discord/models.py:225 msgid "Discord Account Disabled" msgstr "" -#: allianceauth/services/modules/discord/models.py:226 +#: allianceauth/services/modules/discord/models.py:227 msgid "" "Your Discord account was disabeled automatically by Auth. If you think this " "was a mistake, please contact an admin." @@ -1666,18 +1666,18 @@ msgid "Mark Completed" msgstr "Marcar como Completo" #: allianceauth/srp/templates/srp/data.html:70 -#: allianceauth/srp/templates/srp/data.html:150 +#: allianceauth/srp/templates/srp/data.html:156 msgid "Total Losses:" msgstr "Perdidas Totales:" #: allianceauth/srp/templates/srp/data.html:71 -#: allianceauth/srp/templates/srp/data.html:151 +#: allianceauth/srp/templates/srp/data.html:157 #: allianceauth/srp/templates/srp/management.html:30 msgid "Total ISK Cost:" msgstr "Costo Total:" #: allianceauth/srp/templates/srp/data.html:79 -#: allianceauth/srp/templates/srp/data.html:159 +#: allianceauth/srp/templates/srp/data.html:165 msgid "Are you sure you want to delete SRP requests?" msgstr "Estas seguro que quiere borrar las solicitudes de SRP" @@ -1709,7 +1709,7 @@ msgstr "" msgid "Post Time" msgstr "Tiempo" -#: allianceauth/srp/templates/srp/data.html:168 +#: allianceauth/srp/templates/srp/data.html:174 msgid "No SRP requests for this fleet." msgstr "No hay solicitudes de SRP para esta flota." diff --git a/allianceauth/locale/fr_FR/LC_MESSAGES/django.mo b/allianceauth/locale/fr_FR/LC_MESSAGES/django.mo new file mode 100644 index 00000000..112a9c92 Binary files /dev/null and b/allianceauth/locale/fr_FR/LC_MESSAGES/django.mo differ diff --git a/allianceauth/locale/fr_FR/LC_MESSAGES/django.po b/allianceauth/locale/fr_FR/LC_MESSAGES/django.po new file mode 100644 index 00000000..8329974e --- /dev/null +++ b/allianceauth/locale/fr_FR/LC_MESSAGES/django.po @@ -0,0 +1,2083 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# François LACROIX-DURANT , 2020 +# Philippe Querin-Laporte , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" +"PO-Revision-Date: 2020-02-18 03:14+0000\n" +"Last-Translator: Philippe Querin-Laporte , 2020\n" +"Language-Team: French (France) (https://www.transifex.com/alliance-auth/teams/107430/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: allianceauth/authentication/decorators.py:37 +msgid "A main character is required to perform that action. Add one below." +msgstr "" +"Un personnage principal est nécessaire pour effectuer cette action. Ajoutez-" +"en un ci-dessous." + +#: allianceauth/authentication/forms.py:5 +msgid "Email" +msgstr "Email" + +#: allianceauth/authentication/models.py:78 +#, python-format +msgid "State changed to: %s" +msgstr "État changé à: %s" + +#: allianceauth/authentication/models.py:79 +#, python-format +msgid "Your user's state is now: %(state)s" +msgstr "L'état de votre personnage est maintenant: %(state)s" + +#: allianceauth/authentication/templates/authentication/dashboard.html:5 +#: allianceauth/authentication/templates/authentication/dashboard.html:8 +#: allianceauth/templates/allianceauth/side-menu.html:11 +msgid "Dashboard" +msgstr "Écran de bord" + +#: allianceauth/authentication/templates/authentication/dashboard.html:18 +#, python-format +msgid "" +"\n" +" Main Character (State: %(state)s)\n" +" " +msgstr "" +"\n" +" Personnage Principal (État: %(state)s)" + +#: allianceauth/authentication/templates/authentication/dashboard.html:81 +msgid "No main character set." +msgstr "Aucun personnage principal choisi." + +#: allianceauth/authentication/templates/authentication/dashboard.html:88 +msgid "Add Character" +msgstr "Ajouter un Personnage" + +#: allianceauth/authentication/templates/authentication/dashboard.html:92 +msgid "Change Main" +msgstr "Changer Personnage Principal" + +#: allianceauth/authentication/templates/authentication/dashboard.html:101 +msgid "Group Memberships" +msgstr "Groupes" + +#: allianceauth/authentication/templates/authentication/dashboard.html:121 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:23 +#: allianceauth/hrapplications/templates/hrapplications/view.html:41 +msgid "Characters" +msgstr "Personnages" + +#: allianceauth/authentication/templates/authentication/dashboard.html:129 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:73 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:22 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:15 +#: allianceauth/hrapplications/templates/hrapplications/view.html:45 +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34 +msgid "Name" +msgstr "Nom" + +#: allianceauth/authentication/templates/authentication/dashboard.html:130 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:23 +#: allianceauth/hrapplications/templates/hrapplications/view.html:46 +msgid "Corp" +msgstr "Corpo" + +#: allianceauth/authentication/templates/authentication/dashboard.html:131 +#: allianceauth/corputils/templates/corputils/corpstats.html:77 +#: allianceauth/hrapplications/templates/hrapplications/view.html:47 +msgid "Alliance" +msgstr "Alliance" + +#: allianceauth/authentication/templates/public/register.html:18 +msgid "Register" +msgstr "S'inscrire" + +#: allianceauth/authentication/templates/registration/activate.html:4 +msgid "Invalid or expired activation link." +msgstr "Lien d'activation invalide ou expiré." + +#: allianceauth/authentication/templates/registration/password_reset_email.html:2 +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account." +msgstr "" +"Vous recevez ce message parce que vous avez demandé une réinitialisation du " +"mot de passe de votre compte." + +#: allianceauth/authentication/templates/registration/password_reset_email.html:5 +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Veuillez aller sur la page suivante, et choisir un nouveau mot de passe:" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:9 +msgid "Your username, in case you've forgotten:" +msgstr "Votre nom d'usager, au cas ou vous l'aurez oublié:" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:11 +msgid "Thanks for using our site!" +msgstr "Merci d'utiliser notre site web!" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:13 +msgid "Your IT Team" +msgstr "Votre équipe de soutien" + +#: allianceauth/authentication/templates/registration/registration_form.html:11 +#: allianceauth/hrapplications/templates/hrapplications/create.html:30 +msgid "Submit" +msgstr "Envoyer" + +#: allianceauth/authentication/views.py:74 +#, python-format +msgid "" +"Cannot change main character to %(char)s: character owned by a different " +"account." +msgstr "" +"Impossible de changer le personnage principal à %(char)s. Le personnage " +"appartient à un autre compte." + +#: allianceauth/authentication/views.py:80 +#, python-format +msgid "Changed main character to %(char)s" +msgstr "Changé le personnage principal à %(char)s" + +#: allianceauth/authentication/views.py:89 +#, python-format +msgid "Added %(name)s to your account." +msgstr "Ajouté %(name)s à votre compte." + +#: allianceauth/authentication/views.py:91 +#, python-format +msgid "Failed to add %(name)s to your account: they already have an account." +msgstr "Impossible d'ajouter %(name)s à votre compte: ils ont déjà un compte." + +#: allianceauth/authentication/views.py:130 +msgid "Unable to authenticate as the selected character." +msgstr "Personnage principal : échec de l'identification." + +#: allianceauth/authentication/views.py:146 +msgid "Registration token has expired." +msgstr "Le token d'enregistrement est expiré." + +#: allianceauth/authentication/views.py:201 +msgid "" +"Sent confirmation email. Please follow the link to confirm your email " +"address." +msgstr "" +"Email de confirmation envoyé. Cliquez sur le lien pour valider votre adresse" +" email." + +#: allianceauth/authentication/views.py:206 +msgid "Confirmed your email address. Please login to continue." +msgstr "" +"Votre adresse email a été confirmé. Veuillez vous connecter pour continuer." + +#: allianceauth/authentication/views.py:211 +msgid "Registraion of new accounts it not allowed at this time." +msgstr "Création de nouveaux comptes interdit à ce moment." + +#: allianceauth/corputils/auth_hooks.py:10 +msgid "Corporation Stats" +msgstr "Statistiques de la Corpo" + +#: allianceauth/corputils/templates/corputils/base.html:3 +#: allianceauth/corputils/templates/corputils/base.html:6 +msgid "Corporation Member Data" +msgstr "Information des membres de la Corpo" + +#: allianceauth/corputils/templates/corputils/base.html:12 +msgid "Corporations" +msgstr "Corporations" + +#: allianceauth/corputils/templates/corputils/base.html:23 +msgid "Add" +msgstr "Ajouter" + +#: allianceauth/corputils/templates/corputils/base.html:29 +msgid "Search all corporations..." +msgstr "Rechercher toutes les corporations..." + +#: allianceauth/corputils/templates/corputils/corpstats.html:33 +msgid "Mains" +msgstr "Personnage Principaux" + +#: allianceauth/corputils/templates/corputils/corpstats.html:34 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:24 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:15 +msgid "Members" +msgstr "Membres" + +#: allianceauth/corputils/templates/corputils/corpstats.html:35 +msgid "Unregistered" +msgstr "Pas inscrit" + +#: allianceauth/corputils/templates/corputils/corpstats.html:38 +msgid "Last update:" +msgstr "Dernière mise à jour:" + +#: allianceauth/corputils/templates/corputils/corpstats.html:75 +#: allianceauth/corputils/templates/corputils/corpstats.html:114 +#: allianceauth/corputils/templates/corputils/corpstats.html:160 +#: allianceauth/corputils/templates/corputils/search.html:13 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:24 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:28 +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:27 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:29 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:51 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:110 +msgid "Character" +msgstr "Personnage" + +#: allianceauth/corputils/templates/corputils/corpstats.html:76 +#: allianceauth/corputils/templates/corputils/search.html:14 +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:28 +#: allianceauth/hrapplications/templates/hrapplications/management.html:27 +#: allianceauth/hrapplications/templates/hrapplications/management.html:84 +#: allianceauth/hrapplications/templates/hrapplications/management.html:129 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:26 +msgid "Corporation" +msgstr "Corporation" + +#: allianceauth/corputils/templates/corputils/corpstats.html:93 +#: allianceauth/corputils/templates/corputils/corpstats.html:129 +#: allianceauth/corputils/templates/corputils/corpstats.html:142 +#: allianceauth/corputils/templates/corputils/corpstats.html:173 +#: allianceauth/corputils/templates/corputils/search.html:27 +msgid "Killboard" +msgstr "Tableau de chasse" + +#: allianceauth/corputils/templates/corputils/corpstats.html:116 +#: allianceauth/corputils/templates/corputils/search.html:16 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:22 +#: allianceauth/hrapplications/templates/hrapplications/management.html:83 +#: allianceauth/hrapplications/templates/hrapplications/management.html:128 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:25 +#: allianceauth/hrapplications/templates/hrapplications/view.html:32 +msgid "Main Character" +msgstr "Personnage Principal" + +#: allianceauth/corputils/templates/corputils/corpstats.html:117 +#: allianceauth/corputils/templates/corputils/search.html:17 +msgid "Main Corporation" +msgstr "Corpo Principale" + +#: allianceauth/corputils/templates/corputils/corpstats.html:118 +#: allianceauth/corputils/templates/corputils/search.html:18 +msgid "Main Alliance" +msgstr "Alliance Principale" + +#: allianceauth/corputils/templates/corputils/search.html:6 +msgid "Search Results" +msgstr "Résultats de recherche" + +#: allianceauth/corputils/templates/corputils/search.html:15 +msgid "zKillboard" +msgstr "zKillboard" + +#: allianceauth/corputils/views.py:54 +msgid "Selected corp already has a statistics module." +msgstr "La corpo sélectionnée a déjà un module de statistiques." + +#: allianceauth/corputils/views.py:56 +msgid "Failed to gather corporation statistics with selected token." +msgstr "" +"Impossible d'obtenir les statistiques de la corpo avec le code choisi." + +#: allianceauth/fleetactivitytracking/auth_hooks.py:9 +msgid "Fleet Activity Tracking" +msgstr "Suivi de participation en flotte" + +#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:6 +#: allianceauth/srp/templates/srp/management.html:37 +msgid "Fleet Name" +msgstr "Nom de flotte" + +#: allianceauth/fleetactivitytracking/forms.py:8 +msgid "Duration of fat-link" +msgstr "Durée de vie du lien FAT" + +#: allianceauth/fleetactivitytracking/forms.py:9 +msgid "minutes" +msgstr "minutes" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:3 +msgid "Fleet Participation" +msgstr "Participation en flotte" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:7 +msgid "Character not found!" +msgstr "Impossible de trouver le personnage!" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:18 +msgid "Character not registered!" +msgstr "Le personnage n'est pas inscrit!" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:19 +msgid "This character is not associated with an auth account." +msgstr "Ce personnage n'est pas associé à un compte Auth." + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:19 +msgid "Add it here" +msgstr "Ajouter ici" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:19 +msgid "before attempting to click fleet attendance links." +msgstr "avant d'essayer de cliquer sur un lien de participation de flotte." + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:6 +msgid "Create Fatlink" +msgstr "Créer un lien FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:10 +#: allianceauth/optimer/templates/optimer/add.html:14 +#: allianceauth/optimer/templates/optimer/add.html:23 +msgid "Create Fleet Operation" +msgstr "Créer une Opération de Flotte" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:14 +msgid "Bad request!" +msgstr "Demande erronée!" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:25 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:65 +msgid "Create fatlink" +msgstr "Créer un lien FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:5 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:6 +msgid "Fatlink view" +msgstr "Voir les liens FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:9 +msgid "Edit fatlink" +msgstr "Editer lien FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:13 +msgid "Delete fat" +msgstr "supprimer lien FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:19 +msgid "Registered characters" +msgstr "Personnages inscrits" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:23 +#: allianceauth/hrapplications/templates/hrapplications/view.html:31 +msgid "User" +msgstr "Utilisateur" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:25 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 +#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 +#: allianceauth/timerboard/templates/timerboard/view.html:34 +#: allianceauth/timerboard/templates/timerboard/view.html:196 +#: allianceauth/timerboard/templates/timerboard/view.html:364 +msgid "System" +msgstr "Système" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:26 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:27 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:30 +msgid "Ship" +msgstr "Vaisseau" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:27 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 +#: allianceauth/timerboard/templates/timerboard/view.html:36 +#: allianceauth/timerboard/templates/timerboard/view.html:198 +#: allianceauth/timerboard/templates/timerboard/view.html:366 +msgid "Eve Time" +msgstr "Heure d'EVE" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:38 +msgid "Docked in " +msgstr "Amarré" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:6 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:6 +msgid "Personal fatlink statistics" +msgstr "statistiques personnelles des lien FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:10 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:10 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:10 +#, python-format +msgid "Participation data statistics for %(month)s, %(year)s" +msgstr "Statistiques de participation personnelles pour %(month)s, %(year)s" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:13 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:12 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:12 +msgid "Previous month" +msgstr "Mois précédent" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:14 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:14 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:14 +msgid "Next month" +msgstr "Mois suivant" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:19 +#, python-format +msgid "%(user)s has collected one link this month." +msgid_plural "%(user)s has collected %(links)s links this month." +msgstr[0] "%(user)s a obtenu un lien ce mois." +msgstr[1] "%(user)s a obtenu %(links)s liens ce mois." + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:28 +msgid "Times used" +msgstr "Nombre d'utilisations" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:39 +#, python-format +msgid "%(user)s has created one link this month." +msgid_plural "%(user)s has created %(links)s links this month." +msgstr[0] "%(user)s a créé un lien ce mois." +msgstr[1] "%(user)s a créé %(links)s liens ce mois." + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:48 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:27 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:75 +msgid "Fleet" +msgstr "Flotte" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:49 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 +#: allianceauth/timerboard/templates/timerboard/view.html:38 +#: allianceauth/timerboard/templates/timerboard/view.html:200 +#: allianceauth/timerboard/templates/timerboard/view.html:368 +msgid "Creator" +msgstr "Créateur" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:51 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:77 +#: allianceauth/optimer/form.py:9 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:14 +msgid "Duration" +msgstr "Durée" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:52 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:78 +msgid "Edit" +msgstr "Modifier" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:10 +#, python-format +msgid "Participation data statistics for %(year)s" +msgstr "Statistiques de participation pour %(year)s" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:12 +msgid "Previous year" +msgstr "Année précédente" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:14 +msgid "Next year" +msgstr "Année suivante" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:21 +msgid "Month" +msgstr "Mois" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:22 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:24 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:25 +msgid "Fats" +msgstr "Fleet Activity Trackers" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:6 +msgid "Fatlink Corp Statistics" +msgstr "Statistiques de liens FAT de corpo" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:25 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:26 +msgid "Average fats" +msgstr "FAT moyen" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:6 +msgid "Fatlink statistics" +msgstr "statistiques lien FAT " + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:22 +msgid "Ticker" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:10 +msgid "Participation data" +msgstr "Statistiques de participation" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:14 +msgid "Most recent clicked fatlinks" +msgstr "LIen FAT récemment cliqués" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:19 +msgid "Personal statistics" +msgstr "Statistiques personnelles" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:48 +msgid "No fleet activity on record." +msgstr "Aucune participation à une flotte enregistrée." + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:55 +msgid "Most recent fatlinks" +msgstr "dernier lien FAT" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:60 +msgid "View statistics" +msgstr "Visionner les statistiques" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:97 +msgid "No created fatlinks on record." +msgstr "Aucun lien FAT enregistré" + +#: allianceauth/fleetactivitytracking/views.py:283 +msgid "Fleet participation registered." +msgstr "Participation à la flotte enregistrée." + +#: allianceauth/fleetactivitytracking/views.py:299 +msgid "FAT link has expired." +msgstr "le lien a expiré" + +#: allianceauth/groupmanagement/auth_hooks.py:16 +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:15 +msgid "Group Management" +msgstr "Gestion de groupe" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:5 +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:13 +msgid "Audit Log" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:18 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:20 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 +msgid "Back" +msgstr "Retour" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:25 +msgid "Date/Time" +msgstr "Date/Heure" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:26 +msgid "Requestor" +msgstr "Demandeur" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:29 +msgid "Type" +msgstr "Type" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:30 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:17 +#: allianceauth/notifications/templates/notifications/list.html:37 +#: allianceauth/notifications/templates/notifications/list.html:69 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 +#: allianceauth/services/templates/services/services.html:18 +#: allianceauth/timerboard/templates/timerboard/view.html:40 +#: allianceauth/timerboard/templates/timerboard/view.html:202 +#: allianceauth/timerboard/templates/timerboard/view.html:370 +msgid "Action" +msgstr "Action" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31 +msgid "Actor" +msgstr "Acteur" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:59 +msgid "No entries found for this group." +msgstr "Aucune entrée trouvée pour ce groupe." + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:6 +msgid "Group Members" +msgstr "Membres du groupe" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:28 +msgid "Portrait" +msgstr "Portrait" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:30 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:52 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:111 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:23 +msgid "Organization" +msgstr "Organisation" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:64 +msgid "Remove from group" +msgstr "Retirer du groupe" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:76 +msgid "No group members to list." +msgstr "Aucun membre à afficher" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:5 +msgid "Groups Membership" +msgstr "Groupe appartenance " + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:14 +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:40 +#: allianceauth/templates/allianceauth/side-menu.html:16 +msgid "Groups" +msgstr "Groupes" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:16 +msgid "Description" +msgstr "Description" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:24 +#: allianceauth/hrapplications/templates/hrapplications/management.html:28 +#: allianceauth/hrapplications/templates/hrapplications/management.html:85 +#: allianceauth/hrapplications/templates/hrapplications/management.html:130 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:27 +#: allianceauth/srp/templates/srp/data.html:98 +msgid "Status" +msgstr "Statut" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:25 +msgid "Member Count" +msgstr "Nombre de membre" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:38 +msgid "Hidden" +msgstr "Caché" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:40 +#: allianceauth/templates/allianceauth/admin-status/overview.html:12 +msgid "Open" +msgstr "Ouvert" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:42 +msgid "Requestable" +msgstr "Demandable" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:50 +msgid "View Members" +msgstr "Voir les membres" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:53 +msgid "Audit Members" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:56 +msgid "Copy Direct Join Link" +msgstr "Copier le lien d'invitation directe" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:68 +msgid "No groups to list." +msgstr "Aucun groupe à afficher" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:5 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:10 +msgid "Available Groups" +msgstr "Groupes disponibles" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:29 +msgid "Leave" +msgstr "Quitter" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:39 +msgid "Join" +msgstr "Rejoindre" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:43 +msgid "Request" +msgstr "Demander" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:58 +msgid "No groups available." +msgstr "Aucun groupe disponible" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:6 +msgid "Groups Management" +msgstr "Gestion de groupe" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:25 +msgid "Join Requests" +msgstr "Demandes de recrutement" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:33 +msgid "Leave Requests" +msgstr "Demande de départ" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:53 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:112 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:20 +#: allianceauth/services/modules/openfire/forms.py:6 +msgid "Group" +msgstr "Groupe" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:85 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:144 +msgid "Accept" +msgstr "Accepter" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:88 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:147 +#: allianceauth/hrapplications/templates/hrapplications/view.html:85 +msgid "Reject" +msgstr "Rejeter" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:97 +msgid "No group add requests." +msgstr "Aucune demande en cours" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:156 +msgid "No group leave requests." +msgstr "Aucune demande en cours" + +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:10 +msgid "Toggle navigation" +msgstr "Activer navigation" + +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:21 +msgid "Group Requests" +msgstr "Demandes de groupe" + +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:24 +msgid "Group Membership" +msgstr "Groupe appartenance " + +#: allianceauth/groupmanagement/views.py:162 +#, python-format +msgid "Removed user %(user)s from group %(group)s." +msgstr "L'utilisateur %(user)s à été retiré du groupe %(group)s." + +#: allianceauth/groupmanagement/views.py:164 +msgid "User does not exist in that group" +msgstr "L'utilisateur n'existe pas dans ce groupe" + +#: allianceauth/groupmanagement/views.py:167 +msgid "Group does not exist" +msgstr "Groupe non-existant" + +#: allianceauth/groupmanagement/views.py:194 +#, python-format +msgid "Accepted application from %(mainchar)s to %(group)s." +msgstr "Candidature de %(mainchar)s acceptée à %(group)s." + +#: allianceauth/groupmanagement/views.py:201 +#: allianceauth/groupmanagement/views.py:234 +#, python-format +msgid "" +"An unhandled error occurred while processing the application from " +"%(mainchar)s to %(group)s." +msgstr "" +"Une erreur inattendue est survenue durant le traitement de l'application de " +"%(mainchar)s à %(group)s." + +#: allianceauth/groupmanagement/views.py:227 +#, python-format +msgid "Rejected application from %(mainchar)s to %(group)s." +msgstr "L'application de %(mainchar)s à %(group)s est rejetée." + +#: allianceauth/groupmanagement/views.py:263 +#, python-format +msgid "Accepted application from %(mainchar)s to leave %(group)s." +msgstr "La demande de retirer %(mainchar)s de %(group)s est acceptée." + +#: allianceauth/groupmanagement/views.py:269 +#: allianceauth/groupmanagement/views.py:303 +#, python-format +msgid "" +"An unhandled error occurred while processing the application from " +"%(mainchar)s to leave %(group)s." +msgstr "" +"Une erreur inattendue est survenue durant le traitement de la demande de " +"retirer %(mainchar)s de %(group)s." + +#: allianceauth/groupmanagement/views.py:296 +#, python-format +msgid "Rejected application from %(mainchar)s to leave %(group)s." +msgstr "La remande de retirer %(mainchar)s de %(group)s a été refusée." + +#: allianceauth/groupmanagement/views.py:342 +#: allianceauth/groupmanagement/views.py:354 +msgid "You cannot join that group" +msgstr "Vous ne pouvez pas joindre ce groupe." + +#: allianceauth/groupmanagement/views.py:348 +msgid "You are already a member of that group." +msgstr "Vous faites déjà parti de ce groupe." + +#: allianceauth/groupmanagement/views.py:363 +msgid "You already have a pending application for that group." +msgstr "Vous avez déjà une application en attente pour joindre ce groupe." + +#: allianceauth/groupmanagement/views.py:366 +#: allianceauth/groupmanagement/views.py:404 +#: allianceauth/hrapplications/templates/hrapplications/management.html:37 +#: allianceauth/hrapplications/templates/hrapplications/management.html:72 +#: allianceauth/hrapplications/templates/hrapplications/management.html:99 +#: allianceauth/hrapplications/templates/hrapplications/management.html:144 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 +#: allianceauth/hrapplications/templates/hrapplications/view.html:20 +#: allianceauth/srp/templates/srp/data.html:134 +#: allianceauth/srp/templates/srp/management.html:81 +msgid "Pending" +msgstr "En attente." + +#: allianceauth/groupmanagement/views.py:372 +#, python-format +msgid "Applied to group %(group)s." +msgstr "Appliqué au groupe %(group)s." + +#: allianceauth/groupmanagement/views.py:383 +msgid "You cannot leave that group" +msgstr "Vous ne pouvez pas quitter ce groupe." + +#: allianceauth/groupmanagement/views.py:388 +msgid "You are not a member of that group" +msgstr "Vous n'êtes pas un membre de ce groupe." + +#: allianceauth/groupmanagement/views.py:397 +msgid "You already have a pending leave request for that group." +msgstr "Vous avec déjà une demande de quitter ce groupe en attente." + +#: allianceauth/groupmanagement/views.py:410 +#, python-format +msgid "Applied to leave group %(group)s." +msgstr "Appliqué pour quitter le groupe %(group)s." + +#: allianceauth/hrapplications/auth_hooks.py:13 +msgid "Applications" +msgstr "Applications" + +#: allianceauth/hrapplications/forms.py:6 +#: allianceauth/hrapplications/templates/hrapplications/view.html:98 +msgid "Comment" +msgstr "Commenter" + +#: allianceauth/hrapplications/forms.py:10 +msgid "Search String" +msgstr "Recherche de chaîne de caractères." + +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:5 +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:8 +msgid "Choose a Corp" +msgstr "Choisir une Corporation" + +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:11 +msgid "Available Corps" +msgstr "Corporations disponibles" + +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:23 +msgid "No corps are accepting applications at this time." +msgstr "Aucune corpo n'accepte actuellement des applications." + +#: allianceauth/hrapplications/templates/hrapplications/create.html:5 +#: allianceauth/hrapplications/templates/hrapplications/create.html:8 +msgid "Apply To" +msgstr "Appliquer" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:6 +msgid "HR Application Management" +msgstr "" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:11 +msgid "Personal Applications" +msgstr "Applications personnelles" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:15 +#: allianceauth/hrapplications/templates/hrapplications/management.html:18 +msgid "Create Application" +msgstr "Créer une application" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:26 +#: allianceauth/hrapplications/templates/hrapplications/management.html:82 +#: allianceauth/hrapplications/templates/hrapplications/management.html:127 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:24 +#: allianceauth/services/templates/services/services.html:16 +msgid "Username" +msgstr "Nom d'utilisateur" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:29 +#: allianceauth/hrapplications/templates/hrapplications/management.html:86 +#: allianceauth/hrapplications/templates/hrapplications/management.html:131 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:28 +#: allianceauth/hrapplications/templates/hrapplications/view.html:75 +#: allianceauth/srp/templates/srp/data.html:100 +#: allianceauth/srp/templates/srp/management.html:46 +msgid "Actions" +msgstr "Actions" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:39 +#: allianceauth/hrapplications/templates/hrapplications/management.html:102 +#: allianceauth/hrapplications/templates/hrapplications/management.html:147 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 +#: allianceauth/hrapplications/templates/hrapplications/view.html:16 +#: allianceauth/srp/templates/srp/data.html:126 +msgid "Approved" +msgstr "Approuvé" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:41 +#: allianceauth/hrapplications/templates/hrapplications/management.html:104 +#: allianceauth/hrapplications/templates/hrapplications/management.html:149 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 +#: allianceauth/srp/templates/srp/data.html:130 +msgid "Rejected" +msgstr "Rejeté" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:63 +msgid "Application Management" +msgstr "Gestion des applications" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:67 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:16 +msgid "Search Applications" +msgstr "Recherche d'applications" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:73 +msgid "Reviewed" +msgstr "Examiné" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:81 +#: allianceauth/hrapplications/templates/hrapplications/management.html:126 +msgid "Date" +msgstr "Date" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:97 +#: allianceauth/hrapplications/templates/hrapplications/management.html:142 +#: allianceauth/hrapplications/templates/hrapplications/view.html:23 +msgid "Reviewer:" +msgstr "Examiné par:" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:117 +msgid "No pending applications." +msgstr "Aucune application en attente." + +#: allianceauth/hrapplications/templates/hrapplications/management.html:168 +msgid "No reviewed applications." +msgstr "Aucune application examinée." + +#: allianceauth/hrapplications/templates/hrapplications/management.html:184 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:65 +#: allianceauth/hrapplications/templates/hrapplications/view.html:145 +msgid "Close" +msgstr "Fermer" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:185 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:66 +msgid "Application Search" +msgstr "Recherche d'application" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:193 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:74 +msgid "Search" +msgstr "Recherche" + +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:12 +msgid "Application Search Results" +msgstr "Résultats de la recherche d'application" + +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:23 +msgid "Application ID" +msgstr "Numéro d'application" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:6 +#: allianceauth/hrapplications/templates/hrapplications/view.html:11 +msgid "View Application" +msgstr "Visionner l'application" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:18 +msgid "Denied" +msgstr "Refusé" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:28 +msgid "Applicant" +msgstr "Demandeur" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:81 +msgid "Approve" +msgstr "Accepter" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:89 +msgid "Delete" +msgstr "Supprimer" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:93 +msgid "Mark in Progress" +msgstr "Noter en cours" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:110 +#: allianceauth/services/forms.py:19 +msgid "Comments" +msgstr "Commentaires" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:147 +#: allianceauth/hrapplications/templates/hrapplications/view.html:154 +msgid "Add Comment" +msgstr "Ajouter un Commentaire" + +#: allianceauth/notifications/templates/notifications/list.html:5 +#: allianceauth/notifications/templates/notifications/list.html:9 +msgid "Notifications" +msgstr "Alertes" + +#: allianceauth/notifications/templates/notifications/list.html:16 +msgid "Unread" +msgstr "Non Lu" + +#: allianceauth/notifications/templates/notifications/list.html:18 +msgid "Read" +msgstr "Lu" + +#: allianceauth/notifications/templates/notifications/list.html:22 +msgid "Mark All Read" +msgstr "Noter tous lu" + +#: allianceauth/notifications/templates/notifications/list.html:24 +msgid "Delete All Read" +msgstr "Supprimer tous lu" + +#: allianceauth/notifications/templates/notifications/list.html:35 +#: allianceauth/notifications/templates/notifications/list.html:67 +msgid "Timestamp" +msgstr "" + +#: allianceauth/notifications/templates/notifications/list.html:36 +#: allianceauth/notifications/templates/notifications/list.html:68 +msgid "Title" +msgstr "Titre" + +#: allianceauth/notifications/templates/notifications/list.html:57 +msgid "No unread notifications." +msgstr "" + +#: allianceauth/notifications/templates/notifications/list.html:89 +msgid "No read notifications." +msgstr "" + +#: allianceauth/notifications/templates/notifications/view.html:5 +#: allianceauth/notifications/templates/notifications/view.html:11 +msgid "View Notification" +msgstr "Voir Alerte" + +#: allianceauth/notifications/views.py:36 +msgid "You are not authorized to view that notification." +msgstr "Vous n'êtes pas autorisé a voir cette alerte." + +#: allianceauth/notifications/views.py:48 +msgid "Deleted notification." +msgstr "Supprimer l'alerte." + +#: allianceauth/notifications/views.py:52 +msgid "Failed to locate notification." +msgstr "Impossible de trouver l'alerte." + +#: allianceauth/notifications/views.py:60 +msgid "Marked all notifications as read." +msgstr "" + +#: allianceauth/notifications/views.py:68 +msgid "Deleted all read notifications." +msgstr "" + +#: allianceauth/optimer/auth_hooks.py:9 +msgid "Fleet Operations" +msgstr "" + +#: allianceauth/optimer/form.py:6 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:10 +msgid "Doctrine" +msgstr "Composition" + +#: allianceauth/optimer/form.py:8 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:12 +msgid "Start Time" +msgstr "Heure de départ" + +#: allianceauth/optimer/form.py:10 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:9 +msgid "Operation Name" +msgstr "Nom de l'opération" + +#: allianceauth/optimer/form.py:11 +#: allianceauth/srp/templates/srp/management.html:40 +msgid "Fleet Commander" +msgstr "" + +#: allianceauth/optimer/templates/optimer/add.html:7 +#: allianceauth/optimer/templates/optimer/management.html:14 +msgid "Create Operation" +msgstr "Créer une opération" + +#: allianceauth/optimer/templates/optimer/fleetoptable.html:11 +msgid "Form Up System" +msgstr "Système de départ" + +#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 +#: allianceauth/timerboard/templates/timerboard/view.html:37 +#: allianceauth/timerboard/templates/timerboard/view.html:199 +#: allianceauth/timerboard/templates/timerboard/view.html:367 +msgid "Local Time" +msgstr "Heure Locale" + +#: allianceauth/optimer/templates/optimer/fleetoptable.html:15 +msgid "FC" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:6 +msgid "Fleet Operation Management" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:11 +msgid "Fleet Operation Timers" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:21 +#: allianceauth/timerboard/templates/timerboard/view.html:23 +msgid "Current Eve Time:" +msgstr "Heure d'Eve actuelle:" + +#: allianceauth/optimer/templates/optimer/management.html:27 +#: allianceauth/timerboard/templates/timerboard/view.html:189 +msgid "Next Timers" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:31 +#: allianceauth/timerboard/templates/timerboard/view.html:353 +msgid "No upcoming timers." +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:34 +#: allianceauth/timerboard/templates/timerboard/view.html:357 +msgid "Past Timers" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:38 +#: allianceauth/timerboard/templates/timerboard/view.html:521 +msgid "No past timers." +msgstr "" + +#: allianceauth/optimer/templates/optimer/update.html:7 +#: allianceauth/optimer/templates/optimer/update.html:16 +#: allianceauth/optimer/templates/optimer/update.html:28 +msgid "Update Fleet Operation" +msgstr "Mettre à jour l'objectif de la flotte" + +#: allianceauth/optimer/templates/optimer/update.html:22 +msgid "Fleet Operation Does Not Exist" +msgstr "L'objectif de la flotte n'existe pas." + +#: allianceauth/optimer/views.py:55 +#, python-format +msgid "Created operation timer for %(opname)s." +msgstr "" + +#: allianceauth/optimer/views.py:73 +#, python-format +msgid "Removed operation timer for %(opname)s." +msgstr "" + +#: allianceauth/optimer/views.py:96 +#, python-format +msgid "Saved changes to operation timer for %(opname)s." +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:6 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:10 +msgid "Permissions Audit" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:22 +msgid "User / Character" +msgstr "Utilisateur / Personnage" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:6 +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:10 +msgid "Permissions Overview" +msgstr "Liste Des Permissions" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:13 +msgid "Showing only applied permissions" +msgstr "Montre seulement les permissions appliquées" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:14 +msgid "Show All" +msgstr "Afficher Tout" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:16 +msgid "Showing all permissions" +msgstr "Montre toutes les permissions" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:17 +msgid "Show Applied" +msgstr "Montrer appliqué" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:25 +msgid "App" +msgstr "Application" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:28 +msgid "Model" +msgstr "Modèle" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:31 +msgid "Code Name" +msgstr "Nom De Code" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:37 +msgid "Users" +msgstr "Utilisateurs" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:43 +msgid "States" +msgstr "États" + +#: allianceauth/services/abstract.py:72 +msgid "That service account already exists" +msgstr "Ce compte de service existe déjà." + +#: allianceauth/services/abstract.py:104 +msgid "Successfully set your {} password" +msgstr "Mot de passe {} créé avec succès." + +#: allianceauth/services/auth_hooks.py:11 +msgid "Services" +msgstr "Services" + +#: allianceauth/services/forms.py:6 +msgid "Name of Fleet:" +msgstr "Nom de la Flotte:" + +#: allianceauth/services/forms.py:7 +msgid "Fleet Commander:" +msgstr "Comandant de la flotte:" + +#: allianceauth/services/forms.py:8 +msgid "Fleet Comms:" +msgstr "Communications de la flotte:" + +#: allianceauth/services/forms.py:9 +msgid "Fleet Type:" +msgstr "Type de Flotte:" + +#: allianceauth/services/forms.py:10 +msgid "Ship Priorities:" +msgstr "Priorités de vaisseau:" + +#: allianceauth/services/forms.py:11 +msgid "Formup Location:" +msgstr "Emplacement de départ:" + +#: allianceauth/services/forms.py:12 +msgid "Formup Time:" +msgstr "Heure de départ:" + +#: allianceauth/services/forms.py:13 +msgid "Expected Duration:" +msgstr "Durée estimée:" + +#: allianceauth/services/forms.py:14 +msgid "Purpose:" +msgstr "Objectif:" + +#: allianceauth/services/forms.py:15 +msgid "Reimbursable?*" +msgstr "Remboursable?*" + +#: allianceauth/services/forms.py:15 allianceauth/services/forms.py:17 +msgid "Yes" +msgstr "Oui" + +#: allianceauth/services/forms.py:15 allianceauth/services/forms.py:17 +msgid "No" +msgstr "Non" + +#: allianceauth/services/forms.py:17 +msgid "Important?*" +msgstr "Important?*" + +#: allianceauth/services/forms.py:23 allianceauth/services/forms.py:33 +msgid "Password" +msgstr "Mot de passe" + +#: allianceauth/services/forms.py:28 allianceauth/services/forms.py:38 +msgid "Password must be at least 8 characters long." +msgstr "Votre mot de passe doit contenir au moins 8 caractères." + +#: allianceauth/services/modules/discord/models.py:225 +msgid "Discord Account Disabled" +msgstr "Compte Discord Désactivé" + +#: allianceauth/services/modules/discord/models.py:227 +msgid "" +"Your Discord account was disabeled automatically by Auth. If you think this " +"was a mistake, please contact an admin." +msgstr "" +"Votre compte Discord a été désactivé automatiquement par Auth. Si vous " +"pensez que c'est une erreur, veuillez contacter un administrateur." + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18 +msgid "Join the Discord server" +msgstr "Joindre le serveur Discord" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:22 +msgid "Leave- and rejoin the Discord Server (Reset)" +msgstr "Quitter et rejoindre le serveur Discord (Redémarrer)" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:25 +msgid "Leave the Discord server" +msgstr "Quitter le serveur Discord" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32 +msgid "Link Discord Server" +msgstr "Lien pour serveur Discord" + +#: allianceauth/services/modules/discord/views.py:30 +msgid "Deactivated Discord account." +msgstr "Compte Discord Désactivé" + +#: allianceauth/services/modules/discord/views.py:36 +#: allianceauth/services/modules/discord/views.py:59 +msgid "An error occurred while processing your Discord account." +msgstr "Une erreur est survenue durant la gestion de votre compte Discord." + +#: allianceauth/services/modules/discord/views.py:102 +msgid "Your Discord account has been successfully activated." +msgstr "Votre compte Discord a été activé." + +#: allianceauth/services/modules/discord/views.py:108 +msgid "" +"An error occurred while trying to activate your Discord account. Please try " +"again." +msgstr "" +"Une erreur est survenue durant une tentative d'activation de votre compte " +"Discord. Veuillez réessayer plus tard." + +#: allianceauth/services/modules/discourse/views.py:37 +msgid "You are not authorized to access Discourse." +msgstr "Vous n'êtes pas autorisé à accéder à Discourse." + +#: allianceauth/services/modules/discourse/views.py:42 +msgid "You must have a main character set to access Discourse." +msgstr "" +"Vous devez avoir un personnage principal choisi pour accéder à Discourse." + +#: allianceauth/services/modules/discourse/views.py:52 +msgid "" +"No SSO payload or signature. Please contact support if this problem " +"persists." +msgstr "" +"Aucune signature ou charge SSO. Veuillez contacter le support si ce problème" +" persiste." + +#: allianceauth/services/modules/discourse/views.py:62 +#: allianceauth/services/modules/discourse/views.py:70 +msgid "Invalid payload. Please contact support if this problem persists." +msgstr "" +"Charge invalide. Veuillez contacter le support si ce problème persiste." + +#: allianceauth/services/modules/ips4/views.py:31 +msgid "Activated IPSuite4 account." +msgstr "Compte IPSuite4 activé." + +#: allianceauth/services/modules/ips4/views.py:40 +#: allianceauth/services/modules/ips4/views.py:62 +#: allianceauth/services/modules/ips4/views.py:83 +#: allianceauth/services/modules/ips4/views.py:103 +msgid "An error occurred while processing your IPSuite4 account." +msgstr "Une erreur est survenue durant l'activation de votre compte IPSuite4." + +#: allianceauth/services/modules/ips4/views.py:53 +msgid "Reset IPSuite4 password." +msgstr "Supprimer le mot de passe IPSuite4." + +#: allianceauth/services/modules/ips4/views.py:80 +msgid "Set IPSuite4 password." +msgstr "Mettre un mot de passe IPSuite4." + +#: allianceauth/services/modules/ips4/views.py:100 +msgid "Deactivated IPSuite4 account." +msgstr "Compte IPSuite4 désactivé." + +#: allianceauth/services/modules/openfire/auth_hooks.py:26 +msgid "Jabber" +msgstr "Jabber" + +#: allianceauth/services/modules/openfire/auth_hooks.py:78 +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:6 +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:11 +msgid "Jabber Broadcast" +msgstr "Jabber Broadcast" + +#: allianceauth/services/modules/openfire/auth_hooks.py:91 +msgid "Fleet Broadcast Formatter" +msgstr "Mise en forme du broadcast de flotte." + +#: allianceauth/services/modules/openfire/forms.py:7 +msgid "Message" +msgstr "Message" + +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:17 +msgid "Broadcast Sent!!" +msgstr "Broadcast envoyé !!" + +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:24 +msgid "Broadcast" +msgstr "Broadcast" + +#: allianceauth/services/modules/openfire/views.py:35 +msgid "Activated jabber account." +msgstr "Compte Jabber activé." + +#: allianceauth/services/modules/openfire/views.py:44 +#: allianceauth/services/modules/openfire/views.py:57 +#: allianceauth/services/modules/openfire/views.py:78 +#: allianceauth/services/modules/openfire/views.py:151 +msgid "An error occurred while processing your jabber account." +msgstr "Une erreur est survenue durant la gestion de votre compte Jabber." + +#: allianceauth/services/modules/openfire/views.py:70 +msgid "Reset jabber password." +msgstr "Supprimer le mot de passe Jabber." + +#: allianceauth/services/modules/openfire/views.py:119 +#, python-format +msgid "Sent jabber broadcast to %s" +msgstr "Broadcast jabber envoyé à %s" + +#: allianceauth/services/modules/openfire/views.py:148 +msgid "Set jabber password." +msgstr "Mettre un mot de passe Jabber." + +#: allianceauth/services/modules/phpbb3/views.py:34 +msgid "Activated forum account." +msgstr "Compte de forum activé." + +#: allianceauth/services/modules/phpbb3/views.py:43 +#: allianceauth/services/modules/phpbb3/views.py:57 +#: allianceauth/services/modules/phpbb3/views.py:80 +#: allianceauth/services/modules/phpbb3/views.py:103 +msgid "An error occurred while processing your forum account." +msgstr "Une erreur est survenue lors du traitement de votre compte de forum." + +#: allianceauth/services/modules/phpbb3/views.py:54 +msgid "Deactivated forum account." +msgstr "Compte de forum désactivé." + +#: allianceauth/services/modules/phpbb3/views.py:71 +msgid "Reset forum password." +msgstr "Réinitialisé le mot de passe du forum" + +#: allianceauth/services/modules/phpbb3/views.py:100 +msgid "Set forum password." +msgstr "Définir mot de passe du forum." + +#: allianceauth/services/modules/smf/views.py:34 +msgid "Activated SMF account." +msgstr "Compte SMF activé" + +#: allianceauth/services/modules/smf/views.py:43 +#: allianceauth/services/modules/smf/views.py:58 +#: allianceauth/services/modules/smf/views.py:80 +#: allianceauth/services/modules/smf/views.py:103 +msgid "An error occurred while processing your SMF account." +msgstr "Une erreur est survenue lors du traitement de votre compte SMF" + +#: allianceauth/services/modules/smf/views.py:55 +msgid "Deactivated SMF account." +msgstr "Compte SMF désactivé" + +#: allianceauth/services/modules/smf/views.py:72 +msgid "Reset SMF password." +msgstr "Réinitialisé le mot de passe SMF" + +#: allianceauth/services/modules/smf/views.py:100 +msgid "Set SMF password." +msgstr "Définir mot de passe SMF." + +#: allianceauth/services/modules/teamspeak3/forms.py:14 +#, python-format +msgid "Unable to locate user %s on server" +msgstr "%s non trouvé sur le serveur." + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6 +msgid "Verify Teamspeak" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:11 +msgid "Verify Teamspeak Identity" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:14 +msgid "Join Server" +msgstr "Rejoindre serveur" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:20 +#: allianceauth/services/templates/services/service_credentials.html:20 +#: allianceauth/srp/templates/srp/add.html:31 +msgid "Continue" +msgstr "Continuer" + +#: allianceauth/services/modules/teamspeak3/views.py:34 +msgid "Activated TeamSpeak3 account." +msgstr "Compte TeamSpeak3 activé." + +#: allianceauth/services/modules/teamspeak3/views.py:37 +#: allianceauth/services/modules/teamspeak3/views.py:74 +#: allianceauth/services/modules/teamspeak3/views.py:100 +msgid "An error occurred while processing your TeamSpeak3 account." +msgstr "Une erreur est survenue lors du traitement de votre compte TeamSpeak3" + +#: allianceauth/services/modules/teamspeak3/views.py:71 +msgid "Deactivated TeamSpeak3 account." +msgstr "Compte TeamSpeak3 désactivé" + +#: allianceauth/services/modules/teamspeak3/views.py:97 +msgid "Reset TeamSpeak3 permission key." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:30 +msgid "Activated XenForo account." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:40 +#: allianceauth/services/modules/xenforo/views.py:52 +#: allianceauth/services/modules/xenforo/views.py:73 +#: allianceauth/services/modules/xenforo/views.py:94 +msgid "An error occurred while processing your XenForo account." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:50 +msgid "Deactivated XenForo account." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:65 +msgid "Reset XenForo account password." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:91 +msgid "Changed XenForo password." +msgstr "" + +#: allianceauth/services/templates/services/fleetformattertool.html:6 +msgid "Fleet Formatter Tool" +msgstr "Outil de format de flotte" + +#: allianceauth/services/templates/services/fleetformattertool.html:11 +msgid "Fleet Broadcast Formatter Tool" +msgstr "" + +#: allianceauth/services/templates/services/fleetformattertool.html:24 +msgid "Format" +msgstr "Format" + +#: allianceauth/services/templates/services/service_confirm_delete.html:6 +#: allianceauth/services/templates/services/service_confirm_delete.html:12 +#, python-format +msgid "Delete %(service_name)s Account?" +msgstr "Supprimer le compte %(service_name)s?" + +#: allianceauth/services/templates/services/service_confirm_delete.html:20 +#, python-format +msgid "" +"Are you sure you want to delete your %(service_name)s account %(object)s?" +msgstr "" +"Êtes-vous certain de vouloir supprimer votre compte %(service_name)s " +"%(object)s?" + +#: allianceauth/services/templates/services/service_credentials.html:5 +#: allianceauth/services/templates/services/service_credentials.html:9 +#, python-format +msgid "%(service_name)s Credentials" +msgstr "" + +#: allianceauth/services/templates/services/service_password.html:6 +#, python-format +msgid "%(service_name)s Password Change" +msgstr "" + +#: allianceauth/services/templates/services/service_password.html:10 +#, python-format +msgid "Set %(service_name)s Password" +msgstr "" + +#: allianceauth/services/templates/services/service_password.html:19 +msgid "Set Password" +msgstr "" + +#: allianceauth/services/templates/services/services.html:5 +msgid "Services Management" +msgstr "" + +#: allianceauth/services/templates/services/services.html:10 +msgid "Available Services" +msgstr "" + +#: allianceauth/services/templates/services/services.html:15 +msgid "Service" +msgstr "Service" + +#: allianceauth/services/templates/services/services.html:17 +msgid "Domain" +msgstr "Domaine" + +#: allianceauth/srp/auth_hooks.py:12 +msgid "Ship Replacement" +msgstr "Remplacement de vaisseau" + +#: allianceauth/srp/form.py:7 +#: allianceauth/srp/templates/srp/management.html:38 +msgid "Fleet Time" +msgstr "Heure de flotte" + +#: allianceauth/srp/form.py:8 +#: allianceauth/srp/templates/srp/management.html:39 +msgid "Fleet Doctrine" +msgstr "Composition de flotte" + +#: allianceauth/srp/form.py:12 allianceauth/srp/templates/srp/data.html:90 +msgid "Additional Info" +msgstr "Information additionnelle" + +#: allianceauth/srp/form.py:14 +msgid "zKillboard Link" +msgstr "Lien zKillboard" + +#: allianceauth/srp/form.py:23 +msgid "Invalid Link. Please use zKillboard.com" +msgstr "Lien non valide. Veuillez utiliser zKillboard.com" + +#: allianceauth/srp/form.py:28 +msgid "After Action Report Link" +msgstr "" + +#: allianceauth/srp/templates/srp/add.html:6 +msgid "SRP Fleet Create" +msgstr "" + +#: allianceauth/srp/templates/srp/add.html:14 +#: allianceauth/srp/templates/srp/add.html:24 +msgid "Create SRP Fleet" +msgstr "" + +#: allianceauth/srp/templates/srp/add.html:27 +msgid "Give this link to the line members" +msgstr "Donner ce lien aux membres de la flotte" + +#: allianceauth/srp/templates/srp/data.html:49 +msgid "SRP Fleet Data" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:54 +msgid "Mark Incomplete" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:58 +msgid "Mark Completed" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:70 +#: allianceauth/srp/templates/srp/data.html:156 +msgid "Total Losses:" +msgstr "Pertes totales:" + +#: allianceauth/srp/templates/srp/data.html:71 +#: allianceauth/srp/templates/srp/data.html:157 +#: allianceauth/srp/templates/srp/management.html:30 +msgid "Total ISK Cost:" +msgstr "Coût en ISK total:" + +#: allianceauth/srp/templates/srp/data.html:79 +#: allianceauth/srp/templates/srp/data.html:165 +msgid "Are you sure you want to delete SRP requests?" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:88 +msgid "Pilot Name" +msgstr "Nom du pilote" + +#: allianceauth/srp/templates/srp/data.html:89 +msgid "Killboard Link" +msgstr "Lien sur zKillboard" + +#: allianceauth/srp/templates/srp/data.html:91 +msgid "Ship Type" +msgstr "Type de vaisseau" + +#: allianceauth/srp/templates/srp/data.html:92 +msgid "Killboard Loss Amt" +msgstr "Valeur des pertes zKillboard" + +#: allianceauth/srp/templates/srp/data.html:93 +msgid "SRP ISK Cost" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:94 +msgid "Click value to edit Enter to save & next ESC to cancel" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:97 +msgid "Post Time" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:174 +msgid "No SRP requests for this fleet." +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:8 +msgid "Srp Management" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:14 +msgid "SRP Management" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:18 +msgid "View All" +msgstr "Afficher Tout" + +#: allianceauth/srp/templates/srp/management.html:23 +msgid "Add SRP Fleet" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:41 +msgid "Fleet AAR" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:42 +msgid "Fleet SRP Code" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:43 +msgid "Fleet ISK Cost" +msgstr "Coût en ISK de la flotte" + +#: allianceauth/srp/templates/srp/management.html:44 +msgid "SRP Status" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:45 +msgid "Pending Requests" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:64 +msgid "Link" +msgstr "Lien" + +#: allianceauth/srp/templates/srp/management.html:72 +msgid "Disabled" +msgstr "Désactivé" + +#: allianceauth/srp/templates/srp/management.html:85 +msgid "Completed" +msgstr "Complété" + +#: allianceauth/srp/templates/srp/management.html:103 +msgid "Are you sure you want to delete this SRP code and its contents?" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:124 +msgid "No SRP fleets created." +msgstr "" + +#: allianceauth/srp/templates/srp/request.html:6 +msgid "SRP Request" +msgstr "" + +#: allianceauth/srp/templates/srp/request.html:11 +#: allianceauth/srp/templates/srp/request.html:20 +msgid "Create SRP Request" +msgstr "" + +#: allianceauth/srp/templates/srp/update.html:6 +#: allianceauth/srp/templates/srp/update.html:11 +#: allianceauth/srp/templates/srp/update.html:23 +msgid "Update AAR Link" +msgstr "" + +#: allianceauth/srp/templates/srp/update.html:17 +msgid "SRP Fleet Does Not Exist" +msgstr "" + +#: allianceauth/srp/views.py:85 +#, python-format +msgid "Created SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:103 +#, python-format +msgid "Removed SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:115 +#, python-format +msgid "Disabled SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:127 +#, python-format +msgid "Enabled SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:140 +#, python-format +msgid "Marked SRP fleet %(fleetname)s as completed." +msgstr "" + +#: allianceauth/srp/views.py:153 +#, python-format +msgid "Marked SRP fleet %(fleetname)s as incomplete." +msgstr "" + +#: allianceauth/srp/views.py:165 +#, python-format +msgid "Unable to locate SRP code with ID %(srpfleetid)s" +msgstr "" + +#: allianceauth/srp/views.py:175 +msgid "This Killboard link has already been posted." +msgstr "Ce lien zKillboard à déjà été ajouté." + +#: allianceauth/srp/views.py:197 +msgid "" +"Your SRP request Killmail link is invalid. Please make sure you are using " +"zKillboard." +msgstr "" + +#: allianceauth/srp/views.py:208 +#, python-format +msgid "Submitted SRP request for your %(ship)s." +msgstr "" + +#: allianceauth/srp/views.py:213 +#, python-format +msgid "" +"Character %(charid)s does not belong to your Auth account. Please add the " +"API key for this character and try again" +msgstr "" + +#: allianceauth/srp/views.py:233 allianceauth/srp/views.py:259 +#: allianceauth/srp/views.py:297 +msgid "No SRP requests selected" +msgstr "" + +#: allianceauth/srp/views.py:244 allianceauth/srp/views.py:282 +msgid "Unable to locate selected SRP request." +msgstr "" + +#: allianceauth/srp/views.py:247 +#, python-format +msgid "Deleted %(numrequests)s SRP requests" +msgstr "" + +#: allianceauth/srp/views.py:285 +#, python-format +msgid "Approved %(numrequests)s SRP requests" +msgstr "" + +#: allianceauth/srp/views.py:317 +msgid "Unable to locate selected SRP request" +msgstr "" + +#: allianceauth/srp/views.py:320 +#, python-format +msgid "Rejected %(numrequests)s SRP requests." +msgstr "" + +#: allianceauth/srp/views.py:333 +#, python-format +msgid "Unable to locate SRP request with ID %(requestid)s" +msgstr "" + +#: allianceauth/srp/views.py:357 +#, python-format +msgid "Saved changes to SRP fleet %(fleetname)s" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:6 +msgid "Alliance Auth Notifications" +msgstr "Alertes Alliance Auth" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:14 +msgid "Closed" +msgstr "Fermé" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:30 +msgid "Software Version" +msgstr "Version du logiciel" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:34 +msgid "Current" +msgstr "Actuelle" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:40 +msgid "Latest Stable" +msgstr "Dernière version stable" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:46 +msgid "Update available" +msgstr "Mise à jour disponible" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:51 +msgid "Latest Pre-Release" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:57 +msgid "Pre-Release available" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:65 +msgid "Task Queue" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:82 +msgid "Error retrieving task queue length" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:84 +#, python-format +msgid "%(tasks)s task" +msgid_plural "%(tasks)s tasks" +msgstr[0] "" +msgstr[1] "" + +#: allianceauth/templates/allianceauth/night-toggle.html:3 +msgid "Night" +msgstr "Nuit" + +#: allianceauth/templates/allianceauth/top-menu.html:36 +msgid "Admin" +msgstr "Administrateur" + +#: allianceauth/templates/allianceauth/top-menu.html:38 +msgid "Logout" +msgstr "Déconnexion" + +#: allianceauth/templates/allianceauth/top-menu.html:40 +msgid "Login" +msgstr "Connexion" + +#: allianceauth/timerboard/form.py:53 +msgid "Other" +msgstr "Autre" + +#: allianceauth/timerboard/form.py:54 +#: allianceauth/timerboard/templates/timerboard/view.html:58 +#: allianceauth/timerboard/templates/timerboard/view.html:220 +#: allianceauth/timerboard/templates/timerboard/view.html:388 +msgid "Friendly" +msgstr "Amical" + +#: allianceauth/timerboard/form.py:55 +#: allianceauth/timerboard/templates/timerboard/view.html:53 +#: allianceauth/timerboard/templates/timerboard/view.html:215 +#: allianceauth/timerboard/templates/timerboard/view.html:383 +msgid "Hostile" +msgstr "Hostile" + +#: allianceauth/timerboard/form.py:56 +#: allianceauth/timerboard/templates/timerboard/view.html:63 +#: allianceauth/timerboard/templates/timerboard/view.html:225 +#: allianceauth/timerboard/templates/timerboard/view.html:393 +msgid "Neutral" +msgstr "Neutre" + +#: allianceauth/timerboard/form.py:58 +#: allianceauth/timerboard/templates/timerboard/view.html:32 +#: allianceauth/timerboard/templates/timerboard/view.html:194 +#: allianceauth/timerboard/templates/timerboard/view.html:362 +msgid "Details" +msgstr "Details" + +#: allianceauth/timerboard/form.py:60 +msgid "Planet/Moon" +msgstr "Planète/Lune" + +#: allianceauth/timerboard/form.py:61 +msgid "Structure Type" +msgstr "Type de structure" + +#: allianceauth/timerboard/form.py:62 +#: allianceauth/timerboard/templates/timerboard/view.html:33 +#: allianceauth/timerboard/templates/timerboard/view.html:195 +#: allianceauth/timerboard/templates/timerboard/view.html:363 +msgid "Objective" +msgstr "Objectif" + +#: allianceauth/timerboard/form.py:63 +msgid "Days Remaining" +msgstr "Jour restants" + +#: allianceauth/timerboard/form.py:64 +msgid "Hours Remaining" +msgstr "Heures restantes" + +#: allianceauth/timerboard/form.py:66 +msgid "Minutes Remaining" +msgstr "Minutes restantes" + +#: allianceauth/timerboard/form.py:68 +msgid "Important" +msgstr "Important" + +#: allianceauth/timerboard/form.py:69 +msgid "Corp-Restricted" +msgstr "Limité à la Corporation" + +#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11 +msgid "Delete Timer" +msgstr "Supprimer minuteur" + +#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:19 +#, python-format +msgid "Are you sure you want to delete timer \"%(object)s\"?" +msgstr "Etes vous sur de vouloir supprimer le minuteur \"%(object)s\" ?" + +#: allianceauth/timerboard/templates/timerboard/timer_create_form.html:5 +#: allianceauth/timerboard/templates/timerboard/timer_create_form.html:13 +msgid "Create Timer" +msgstr "Créer un minuteur" + +#: allianceauth/timerboard/templates/timerboard/timer_create_form.html:9 +#: allianceauth/timerboard/templates/timerboard/view.html:16 +msgid "Create Structure Timer" +msgstr "Créer un minuteur de structure" + +#: allianceauth/timerboard/templates/timerboard/timer_update_form.html:5 +#: allianceauth/timerboard/templates/timerboard/timer_update_form.html:9 +#: allianceauth/timerboard/templates/timerboard/timer_update_form.html:13 +msgid "Update Structure Timer" +msgstr "Mettre à jour le minuteur de structure" + +#: allianceauth/timerboard/templates/timerboard/view.html:7 +msgid "Structure Timer Management" +msgstr "Gestion des minuteurs de structure" + +#: allianceauth/timerboard/templates/timerboard/view.html:12 +msgid "Structure Timers" +msgstr "Minuteur de structure" + +#: allianceauth/timerboard/templates/timerboard/view.html:28 +msgid "Corp Timers" +msgstr "Minuteur de corporation" + +#: allianceauth/timerboard/templates/timerboard/view.html:35 +#: allianceauth/timerboard/templates/timerboard/view.html:197 +#: allianceauth/timerboard/templates/timerboard/view.html:365 +msgid "Structure" +msgstr "Structure" + +#: allianceauth/timerboard/views.py:74 +#, python-format +msgid "Added new timer in %(system)s at %(time)s." +msgstr "Ajout d'un nouveau timer dans%(system)s à %(time)s" + +#: allianceauth/timerboard/views.py:83 +msgid "Saved changes to the timer." +msgstr "Changements du Minuteur sauvegardés." diff --git a/allianceauth/locale/ja/LC_MESSAGES/django.mo b/allianceauth/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 00000000..2f1dd6c9 Binary files /dev/null and b/allianceauth/locale/ja/LC_MESSAGES/django.mo differ diff --git a/allianceauth/locale/ja/LC_MESSAGES/django.po b/allianceauth/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 00000000..07f6fdfb --- /dev/null +++ b/allianceauth/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,2057 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Foch Petain , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" +"PO-Revision-Date: 2020-02-18 03:14+0000\n" +"Last-Translator: Foch Petain , 2020\n" +"Language-Team: Japanese (https://www.transifex.com/alliance-auth/teams/107430/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: allianceauth/authentication/decorators.py:37 +msgid "A main character is required to perform that action. Add one below." +msgstr "実行するためにはメインキャラクターの設定が必要です。設定してください。" + +#: allianceauth/authentication/forms.py:5 +msgid "Email" +msgstr "メールアドレス" + +#: allianceauth/authentication/models.py:78 +#, python-format +msgid "State changed to: %s" +msgstr "分類が%sに変更されました。" + +#: allianceauth/authentication/models.py:79 +#, python-format +msgid "Your user's state is now: %(state)s" +msgstr "あなたの分類は%(state)sになりました。" + +#: allianceauth/authentication/templates/authentication/dashboard.html:5 +#: allianceauth/authentication/templates/authentication/dashboard.html:8 +#: allianceauth/templates/allianceauth/side-menu.html:11 +msgid "Dashboard" +msgstr "ダッシュボード" + +#: allianceauth/authentication/templates/authentication/dashboard.html:18 +#, python-format +msgid "" +"\n" +" Main Character (State: %(state)s)\n" +" " +msgstr "" +"\n" +" メインキャラクター(分類:%(state)s)" + +#: allianceauth/authentication/templates/authentication/dashboard.html:81 +msgid "No main character set." +msgstr "メンキャラクターが選択されていません。" + +#: allianceauth/authentication/templates/authentication/dashboard.html:88 +msgid "Add Character" +msgstr "キャラクターを追加" + +#: allianceauth/authentication/templates/authentication/dashboard.html:92 +msgid "Change Main" +msgstr "メンキャラクターを変更" + +#: allianceauth/authentication/templates/authentication/dashboard.html:101 +msgid "Group Memberships" +msgstr "" + +#: allianceauth/authentication/templates/authentication/dashboard.html:121 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:23 +#: allianceauth/hrapplications/templates/hrapplications/view.html:41 +msgid "Characters" +msgstr "キャラクター" + +#: allianceauth/authentication/templates/authentication/dashboard.html:129 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:73 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:22 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:15 +#: allianceauth/hrapplications/templates/hrapplications/view.html:45 +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34 +msgid "Name" +msgstr "名前" + +#: allianceauth/authentication/templates/authentication/dashboard.html:130 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:23 +#: allianceauth/hrapplications/templates/hrapplications/view.html:46 +msgid "Corp" +msgstr "Corp" + +#: allianceauth/authentication/templates/authentication/dashboard.html:131 +#: allianceauth/corputils/templates/corputils/corpstats.html:77 +#: allianceauth/hrapplications/templates/hrapplications/view.html:47 +msgid "Alliance" +msgstr "Alliance" + +#: allianceauth/authentication/templates/public/register.html:18 +msgid "Register" +msgstr "登録" + +#: allianceauth/authentication/templates/registration/activate.html:4 +msgid "Invalid or expired activation link." +msgstr "アクティベーションリンクが無効か期限切れです。" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:2 +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account." +msgstr "このメールはあなたのパスワードの再設定のために送信されています。" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:5 +msgid "Please go to the following page and choose a new password:" +msgstr "下記ページにアクセスして、新しいパスワードを設定してください:" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:9 +msgid "Your username, in case you've forgotten:" +msgstr "ユーザー名を忘れてしまった場合:" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:11 +msgid "Thanks for using our site!" +msgstr "サイトをご利用いただきありがとうございます!" + +#: allianceauth/authentication/templates/registration/password_reset_email.html:13 +msgid "Your IT Team" +msgstr "サポートチームより" + +#: allianceauth/authentication/templates/registration/registration_form.html:11 +#: allianceauth/hrapplications/templates/hrapplications/create.html:30 +msgid "Submit" +msgstr "Submit" + +#: allianceauth/authentication/views.py:74 +#, python-format +msgid "" +"Cannot change main character to %(char)s: character owned by a different " +"account." +msgstr "メインキャラクターを%(char)sへ変更できません。別のアカウントによって利用されています。" + +#: allianceauth/authentication/views.py:80 +#, python-format +msgid "Changed main character to %(char)s" +msgstr "メインキャラクターを%(char)sへ変更しました。" + +#: allianceauth/authentication/views.py:89 +#, python-format +msgid "Added %(name)s to your account." +msgstr "%(name)sをアカウントに追加しました。" + +#: allianceauth/authentication/views.py:91 +#, python-format +msgid "Failed to add %(name)s to your account: they already have an account." +msgstr "%(name)sをアカウントに追加することができません。すでにほかのアカウントを持っています。" + +#: allianceauth/authentication/views.py:130 +msgid "Unable to authenticate as the selected character." +msgstr "選択されたキャラクターの認証が行えませんでした。" + +#: allianceauth/authentication/views.py:146 +msgid "Registration token has expired." +msgstr "Registration tokenが期限切れです。" + +#: allianceauth/authentication/views.py:201 +msgid "" +"Sent confirmation email. Please follow the link to confirm your email " +"address." +msgstr "確認のメールを送りました。メール内のリンクをご確認の上、メールアドレスの認証を完了させてください。" + +#: allianceauth/authentication/views.py:206 +msgid "Confirmed your email address. Please login to continue." +msgstr "メールアドレスの確認が取れました。Loginしてください。" + +#: allianceauth/authentication/views.py:211 +msgid "Registraion of new accounts it not allowed at this time." +msgstr "現在新規アカウントの登録を停止しております。" + +#: allianceauth/corputils/auth_hooks.py:10 +msgid "Corporation Stats" +msgstr "" + +#: allianceauth/corputils/templates/corputils/base.html:3 +#: allianceauth/corputils/templates/corputils/base.html:6 +msgid "Corporation Member Data" +msgstr "" + +#: allianceauth/corputils/templates/corputils/base.html:12 +msgid "Corporations" +msgstr "" + +#: allianceauth/corputils/templates/corputils/base.html:23 +msgid "Add" +msgstr "追加" + +#: allianceauth/corputils/templates/corputils/base.html:29 +msgid "Search all corporations..." +msgstr "" + +#: allianceauth/corputils/templates/corputils/corpstats.html:33 +msgid "Mains" +msgstr "メイン" + +#: allianceauth/corputils/templates/corputils/corpstats.html:34 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:24 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:15 +msgid "Members" +msgstr "" + +#: allianceauth/corputils/templates/corputils/corpstats.html:35 +msgid "Unregistered" +msgstr "未登録" + +#: allianceauth/corputils/templates/corputils/corpstats.html:38 +msgid "Last update:" +msgstr "最終活動日:" + +#: allianceauth/corputils/templates/corputils/corpstats.html:75 +#: allianceauth/corputils/templates/corputils/corpstats.html:114 +#: allianceauth/corputils/templates/corputils/corpstats.html:160 +#: allianceauth/corputils/templates/corputils/search.html:13 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:24 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:28 +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:27 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:29 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:51 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:110 +msgid "Character" +msgstr "Character" + +#: allianceauth/corputils/templates/corputils/corpstats.html:76 +#: allianceauth/corputils/templates/corputils/search.html:14 +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:28 +#: allianceauth/hrapplications/templates/hrapplications/management.html:27 +#: allianceauth/hrapplications/templates/hrapplications/management.html:84 +#: allianceauth/hrapplications/templates/hrapplications/management.html:129 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:26 +msgid "Corporation" +msgstr "" + +#: allianceauth/corputils/templates/corputils/corpstats.html:93 +#: allianceauth/corputils/templates/corputils/corpstats.html:129 +#: allianceauth/corputils/templates/corputils/corpstats.html:142 +#: allianceauth/corputils/templates/corputils/corpstats.html:173 +#: allianceauth/corputils/templates/corputils/search.html:27 +msgid "Killboard" +msgstr "" + +#: allianceauth/corputils/templates/corputils/corpstats.html:116 +#: allianceauth/corputils/templates/corputils/search.html:16 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:22 +#: allianceauth/hrapplications/templates/hrapplications/management.html:83 +#: allianceauth/hrapplications/templates/hrapplications/management.html:128 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:25 +#: allianceauth/hrapplications/templates/hrapplications/view.html:32 +msgid "Main Character" +msgstr "メインキャラクター" + +#: allianceauth/corputils/templates/corputils/corpstats.html:117 +#: allianceauth/corputils/templates/corputils/search.html:17 +msgid "Main Corporation" +msgstr "" + +#: allianceauth/corputils/templates/corputils/corpstats.html:118 +#: allianceauth/corputils/templates/corputils/search.html:18 +msgid "Main Alliance" +msgstr "" + +#: allianceauth/corputils/templates/corputils/search.html:6 +msgid "Search Results" +msgstr "検索結果" + +#: allianceauth/corputils/templates/corputils/search.html:15 +msgid "zKillboard" +msgstr "" + +#: allianceauth/corputils/views.py:54 +msgid "Selected corp already has a statistics module." +msgstr "選択されたCorpはすでにStatistics Moduleを導入済みです。" + +#: allianceauth/corputils/views.py:56 +msgid "Failed to gather corporation statistics with selected token." +msgstr "選択された TokenではCorporation Statisticsを取得できませんでした。" + +#: allianceauth/fleetactivitytracking/auth_hooks.py:9 +msgid "Fleet Activity Tracking" +msgstr "" + +#: allianceauth/fleetactivitytracking/forms.py:7 allianceauth/srp/form.py:6 +#: allianceauth/srp/templates/srp/management.html:37 +msgid "Fleet Name" +msgstr "" + +#: allianceauth/fleetactivitytracking/forms.py:8 +msgid "Duration of fat-link" +msgstr "Fat-Linkの有効時間" + +#: allianceauth/fleetactivitytracking/forms.py:9 +msgid "minutes" +msgstr "分" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:3 +msgid "Fleet Participation" +msgstr "Fleet 参加者" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:7 +msgid "Character not found!" +msgstr "キャラクターが見つかりません!" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:18 +msgid "Character not registered!" +msgstr "キャラクターが登録されてません!" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:19 +msgid "This character is not associated with an auth account." +msgstr "このキャラクターは認証アカウントに紐づけられていません。" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:19 +msgid "Add it here" +msgstr "ここに追加してください。" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:19 +msgid "before attempting to click fleet attendance links." +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:6 +msgid "Create Fatlink" +msgstr "Fat-Linkを作成" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:10 +#: allianceauth/optimer/templates/optimer/add.html:14 +#: allianceauth/optimer/templates/optimer/add.html:23 +msgid "Create Fleet Operation" +msgstr "Fleet Operationを作成" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:14 +msgid "Bad request!" +msgstr "形式が正しくありません!" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html:25 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:65 +msgid "Create fatlink" +msgstr "Fat-Linkを作成" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:5 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:6 +msgid "Fatlink view" +msgstr "Fat-Link一覧" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:9 +msgid "Edit fatlink" +msgstr "Fat-Linkを編集" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:13 +msgid "Delete fat" +msgstr "Fat-Linkを削除" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:19 +msgid "Registered characters" +msgstr "登録済みのキャラクター" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:23 +#: allianceauth/hrapplications/templates/hrapplications/view.html:31 +msgid "User" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:25 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:29 +#: allianceauth/optimer/form.py:7 allianceauth/timerboard/form.py:59 +#: allianceauth/timerboard/templates/timerboard/view.html:34 +#: allianceauth/timerboard/templates/timerboard/view.html:196 +#: allianceauth/timerboard/templates/timerboard/view.html:364 +msgid "System" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:26 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:27 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:30 +msgid "Ship" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:27 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:50 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:31 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:76 +#: allianceauth/timerboard/templates/timerboard/view.html:36 +#: allianceauth/timerboard/templates/timerboard/view.html:198 +#: allianceauth/timerboard/templates/timerboard/view.html:366 +msgid "Eve Time" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:38 +msgid "Docked in " +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:6 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:6 +msgid "Personal fatlink statistics" +msgstr "Fat-Link統計" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:10 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:10 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:10 +#, python-format +msgid "Participation data statistics for %(month)s, %(year)s" +msgstr "%(year)s年%(month)sか月の参加データ" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:13 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:12 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:12 +msgid "Previous month" +msgstr "前月" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:14 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:14 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:14 +msgid "Next month" +msgstr "翌月" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:19 +#, python-format +msgid "%(user)s has collected one link this month." +msgid_plural "%(user)s has collected %(links)s links this month." +msgstr[0] "今月、%(user)sは%(links)s個のリンクを獲得しました。" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:28 +msgid "Times used" +msgstr "使用回数" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:39 +#, python-format +msgid "%(user)s has created one link this month." +msgid_plural "%(user)s has created %(links)s links this month." +msgstr[0] "今月、%(user)sは%(links)s個のリンクを作成しました。" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:48 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:27 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:75 +msgid "Fleet" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:49 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:74 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:17 +#: allianceauth/timerboard/templates/timerboard/view.html:38 +#: allianceauth/timerboard/templates/timerboard/view.html:200 +#: allianceauth/timerboard/templates/timerboard/view.html:368 +msgid "Creator" +msgstr "作成者" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:51 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:77 +#: allianceauth/optimer/form.py:9 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:14 +msgid "Duration" +msgstr "有効時間" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html:52 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:78 +msgid "Edit" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:10 +#, python-format +msgid "Participation data statistics for %(year)s" +msgstr "%(year)s年間の参加データ" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:12 +msgid "Previous year" +msgstr "前年" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:14 +msgid "Next year" +msgstr "翌年" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:21 +msgid "Month" +msgstr "月" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html:22 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:24 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:25 +msgid "Fats" +msgstr "Fat-Link" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:6 +msgid "Fatlink Corp Statistics" +msgstr "Corp別Fat-Link統計" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:25 +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:26 +msgid "Average fats" +msgstr "平均Fat数" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:6 +msgid "Fatlink statistics" +msgstr "Fat-Link統計" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:22 +msgid "Ticker" +msgstr "" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:10 +msgid "Participation data" +msgstr "参加情報" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:14 +msgid "Most recent clicked fatlinks" +msgstr "最後にクリックされたFat-Link" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:19 +msgid "Personal statistics" +msgstr "個人統計" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:48 +msgid "No fleet activity on record." +msgstr "Fleetでの活動が記録されてません。" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:55 +msgid "Most recent fatlinks" +msgstr "最新のFat-Link" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:60 +msgid "View statistics" +msgstr "統計" + +#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:97 +msgid "No created fatlinks on record." +msgstr "Fat-Linkを作成した記録がありません。" + +#: allianceauth/fleetactivitytracking/views.py:283 +msgid "Fleet participation registered." +msgstr "Fleet参加が登録されました。" + +#: allianceauth/fleetactivitytracking/views.py:299 +msgid "FAT link has expired." +msgstr "Fat-Linkの有効期間が終了してます。" + +#: allianceauth/groupmanagement/auth_hooks.py:16 +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:15 +msgid "Group Management" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:5 +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:13 +msgid "Audit Log" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:18 +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:20 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:13 +msgid "Back" +msgstr "戻る" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:25 +msgid "Date/Time" +msgstr "日付/時間" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:26 +msgid "Requestor" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:29 +msgid "Type" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:30 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:17 +#: allianceauth/notifications/templates/notifications/list.html:37 +#: allianceauth/notifications/templates/notifications/list.html:69 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:18 +#: allianceauth/services/templates/services/services.html:18 +#: allianceauth/timerboard/templates/timerboard/view.html:40 +#: allianceauth/timerboard/templates/timerboard/view.html:202 +#: allianceauth/timerboard/templates/timerboard/view.html:370 +msgid "Action" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31 +msgid "Actor" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:59 +msgid "No entries found for this group." +msgstr "この Group での entry が見つかりませんでした。" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:6 +msgid "Group Members" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:28 +msgid "Portrait" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:30 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:52 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:111 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:23 +msgid "Organization" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:64 +msgid "Remove from group" +msgstr "Group から削除" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html:76 +msgid "No group members to list." +msgstr "Groupメンバーはリストにいません。" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:5 +msgid "Groups Membership" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:14 +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:40 +#: allianceauth/templates/allianceauth/side-menu.html:16 +msgid "Groups" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:16 +msgid "Description" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:24 +#: allianceauth/hrapplications/templates/hrapplications/management.html:28 +#: allianceauth/hrapplications/templates/hrapplications/management.html:85 +#: allianceauth/hrapplications/templates/hrapplications/management.html:130 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:27 +#: allianceauth/srp/templates/srp/data.html:98 +msgid "Status" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:25 +msgid "Member Count" +msgstr "Member Count" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:38 +msgid "Hidden" +msgstr "閉じる" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:40 +#: allianceauth/templates/allianceauth/admin-status/overview.html:12 +msgid "Open" +msgstr "開く" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:42 +msgid "Requestable" +msgstr "申請可能" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:50 +msgid "View Members" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:53 +msgid "Audit Members" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:56 +msgid "Copy Direct Join Link" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:68 +msgid "No groups to list." +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:5 +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:10 +msgid "Available Groups" +msgstr "参加可能Group" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:29 +msgid "Leave" +msgstr "脱退" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:39 +msgid "Join" +msgstr "参加" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:43 +msgid "Request" +msgstr "申請" + +#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:58 +msgid "No groups available." +msgstr "参加可能なGroupがありません。" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:6 +msgid "Groups Management" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:25 +msgid "Join Requests" +msgstr "参加希望を出す" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:33 +msgid "Leave Requests" +msgstr "脱退希望を出す" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:53 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:112 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:20 +#: allianceauth/services/modules/openfire/forms.py:6 +msgid "Group" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:85 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:144 +msgid "Accept" +msgstr "承認" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:88 +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:147 +#: allianceauth/hrapplications/templates/hrapplications/view.html:85 +msgid "Reject" +msgstr "拒否" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:97 +msgid "No group add requests." +msgstr "グループ参加希望はありません。" + +#: allianceauth/groupmanagement/templates/groupmanagement/index.html:156 +msgid "No group leave requests." +msgstr "グループ脱退希望はありません。" + +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:10 +msgid "Toggle navigation" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:21 +msgid "Group Requests" +msgstr "" + +#: allianceauth/groupmanagement/templates/groupmanagement/menu.html:24 +msgid "Group Membership" +msgstr "" + +#: allianceauth/groupmanagement/views.py:162 +#, python-format +msgid "Removed user %(user)s from group %(group)s." +msgstr "%(user)sを%(group)sから削除する。" + +#: allianceauth/groupmanagement/views.py:164 +msgid "User does not exist in that group" +msgstr "誰もグループに参加してません。" + +#: allianceauth/groupmanagement/views.py:167 +msgid "Group does not exist" +msgstr "グループが存在しません。" + +#: allianceauth/groupmanagement/views.py:194 +#, python-format +msgid "Accepted application from %(mainchar)s to %(group)s." +msgstr "%(mainchar)sからの%(group)sへの参加申請を承認しました。" + +#: allianceauth/groupmanagement/views.py:201 +#: allianceauth/groupmanagement/views.py:234 +#, python-format +msgid "" +"An unhandled error occurred while processing the application from " +"%(mainchar)s to %(group)s." +msgstr "%(mainchar)sからの%(group)sへの参加申請を処理中にエラーが発生しました。" + +#: allianceauth/groupmanagement/views.py:227 +#, python-format +msgid "Rejected application from %(mainchar)s to %(group)s." +msgstr "%(mainchar)sからの%(group)sへの参加申請は拒否されました。" + +#: allianceauth/groupmanagement/views.py:263 +#, python-format +msgid "Accepted application from %(mainchar)s to leave %(group)s." +msgstr "%(mainchar)sからの%(group)sからの脱退申請は承認されました。" + +#: allianceauth/groupmanagement/views.py:269 +#: allianceauth/groupmanagement/views.py:303 +#, python-format +msgid "" +"An unhandled error occurred while processing the application from " +"%(mainchar)s to leave %(group)s." +msgstr "%(mainchar)sからの%(group)sからの脱退申請を処理中にエラーが発生しました。" + +#: allianceauth/groupmanagement/views.py:296 +#, python-format +msgid "Rejected application from %(mainchar)s to leave %(group)s." +msgstr "%(mainchar)sの%(group)sからの脱退申請は拒否されました。" + +#: allianceauth/groupmanagement/views.py:342 +#: allianceauth/groupmanagement/views.py:354 +msgid "You cannot join that group" +msgstr "このGroupには入れません" + +#: allianceauth/groupmanagement/views.py:348 +msgid "You are already a member of that group." +msgstr "すでにその Group に参加してます。" + +#: allianceauth/groupmanagement/views.py:363 +msgid "You already have a pending application for that group." +msgstr "すでに参加申請を送付済みです。" + +#: allianceauth/groupmanagement/views.py:366 +#: allianceauth/groupmanagement/views.py:404 +#: allianceauth/hrapplications/templates/hrapplications/management.html:37 +#: allianceauth/hrapplications/templates/hrapplications/management.html:72 +#: allianceauth/hrapplications/templates/hrapplications/management.html:99 +#: allianceauth/hrapplications/templates/hrapplications/management.html:144 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 +#: allianceauth/hrapplications/templates/hrapplications/view.html:20 +#: allianceauth/srp/templates/srp/data.html:134 +#: allianceauth/srp/templates/srp/management.html:81 +msgid "Pending" +msgstr "処理中" + +#: allianceauth/groupmanagement/views.py:372 +#, python-format +msgid "Applied to group %(group)s." +msgstr "%(group)sへの参加申請を送信しました。" + +#: allianceauth/groupmanagement/views.py:383 +msgid "You cannot leave that group" +msgstr "この Group から脱退することはできません" + +#: allianceauth/groupmanagement/views.py:388 +msgid "You are not a member of that group" +msgstr "あなたはその Group のメンバーではありません" + +#: allianceauth/groupmanagement/views.py:397 +msgid "You already have a pending leave request for that group." +msgstr "すでに脱退申請を送信済みです。" + +#: allianceauth/groupmanagement/views.py:410 +#, python-format +msgid "Applied to leave group %(group)s." +msgstr "%(group)sからの脱退申請を送信しました。" + +#: allianceauth/hrapplications/auth_hooks.py:13 +msgid "Applications" +msgstr "申請" + +#: allianceauth/hrapplications/forms.py:6 +#: allianceauth/hrapplications/templates/hrapplications/view.html:98 +msgid "Comment" +msgstr "コメント" + +#: allianceauth/hrapplications/forms.py:10 +msgid "Search String" +msgstr "検索" + +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:5 +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:8 +msgid "Choose a Corp" +msgstr "Corp を選択してください" + +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:11 +msgid "Available Corps" +msgstr "" + +#: allianceauth/hrapplications/templates/hrapplications/corpchoice.html:23 +msgid "No corps are accepting applications at this time." +msgstr "申請を受理した Corp はありません。" + +#: allianceauth/hrapplications/templates/hrapplications/create.html:5 +#: allianceauth/hrapplications/templates/hrapplications/create.html:8 +msgid "Apply To" +msgstr "申請中" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:6 +msgid "HR Application Management" +msgstr "" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:11 +msgid "Personal Applications" +msgstr "個人の申請" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:15 +#: allianceauth/hrapplications/templates/hrapplications/management.html:18 +msgid "Create Application" +msgstr "申請を作成" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:26 +#: allianceauth/hrapplications/templates/hrapplications/management.html:82 +#: allianceauth/hrapplications/templates/hrapplications/management.html:127 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:24 +#: allianceauth/services/templates/services/services.html:16 +msgid "Username" +msgstr "" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:29 +#: allianceauth/hrapplications/templates/hrapplications/management.html:86 +#: allianceauth/hrapplications/templates/hrapplications/management.html:131 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:28 +#: allianceauth/hrapplications/templates/hrapplications/view.html:75 +#: allianceauth/srp/templates/srp/data.html:100 +#: allianceauth/srp/templates/srp/management.html:46 +msgid "Actions" +msgstr "" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:39 +#: allianceauth/hrapplications/templates/hrapplications/management.html:102 +#: allianceauth/hrapplications/templates/hrapplications/management.html:147 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 +#: allianceauth/hrapplications/templates/hrapplications/view.html:16 +#: allianceauth/srp/templates/srp/data.html:126 +msgid "Approved" +msgstr "承認" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:41 +#: allianceauth/hrapplications/templates/hrapplications/management.html:104 +#: allianceauth/hrapplications/templates/hrapplications/management.html:149 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 +#: allianceauth/srp/templates/srp/data.html:130 +msgid "Rejected" +msgstr "拒否" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:63 +msgid "Application Management" +msgstr "申請管理" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:67 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:16 +msgid "Search Applications" +msgstr "申請を検索" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:73 +msgid "Reviewed" +msgstr "レビュー済み" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:81 +#: allianceauth/hrapplications/templates/hrapplications/management.html:126 +msgid "Date" +msgstr "日時" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:97 +#: allianceauth/hrapplications/templates/hrapplications/management.html:142 +#: allianceauth/hrapplications/templates/hrapplications/view.html:23 +msgid "Reviewer:" +msgstr "レビュー者:" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:117 +msgid "No pending applications." +msgstr "保留中の申請はありません。" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:168 +msgid "No reviewed applications." +msgstr "レビュー済みの申請はありません。" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:184 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:65 +#: allianceauth/hrapplications/templates/hrapplications/view.html:145 +msgid "Close" +msgstr "終了" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:185 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:66 +msgid "Application Search" +msgstr "申請を検索" + +#: allianceauth/hrapplications/templates/hrapplications/management.html:193 +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:74 +msgid "Search" +msgstr "検索" + +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:12 +msgid "Application Search Results" +msgstr "検索結果" + +#: allianceauth/hrapplications/templates/hrapplications/searchview.html:23 +msgid "Application ID" +msgstr "申請ID" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:6 +#: allianceauth/hrapplications/templates/hrapplications/view.html:11 +msgid "View Application" +msgstr "申請一覧" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:18 +msgid "Denied" +msgstr "拒否" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:28 +msgid "Applicant" +msgstr "申請者" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:81 +msgid "Approve" +msgstr "承認" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:89 +msgid "Delete" +msgstr "削除" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:93 +msgid "Mark in Progress" +msgstr "作業中に設定" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:110 +#: allianceauth/services/forms.py:19 +msgid "Comments" +msgstr "コメント" + +#: allianceauth/hrapplications/templates/hrapplications/view.html:147 +#: allianceauth/hrapplications/templates/hrapplications/view.html:154 +msgid "Add Comment" +msgstr "コメントを追加" + +#: allianceauth/notifications/templates/notifications/list.html:5 +#: allianceauth/notifications/templates/notifications/list.html:9 +msgid "Notifications" +msgstr "通知" + +#: allianceauth/notifications/templates/notifications/list.html:16 +msgid "Unread" +msgstr "未読" + +#: allianceauth/notifications/templates/notifications/list.html:18 +msgid "Read" +msgstr "既読" + +#: allianceauth/notifications/templates/notifications/list.html:22 +msgid "Mark All Read" +msgstr "既読をすべて選択" + +#: allianceauth/notifications/templates/notifications/list.html:24 +msgid "Delete All Read" +msgstr "既読をすべて削除" + +#: allianceauth/notifications/templates/notifications/list.html:35 +#: allianceauth/notifications/templates/notifications/list.html:67 +msgid "Timestamp" +msgstr "タイムスタンプ" + +#: allianceauth/notifications/templates/notifications/list.html:36 +#: allianceauth/notifications/templates/notifications/list.html:68 +msgid "Title" +msgstr "" + +#: allianceauth/notifications/templates/notifications/list.html:57 +msgid "No unread notifications." +msgstr "未読の通知を停止" + +#: allianceauth/notifications/templates/notifications/list.html:89 +msgid "No read notifications." +msgstr "既読の通知を停止" + +#: allianceauth/notifications/templates/notifications/view.html:5 +#: allianceauth/notifications/templates/notifications/view.html:11 +msgid "View Notification" +msgstr "通知を確認" + +#: allianceauth/notifications/views.py:36 +msgid "You are not authorized to view that notification." +msgstr "通知を確認する権限がありません。" + +#: allianceauth/notifications/views.py:48 +msgid "Deleted notification." +msgstr "通知を削除" + +#: allianceauth/notifications/views.py:52 +msgid "Failed to locate notification." +msgstr "通知はありません。" + +#: allianceauth/notifications/views.py:60 +msgid "Marked all notifications as read." +msgstr "確認済みのすべての通知を選択" + +#: allianceauth/notifications/views.py:68 +msgid "Deleted all read notifications." +msgstr "確認済みのすべての通知を削除" + +#: allianceauth/optimer/auth_hooks.py:9 +msgid "Fleet Operations" +msgstr "" + +#: allianceauth/optimer/form.py:6 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:10 +msgid "Doctrine" +msgstr "" + +#: allianceauth/optimer/form.py:8 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:12 +msgid "Start Time" +msgstr "開始時間" + +#: allianceauth/optimer/form.py:10 +#: allianceauth/optimer/templates/optimer/fleetoptable.html:9 +msgid "Operation Name" +msgstr "作戦名" + +#: allianceauth/optimer/form.py:11 +#: allianceauth/srp/templates/srp/management.html:40 +msgid "Fleet Commander" +msgstr "" + +#: allianceauth/optimer/templates/optimer/add.html:7 +#: allianceauth/optimer/templates/optimer/management.html:14 +msgid "Create Operation" +msgstr "" + +#: allianceauth/optimer/templates/optimer/fleetoptable.html:11 +msgid "Form Up System" +msgstr "" + +#: allianceauth/optimer/templates/optimer/fleetoptable.html:13 +#: allianceauth/timerboard/templates/timerboard/view.html:37 +#: allianceauth/timerboard/templates/timerboard/view.html:199 +#: allianceauth/timerboard/templates/timerboard/view.html:367 +msgid "Local Time" +msgstr "" + +#: allianceauth/optimer/templates/optimer/fleetoptable.html:15 +msgid "FC" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:6 +msgid "Fleet Operation Management" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:11 +msgid "Fleet Operation Timers" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:21 +#: allianceauth/timerboard/templates/timerboard/view.html:23 +msgid "Current Eve Time:" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:27 +#: allianceauth/timerboard/templates/timerboard/view.html:189 +msgid "Next Timers" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:31 +#: allianceauth/timerboard/templates/timerboard/view.html:353 +msgid "No upcoming timers." +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:34 +#: allianceauth/timerboard/templates/timerboard/view.html:357 +msgid "Past Timers" +msgstr "" + +#: allianceauth/optimer/templates/optimer/management.html:38 +#: allianceauth/timerboard/templates/timerboard/view.html:521 +msgid "No past timers." +msgstr "" + +#: allianceauth/optimer/templates/optimer/update.html:7 +#: allianceauth/optimer/templates/optimer/update.html:16 +#: allianceauth/optimer/templates/optimer/update.html:28 +msgid "Update Fleet Operation" +msgstr "" + +#: allianceauth/optimer/templates/optimer/update.html:22 +msgid "Fleet Operation Does Not Exist" +msgstr "" + +#: allianceauth/optimer/views.py:55 +#, python-format +msgid "Created operation timer for %(opname)s." +msgstr "%(opname)sのTimerが作成されました。" + +#: allianceauth/optimer/views.py:73 +#, python-format +msgid "Removed operation timer for %(opname)s." +msgstr "%(opname)sのTimerが削除されました。" + +#: allianceauth/optimer/views.py:96 +#, python-format +msgid "Saved changes to operation timer for %(opname)s." +msgstr "%(opname)sのTimerの変更が保存されました。" + +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:6 +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:10 +msgid "Permissions Audit" +msgstr "権限を確認" + +#: allianceauth/permissions_tool/templates/permissions_tool/audit.html:22 +msgid "User / Character" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:6 +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:10 +msgid "Permissions Overview" +msgstr "権限一覧" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:13 +msgid "Showing only applied permissions" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:14 +msgid "Show All" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:16 +msgid "Showing all permissions" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:17 +msgid "Show Applied" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:25 +msgid "App" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:28 +msgid "Model" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:31 +msgid "Code Name" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:37 +msgid "Users" +msgstr "" + +#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:43 +msgid "States" +msgstr "" + +#: allianceauth/services/abstract.py:72 +msgid "That service account already exists" +msgstr "そのアカウントは既に存在してます。" + +#: allianceauth/services/abstract.py:104 +msgid "Successfully set your {} password" +msgstr "" + +#: allianceauth/services/auth_hooks.py:11 +msgid "Services" +msgstr "" + +#: allianceauth/services/forms.py:6 +msgid "Name of Fleet:" +msgstr "Fleet名:" + +#: allianceauth/services/forms.py:7 +msgid "Fleet Commander:" +msgstr "" + +#: allianceauth/services/forms.py:8 +msgid "Fleet Comms:" +msgstr "" + +#: allianceauth/services/forms.py:9 +msgid "Fleet Type:" +msgstr "" + +#: allianceauth/services/forms.py:10 +msgid "Ship Priorities:" +msgstr "" + +#: allianceauth/services/forms.py:11 +msgid "Formup Location:" +msgstr "" + +#: allianceauth/services/forms.py:12 +msgid "Formup Time:" +msgstr "Formup時間:" + +#: allianceauth/services/forms.py:13 +msgid "Expected Duration:" +msgstr "予想作戦時間:" + +#: allianceauth/services/forms.py:14 +msgid "Purpose:" +msgstr "" + +#: allianceauth/services/forms.py:15 +msgid "Reimbursable?*" +msgstr "" + +#: allianceauth/services/forms.py:15 allianceauth/services/forms.py:17 +msgid "Yes" +msgstr "" + +#: allianceauth/services/forms.py:15 allianceauth/services/forms.py:17 +msgid "No" +msgstr "" + +#: allianceauth/services/forms.py:17 +msgid "Important?*" +msgstr "" + +#: allianceauth/services/forms.py:23 allianceauth/services/forms.py:33 +msgid "Password" +msgstr "" + +#: allianceauth/services/forms.py:28 allianceauth/services/forms.py:38 +msgid "Password must be at least 8 characters long." +msgstr "Passwordは8 文字以上必要です。" + +#: allianceauth/services/modules/discord/models.py:225 +msgid "Discord Account Disabled" +msgstr "Discordのアカウントを無効化" + +#: allianceauth/services/modules/discord/models.py:227 +msgid "" +"Your Discord account was disabeled automatically by Auth. If you think this " +"was a mistake, please contact an admin." +msgstr "あなたのDiscordアカウントは管理者によって無効化されました。もし、これが間違いの場合、管理者に確認してください。" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:18 +msgid "Join the Discord server" +msgstr "Discord Serverに参加" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:22 +msgid "Leave- and rejoin the Discord Server (Reset)" +msgstr "Discord Serverに一度抜けて入りなおします。(リセット用)" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:25 +msgid "Leave the Discord server" +msgstr "Discord Serverから退出。" + +#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32 +msgid "Link Discord Server" +msgstr "" + +#: allianceauth/services/modules/discord/views.py:30 +msgid "Deactivated Discord account." +msgstr "Discordアカウントを無効化" + +#: allianceauth/services/modules/discord/views.py:36 +#: allianceauth/services/modules/discord/views.py:59 +msgid "An error occurred while processing your Discord account." +msgstr "Discord Accountの処理中にエラーが発生しました。" + +#: allianceauth/services/modules/discord/views.py:102 +msgid "Your Discord account has been successfully activated." +msgstr "Discord Accountは正常に有効化されました。" + +#: allianceauth/services/modules/discord/views.py:108 +msgid "" +"An error occurred while trying to activate your Discord account. Please try " +"again." +msgstr "Discord Accountの有効化中にエラーが発生しました。再度実行してください。" + +#: allianceauth/services/modules/discourse/views.py:37 +msgid "You are not authorized to access Discourse." +msgstr "Discourseへのアクセスが許可されていません。" + +#: allianceauth/services/modules/discourse/views.py:42 +msgid "You must have a main character set to access Discourse." +msgstr "Discourseへアクセスするためには、メンキャラクターから行う必要があります。" + +#: allianceauth/services/modules/discourse/views.py:52 +msgid "" +"No SSO payload or signature. Please contact support if this problem " +"persists." +msgstr "SSO Payload、もしくはSignatureを認証できませんでした。問題が解決しない場合、サポートへ連絡してください。" + +#: allianceauth/services/modules/discourse/views.py:62 +#: allianceauth/services/modules/discourse/views.py:70 +msgid "Invalid payload. Please contact support if this problem persists." +msgstr "SSO Payloadが無効です。問題が解決しない場合、サポートへ連絡してください。" + +#: allianceauth/services/modules/ips4/views.py:31 +msgid "Activated IPSuite4 account." +msgstr "" + +#: allianceauth/services/modules/ips4/views.py:40 +#: allianceauth/services/modules/ips4/views.py:62 +#: allianceauth/services/modules/ips4/views.py:83 +#: allianceauth/services/modules/ips4/views.py:103 +msgid "An error occurred while processing your IPSuite4 account." +msgstr "" + +#: allianceauth/services/modules/ips4/views.py:53 +msgid "Reset IPSuite4 password." +msgstr "" + +#: allianceauth/services/modules/ips4/views.py:80 +msgid "Set IPSuite4 password." +msgstr "" + +#: allianceauth/services/modules/ips4/views.py:100 +msgid "Deactivated IPSuite4 account." +msgstr "" + +#: allianceauth/services/modules/openfire/auth_hooks.py:26 +msgid "Jabber" +msgstr "" + +#: allianceauth/services/modules/openfire/auth_hooks.py:78 +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:6 +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:11 +msgid "Jabber Broadcast" +msgstr "" + +#: allianceauth/services/modules/openfire/auth_hooks.py:91 +msgid "Fleet Broadcast Formatter" +msgstr "" + +#: allianceauth/services/modules/openfire/forms.py:7 +msgid "Message" +msgstr "" + +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:17 +msgid "Broadcast Sent!!" +msgstr "" + +#: allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html:24 +msgid "Broadcast" +msgstr "" + +#: allianceauth/services/modules/openfire/views.py:35 +msgid "Activated jabber account." +msgstr "Jabber Accountを有効化" + +#: allianceauth/services/modules/openfire/views.py:44 +#: allianceauth/services/modules/openfire/views.py:57 +#: allianceauth/services/modules/openfire/views.py:78 +#: allianceauth/services/modules/openfire/views.py:151 +msgid "An error occurred while processing your jabber account." +msgstr "Jabber Accountの処理中にエラーが発生しました。" + +#: allianceauth/services/modules/openfire/views.py:70 +msgid "Reset jabber password." +msgstr "" + +#: allianceauth/services/modules/openfire/views.py:119 +#, python-format +msgid "Sent jabber broadcast to %s" +msgstr "" + +#: allianceauth/services/modules/openfire/views.py:148 +msgid "Set jabber password." +msgstr "" + +#: allianceauth/services/modules/phpbb3/views.py:34 +msgid "Activated forum account." +msgstr "" + +#: allianceauth/services/modules/phpbb3/views.py:43 +#: allianceauth/services/modules/phpbb3/views.py:57 +#: allianceauth/services/modules/phpbb3/views.py:80 +#: allianceauth/services/modules/phpbb3/views.py:103 +msgid "An error occurred while processing your forum account." +msgstr "" + +#: allianceauth/services/modules/phpbb3/views.py:54 +msgid "Deactivated forum account." +msgstr "" + +#: allianceauth/services/modules/phpbb3/views.py:71 +msgid "Reset forum password." +msgstr "" + +#: allianceauth/services/modules/phpbb3/views.py:100 +msgid "Set forum password." +msgstr "" + +#: allianceauth/services/modules/smf/views.py:34 +msgid "Activated SMF account." +msgstr "" + +#: allianceauth/services/modules/smf/views.py:43 +#: allianceauth/services/modules/smf/views.py:58 +#: allianceauth/services/modules/smf/views.py:80 +#: allianceauth/services/modules/smf/views.py:103 +msgid "An error occurred while processing your SMF account." +msgstr "" + +#: allianceauth/services/modules/smf/views.py:55 +msgid "Deactivated SMF account." +msgstr "" + +#: allianceauth/services/modules/smf/views.py:72 +msgid "Reset SMF password." +msgstr "" + +#: allianceauth/services/modules/smf/views.py:100 +msgid "Set SMF password." +msgstr "" + +#: allianceauth/services/modules/teamspeak3/forms.py:14 +#, python-format +msgid "Unable to locate user %s on server" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:6 +msgid "Verify Teamspeak" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:11 +msgid "Verify Teamspeak Identity" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:14 +msgid "Join Server" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html:20 +#: allianceauth/services/templates/services/service_credentials.html:20 +#: allianceauth/srp/templates/srp/add.html:31 +msgid "Continue" +msgstr "" + +#: allianceauth/services/modules/teamspeak3/views.py:34 +msgid "Activated TeamSpeak3 account." +msgstr "" + +#: allianceauth/services/modules/teamspeak3/views.py:37 +#: allianceauth/services/modules/teamspeak3/views.py:74 +#: allianceauth/services/modules/teamspeak3/views.py:100 +msgid "An error occurred while processing your TeamSpeak3 account." +msgstr "TeamSpeak3 Accountの処理中にエラーが発生しました。" + +#: allianceauth/services/modules/teamspeak3/views.py:71 +msgid "Deactivated TeamSpeak3 account." +msgstr "TeamSpeak3 accoutの無効化" + +#: allianceauth/services/modules/teamspeak3/views.py:97 +msgid "Reset TeamSpeak3 permission key." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:30 +msgid "Activated XenForo account." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:40 +#: allianceauth/services/modules/xenforo/views.py:52 +#: allianceauth/services/modules/xenforo/views.py:73 +#: allianceauth/services/modules/xenforo/views.py:94 +msgid "An error occurred while processing your XenForo account." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:50 +msgid "Deactivated XenForo account." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:65 +msgid "Reset XenForo account password." +msgstr "" + +#: allianceauth/services/modules/xenforo/views.py:91 +msgid "Changed XenForo password." +msgstr "" + +#: allianceauth/services/templates/services/fleetformattertool.html:6 +msgid "Fleet Formatter Tool" +msgstr "" + +#: allianceauth/services/templates/services/fleetformattertool.html:11 +msgid "Fleet Broadcast Formatter Tool" +msgstr "" + +#: allianceauth/services/templates/services/fleetformattertool.html:24 +msgid "Format" +msgstr "" + +#: allianceauth/services/templates/services/service_confirm_delete.html:6 +#: allianceauth/services/templates/services/service_confirm_delete.html:12 +#, python-format +msgid "Delete %(service_name)s Account?" +msgstr "あなたのアカウント%(service_name)sを削除しますか?" + +#: allianceauth/services/templates/services/service_confirm_delete.html:20 +#, python-format +msgid "" +"Are you sure you want to delete your %(service_name)s account %(object)s?" +msgstr "本当に%(service_name)sから%(object)sを削除しますか。" + +#: allianceauth/services/templates/services/service_credentials.html:5 +#: allianceauth/services/templates/services/service_credentials.html:9 +#, python-format +msgid "%(service_name)s Credentials" +msgstr "%(service_name)s資格情報" + +#: allianceauth/services/templates/services/service_password.html:6 +#, python-format +msgid "%(service_name)s Password Change" +msgstr "" + +#: allianceauth/services/templates/services/service_password.html:10 +#, python-format +msgid "Set %(service_name)s Password" +msgstr "" + +#: allianceauth/services/templates/services/service_password.html:19 +msgid "Set Password" +msgstr "" + +#: allianceauth/services/templates/services/services.html:5 +msgid "Services Management" +msgstr "" + +#: allianceauth/services/templates/services/services.html:10 +msgid "Available Services" +msgstr "" + +#: allianceauth/services/templates/services/services.html:15 +msgid "Service" +msgstr "" + +#: allianceauth/services/templates/services/services.html:17 +msgid "Domain" +msgstr "" + +#: allianceauth/srp/auth_hooks.py:12 +msgid "Ship Replacement" +msgstr "" + +#: allianceauth/srp/form.py:7 +#: allianceauth/srp/templates/srp/management.html:38 +msgid "Fleet Time" +msgstr "" + +#: allianceauth/srp/form.py:8 +#: allianceauth/srp/templates/srp/management.html:39 +msgid "Fleet Doctrine" +msgstr "" + +#: allianceauth/srp/form.py:12 allianceauth/srp/templates/srp/data.html:90 +msgid "Additional Info" +msgstr "" + +#: allianceauth/srp/form.py:14 +msgid "zKillboard Link" +msgstr "" + +#: allianceauth/srp/form.py:23 +msgid "Invalid Link. Please use zKillboard.com" +msgstr "無効なリンクです。zKillboardのリンクを使用してください。" + +#: allianceauth/srp/form.py:28 +msgid "After Action Report Link" +msgstr "" + +#: allianceauth/srp/templates/srp/add.html:6 +msgid "SRP Fleet Create" +msgstr "" + +#: allianceauth/srp/templates/srp/add.html:14 +#: allianceauth/srp/templates/srp/add.html:24 +msgid "Create SRP Fleet" +msgstr "" + +#: allianceauth/srp/templates/srp/add.html:27 +msgid "Give this link to the line members" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:49 +msgid "SRP Fleet Data" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:54 +msgid "Mark Incomplete" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:58 +msgid "Mark Completed" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:70 +#: allianceauth/srp/templates/srp/data.html:156 +msgid "Total Losses:" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:71 +#: allianceauth/srp/templates/srp/data.html:157 +#: allianceauth/srp/templates/srp/management.html:30 +msgid "Total ISK Cost:" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:79 +#: allianceauth/srp/templates/srp/data.html:165 +msgid "Are you sure you want to delete SRP requests?" +msgstr "SRP申請を削除しますか?" + +#: allianceauth/srp/templates/srp/data.html:88 +msgid "Pilot Name" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:89 +msgid "Killboard Link" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:91 +msgid "Ship Type" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:92 +msgid "Killboard Loss Amt" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:93 +msgid "SRP ISK Cost" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:94 +msgid "Click value to edit Enter to save & next ESC to cancel" +msgstr "" +"値を変更するためにクリックして入力してください。\n" +"Enter:値を適用、次を選択\n" +"ESC:キャンセル" + +#: allianceauth/srp/templates/srp/data.html:97 +msgid "Post Time" +msgstr "" + +#: allianceauth/srp/templates/srp/data.html:174 +msgid "No SRP requests for this fleet." +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:8 +msgid "Srp Management" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:14 +msgid "SRP Management" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:18 +msgid "View All" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:23 +msgid "Add SRP Fleet" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:41 +msgid "Fleet AAR" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:42 +msgid "Fleet SRP Code" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:43 +msgid "Fleet ISK Cost" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:44 +msgid "SRP Status" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:45 +msgid "Pending Requests" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:64 +msgid "Link" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:72 +msgid "Disabled" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:85 +msgid "Completed" +msgstr "" + +#: allianceauth/srp/templates/srp/management.html:103 +msgid "Are you sure you want to delete this SRP code and its contents?" +msgstr "SRPコードとその内容を削除してよろしいでしょうか。" + +#: allianceauth/srp/templates/srp/management.html:124 +msgid "No SRP fleets created." +msgstr "" + +#: allianceauth/srp/templates/srp/request.html:6 +msgid "SRP Request" +msgstr "" + +#: allianceauth/srp/templates/srp/request.html:11 +#: allianceauth/srp/templates/srp/request.html:20 +msgid "Create SRP Request" +msgstr "" + +#: allianceauth/srp/templates/srp/update.html:6 +#: allianceauth/srp/templates/srp/update.html:11 +#: allianceauth/srp/templates/srp/update.html:23 +msgid "Update AAR Link" +msgstr "" + +#: allianceauth/srp/templates/srp/update.html:17 +msgid "SRP Fleet Does Not Exist" +msgstr "" + +#: allianceauth/srp/views.py:85 +#, python-format +msgid "Created SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:103 +#, python-format +msgid "Removed SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:115 +#, python-format +msgid "Disabled SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:127 +#, python-format +msgid "Enabled SRP fleet %(fleetname)s." +msgstr "" + +#: allianceauth/srp/views.py:140 +#, python-format +msgid "Marked SRP fleet %(fleetname)s as completed." +msgstr "" + +#: allianceauth/srp/views.py:153 +#, python-format +msgid "Marked SRP fleet %(fleetname)s as incomplete." +msgstr "" + +#: allianceauth/srp/views.py:165 +#, python-format +msgid "Unable to locate SRP code with ID %(srpfleetid)s" +msgstr "" + +#: allianceauth/srp/views.py:175 +msgid "This Killboard link has already been posted." +msgstr "" + +#: allianceauth/srp/views.py:197 +msgid "" +"Your SRP request Killmail link is invalid. Please make sure you are using " +"zKillboard." +msgstr "" + +#: allianceauth/srp/views.py:208 +#, python-format +msgid "Submitted SRP request for your %(ship)s." +msgstr "" + +#: allianceauth/srp/views.py:213 +#, python-format +msgid "" +"Character %(charid)s does not belong to your Auth account. Please add the " +"API key for this character and try again" +msgstr "" + +#: allianceauth/srp/views.py:233 allianceauth/srp/views.py:259 +#: allianceauth/srp/views.py:297 +msgid "No SRP requests selected" +msgstr "" + +#: allianceauth/srp/views.py:244 allianceauth/srp/views.py:282 +msgid "Unable to locate selected SRP request." +msgstr "" + +#: allianceauth/srp/views.py:247 +#, python-format +msgid "Deleted %(numrequests)s SRP requests" +msgstr "" + +#: allianceauth/srp/views.py:285 +#, python-format +msgid "Approved %(numrequests)s SRP requests" +msgstr "" + +#: allianceauth/srp/views.py:317 +msgid "Unable to locate selected SRP request" +msgstr "" + +#: allianceauth/srp/views.py:320 +#, python-format +msgid "Rejected %(numrequests)s SRP requests." +msgstr "" + +#: allianceauth/srp/views.py:333 +#, python-format +msgid "Unable to locate SRP request with ID %(requestid)s" +msgstr "" + +#: allianceauth/srp/views.py:357 +#, python-format +msgid "Saved changes to SRP fleet %(fleetname)s" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:6 +msgid "Alliance Auth Notifications" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:14 +msgid "Closed" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:30 +msgid "Software Version" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:34 +msgid "Current" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:40 +msgid "Latest Stable" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:46 +msgid "Update available" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:51 +msgid "Latest Pre-Release" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:57 +msgid "Pre-Release available" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:65 +msgid "Task Queue" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:82 +msgid "Error retrieving task queue length" +msgstr "" + +#: allianceauth/templates/allianceauth/admin-status/overview.html:84 +#, python-format +msgid "%(tasks)s task" +msgid_plural "%(tasks)s tasks" +msgstr[0] "" + +#: allianceauth/templates/allianceauth/night-toggle.html:3 +msgid "Night" +msgstr "" + +#: allianceauth/templates/allianceauth/top-menu.html:36 +msgid "Admin" +msgstr "" + +#: allianceauth/templates/allianceauth/top-menu.html:38 +msgid "Logout" +msgstr "" + +#: allianceauth/templates/allianceauth/top-menu.html:40 +msgid "Login" +msgstr "" + +#: allianceauth/timerboard/form.py:53 +msgid "Other" +msgstr "" + +#: allianceauth/timerboard/form.py:54 +#: allianceauth/timerboard/templates/timerboard/view.html:58 +#: allianceauth/timerboard/templates/timerboard/view.html:220 +#: allianceauth/timerboard/templates/timerboard/view.html:388 +msgid "Friendly" +msgstr "" + +#: allianceauth/timerboard/form.py:55 +#: allianceauth/timerboard/templates/timerboard/view.html:53 +#: allianceauth/timerboard/templates/timerboard/view.html:215 +#: allianceauth/timerboard/templates/timerboard/view.html:383 +msgid "Hostile" +msgstr "" + +#: allianceauth/timerboard/form.py:56 +#: allianceauth/timerboard/templates/timerboard/view.html:63 +#: allianceauth/timerboard/templates/timerboard/view.html:225 +#: allianceauth/timerboard/templates/timerboard/view.html:393 +msgid "Neutral" +msgstr "" + +#: allianceauth/timerboard/form.py:58 +#: allianceauth/timerboard/templates/timerboard/view.html:32 +#: allianceauth/timerboard/templates/timerboard/view.html:194 +#: allianceauth/timerboard/templates/timerboard/view.html:362 +msgid "Details" +msgstr "" + +#: allianceauth/timerboard/form.py:60 +msgid "Planet/Moon" +msgstr "" + +#: allianceauth/timerboard/form.py:61 +msgid "Structure Type" +msgstr "" + +#: allianceauth/timerboard/form.py:62 +#: allianceauth/timerboard/templates/timerboard/view.html:33 +#: allianceauth/timerboard/templates/timerboard/view.html:195 +#: allianceauth/timerboard/templates/timerboard/view.html:363 +msgid "Objective" +msgstr "" + +#: allianceauth/timerboard/form.py:63 +msgid "Days Remaining" +msgstr "" + +#: allianceauth/timerboard/form.py:64 +msgid "Hours Remaining" +msgstr "" + +#: allianceauth/timerboard/form.py:66 +msgid "Minutes Remaining" +msgstr "" + +#: allianceauth/timerboard/form.py:68 +msgid "Important" +msgstr "" + +#: allianceauth/timerboard/form.py:69 +msgid "Corp-Restricted" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:11 +msgid "Delete Timer" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html:19 +#, python-format +msgid "Are you sure you want to delete timer \"%(object)s\"?" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/timer_create_form.html:5 +#: allianceauth/timerboard/templates/timerboard/timer_create_form.html:13 +msgid "Create Timer" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/timer_create_form.html:9 +#: allianceauth/timerboard/templates/timerboard/view.html:16 +msgid "Create Structure Timer" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/timer_update_form.html:5 +#: allianceauth/timerboard/templates/timerboard/timer_update_form.html:9 +#: allianceauth/timerboard/templates/timerboard/timer_update_form.html:13 +msgid "Update Structure Timer" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/view.html:7 +msgid "Structure Timer Management" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/view.html:12 +msgid "Structure Timers" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/view.html:28 +msgid "Corp Timers" +msgstr "" + +#: allianceauth/timerboard/templates/timerboard/view.html:35 +#: allianceauth/timerboard/templates/timerboard/view.html:197 +#: allianceauth/timerboard/templates/timerboard/view.html:365 +msgid "Structure" +msgstr "" + +#: allianceauth/timerboard/views.py:74 +#, python-format +msgid "Added new timer in %(system)s at %(time)s." +msgstr "" + +#: allianceauth/timerboard/views.py:83 +msgid "Saved changes to the timer." +msgstr "" diff --git a/allianceauth/locale/ko_KR/LC_MESSAGES/django.po b/allianceauth/locale/ko_KR/LC_MESSAGES/django.po index 0445121d..40a55030 100644 --- a/allianceauth/locale/ko_KR/LC_MESSAGES/django.po +++ b/allianceauth/locale/ko_KR/LC_MESSAGES/django.po @@ -5,8 +5,8 @@ # # Translators: # None None , 2020 -# Seowon Jung , 2020 # Olgeda Choi , 2020 +# Seowon Jung , 2020 # Lahty , 2020 # #, fuzzy @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-21 01:35+0000\n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" "PO-Revision-Date: 2020-02-18 03:14+0000\n" "Last-Translator: Lahty , 2020\n" "Language-Team: Korean (Korea) (https://www.transifex.com/alliance-auth/teams/107430/ko_KR/)\n" @@ -28,7 +28,7 @@ msgstr "" msgid "A main character is required to perform that action. Add one below." msgstr "해당 기능을 수행하려면 주 캐릭터가 요구됨. 아래에 하나를 추가하시오." -#: allianceauth/authentication/forms.py:6 +#: allianceauth/authentication/forms.py:5 msgid "Email" msgstr "이메일" @@ -163,21 +163,21 @@ msgstr "계정에 %(name)s를 추가하지 못했습니다. 이미 추가된 계 msgid "Unable to authenticate as the selected character." msgstr "선택한 캐릭터로 인증을 수행할 수 없음" -#: allianceauth/authentication/views.py:148 +#: allianceauth/authentication/views.py:146 msgid "Registration token has expired." msgstr "등록토큰 만료" -#: allianceauth/authentication/views.py:200 +#: allianceauth/authentication/views.py:201 msgid "" "Sent confirmation email. Please follow the link to confirm your email " "address." msgstr "확인 메일 전송됨. 다음 링크를 눌러 이메일 주소를 확인하세요." -#: allianceauth/authentication/views.py:205 +#: allianceauth/authentication/views.py:206 msgid "Confirmed your email address. Please login to continue." msgstr "이메일 주소가 확인되었습니다. 로그인 해주세요." -#: allianceauth/authentication/views.py:210 +#: allianceauth/authentication/views.py:211 msgid "Registraion of new accounts it not allowed at this time." msgstr "현재 새로운 계정 등록은 받지않습니다." @@ -811,7 +811,7 @@ msgstr "해당 그룹에 대한 참여신청이 보류되었습니다." #: allianceauth/hrapplications/templates/hrapplications/management.html:144 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 #: allianceauth/hrapplications/templates/hrapplications/view.html:20 -#: allianceauth/srp/templates/srp/data.html:128 +#: allianceauth/srp/templates/srp/data.html:134 #: allianceauth/srp/templates/srp/management.html:81 msgid "Pending" msgstr "보류 중" @@ -905,7 +905,7 @@ msgstr "활동" #: allianceauth/hrapplications/templates/hrapplications/management.html:147 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 #: allianceauth/hrapplications/templates/hrapplications/view.html:16 -#: allianceauth/srp/templates/srp/data.html:120 +#: allianceauth/srp/templates/srp/data.html:126 msgid "Approved" msgstr "승인" @@ -913,7 +913,7 @@ msgstr "승인" #: allianceauth/hrapplications/templates/hrapplications/management.html:104 #: allianceauth/hrapplications/templates/hrapplications/management.html:149 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 -#: allianceauth/srp/templates/srp/data.html:124 +#: allianceauth/srp/templates/srp/data.html:130 msgid "Rejected" msgstr "거절" @@ -1296,11 +1296,11 @@ msgstr "비밀번호" msgid "Password must be at least 8 characters long." msgstr "비밀번호는 8글자 이상이어야 합니다." -#: allianceauth/services/modules/discord/models.py:224 +#: allianceauth/services/modules/discord/models.py:225 msgid "Discord Account Disabled" msgstr "디스코드 계정 비활성화" -#: allianceauth/services/modules/discord/models.py:226 +#: allianceauth/services/modules/discord/models.py:227 msgid "" "Your Discord account was disabeled automatically by Auth. If you think this " "was a mistake, please contact an admin." @@ -1659,18 +1659,18 @@ msgid "Mark Completed" msgstr "표시 완료" #: allianceauth/srp/templates/srp/data.html:70 -#: allianceauth/srp/templates/srp/data.html:150 +#: allianceauth/srp/templates/srp/data.html:156 msgid "Total Losses:" msgstr "전체 손실:" #: allianceauth/srp/templates/srp/data.html:71 -#: allianceauth/srp/templates/srp/data.html:151 +#: allianceauth/srp/templates/srp/data.html:157 #: allianceauth/srp/templates/srp/management.html:30 msgid "Total ISK Cost:" msgstr "전체 ISK 비용:" #: allianceauth/srp/templates/srp/data.html:79 -#: allianceauth/srp/templates/srp/data.html:159 +#: allianceauth/srp/templates/srp/data.html:165 msgid "Are you sure you want to delete SRP requests?" msgstr "SRP 보상 요청을 삭제하시겠습니까?" @@ -1702,7 +1702,7 @@ msgstr "금액을 수정하려면 클릭, 저장을 하고 다음으로 가려 msgid "Post Time" msgstr "작성 시간" -#: allianceauth/srp/templates/srp/data.html:168 +#: allianceauth/srp/templates/srp/data.html:174 msgid "No SRP requests for this fleet." msgstr "이 플릿에는 SRP 보상 요청이 없습니다." diff --git a/allianceauth/locale/ru/LC_MESSAGES/django.po b/allianceauth/locale/ru/LC_MESSAGES/django.po index 65fbd34b..7d295509 100644 --- a/allianceauth/locale/ru/LC_MESSAGES/django.po +++ b/allianceauth/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-21 01:35+0000\n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" "PO-Revision-Date: 2020-02-18 03:14+0000\n" "Last-Translator: Alexander Gess , 2020\n" "Language-Team: Russian (https://www.transifex.com/alliance-auth/teams/107430/ru/)\n" @@ -25,7 +25,7 @@ msgstr "" msgid "A main character is required to perform that action. Add one below." msgstr "Необходимо указать основного персонажа. Добавим?" -#: allianceauth/authentication/forms.py:6 +#: allianceauth/authentication/forms.py:5 msgid "Email" msgstr "Email" @@ -163,21 +163,21 @@ msgstr "Персонаж %(name)s уже добавлен." msgid "Unable to authenticate as the selected character." msgstr "Невозможно авторизировать этого персонажа. " -#: allianceauth/authentication/views.py:148 +#: allianceauth/authentication/views.py:146 msgid "Registration token has expired." msgstr "Регистрационный токен просрочен." -#: allianceauth/authentication/views.py:200 +#: allianceauth/authentication/views.py:201 msgid "" "Sent confirmation email. Please follow the link to confirm your email " "address." msgstr "Отправить подтверждающее письмо. Пожалуйста, подтвердите почту. " -#: allianceauth/authentication/views.py:205 +#: allianceauth/authentication/views.py:206 msgid "Confirmed your email address. Please login to continue." msgstr "Подтвердите Ваш email адрес. Зайти для подтверждения. " -#: allianceauth/authentication/views.py:210 +#: allianceauth/authentication/views.py:211 msgid "Registraion of new accounts it not allowed at this time." msgstr "Регистрация нового аккаунта сейчас невозможна." @@ -821,7 +821,7 @@ msgstr "Вы уже подали заявку на вступление этой #: allianceauth/hrapplications/templates/hrapplications/management.html:144 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 #: allianceauth/hrapplications/templates/hrapplications/view.html:20 -#: allianceauth/srp/templates/srp/data.html:128 +#: allianceauth/srp/templates/srp/data.html:134 #: allianceauth/srp/templates/srp/management.html:81 msgid "Pending" msgstr "Ожидание" @@ -915,7 +915,7 @@ msgstr "Действия" #: allianceauth/hrapplications/templates/hrapplications/management.html:147 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 #: allianceauth/hrapplications/templates/hrapplications/view.html:16 -#: allianceauth/srp/templates/srp/data.html:120 +#: allianceauth/srp/templates/srp/data.html:126 msgid "Approved" msgstr "Проверено" @@ -923,7 +923,7 @@ msgstr "Проверено" #: allianceauth/hrapplications/templates/hrapplications/management.html:104 #: allianceauth/hrapplications/templates/hrapplications/management.html:149 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 -#: allianceauth/srp/templates/srp/data.html:124 +#: allianceauth/srp/templates/srp/data.html:130 msgid "Rejected" msgstr "Отменено " @@ -1306,11 +1306,11 @@ msgstr "Пароль" msgid "Password must be at least 8 characters long." msgstr "Пароль должен быть не менее 8 символов." -#: allianceauth/services/modules/discord/models.py:224 +#: allianceauth/services/modules/discord/models.py:225 msgid "Discord Account Disabled" msgstr "Discord персонаж отключен" -#: allianceauth/services/modules/discord/models.py:226 +#: allianceauth/services/modules/discord/models.py:227 msgid "" "Your Discord account was disabeled automatically by Auth. If you think this " "was a mistake, please contact an admin." @@ -1679,18 +1679,18 @@ msgid "Mark Completed" msgstr "Пометить законченным" #: allianceauth/srp/templates/srp/data.html:70 -#: allianceauth/srp/templates/srp/data.html:150 +#: allianceauth/srp/templates/srp/data.html:156 msgid "Total Losses:" msgstr "Суммарные потери:" #: allianceauth/srp/templates/srp/data.html:71 -#: allianceauth/srp/templates/srp/data.html:151 +#: allianceauth/srp/templates/srp/data.html:157 #: allianceauth/srp/templates/srp/management.html:30 msgid "Total ISK Cost:" msgstr "Оценочная стоимость (ISK):" #: allianceauth/srp/templates/srp/data.html:79 -#: allianceauth/srp/templates/srp/data.html:159 +#: allianceauth/srp/templates/srp/data.html:165 msgid "Are you sure you want to delete SRP requests?" msgstr "Вы уверенны что хотите удалить запрос на SRP?" @@ -1722,7 +1722,7 @@ msgstr "Нажмите на значение для редактирования msgid "Post Time" msgstr "Опубликованно" -#: allianceauth/srp/templates/srp/data.html:168 +#: allianceauth/srp/templates/srp/data.html:174 msgid "No SRP requests for this fleet." msgstr "SRP запросы отсутствуют" diff --git a/allianceauth/locale/zh_Hans/LC_MESSAGES/django.mo b/allianceauth/locale/zh_Hans/LC_MESSAGES/django.mo index f859f896..10690700 100644 Binary files a/allianceauth/locale/zh_Hans/LC_MESSAGES/django.mo and b/allianceauth/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/allianceauth/locale/zh_Hans/LC_MESSAGES/django.po b/allianceauth/locale/zh_Hans/LC_MESSAGES/django.po index 235734cd..888a574d 100644 --- a/allianceauth/locale/zh_Hans/LC_MESSAGES/django.po +++ b/allianceauth/locale/zh_Hans/LC_MESSAGES/django.po @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Joel Falknau , 2020 # Jesse . , 2020 # Aaron BuBu <351793078@qq.com>, 2020 +# Joel Falknau , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-21 01:35+0000\n" +"POT-Creation-Date: 2020-10-11 03:43+0000\n" "PO-Revision-Date: 2020-02-18 03:14+0000\n" -"Last-Translator: Aaron BuBu <351793078@qq.com>, 2020\n" +"Last-Translator: Joel Falknau , 2020\n" "Language-Team: Chinese Simplified (https://www.transifex.com/alliance-auth/teams/107430/zh-Hans/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +27,7 @@ msgstr "" msgid "A main character is required to perform that action. Add one below." msgstr "只有主要角色才能执行这个操作。在下面添加一个" -#: allianceauth/authentication/forms.py:6 +#: allianceauth/authentication/forms.py:5 msgid "Email" msgstr "电子邮箱" @@ -159,21 +159,21 @@ msgstr "添加%(name)s到您的账户失败:他们已经在一个账户中了" msgid "Unable to authenticate as the selected character." msgstr "无法作为选定的角色进行身份验证" -#: allianceauth/authentication/views.py:148 +#: allianceauth/authentication/views.py:146 msgid "Registration token has expired." msgstr "注册令牌过期。" -#: allianceauth/authentication/views.py:200 +#: allianceauth/authentication/views.py:201 msgid "" "Sent confirmation email. Please follow the link to confirm your email " "address." msgstr "已经发送了确认邮件。请按照链接确定您的电邮地址" -#: allianceauth/authentication/views.py:205 +#: allianceauth/authentication/views.py:206 msgid "Confirmed your email address. Please login to continue." msgstr "已确认您的电邮地址。请登录以继续" -#: allianceauth/authentication/views.py:210 +#: allianceauth/authentication/views.py:211 msgid "Registraion of new accounts it not allowed at this time." msgstr "现在不允许注册新账户。" @@ -807,7 +807,7 @@ msgstr "你已经有了该组的未决申请" #: allianceauth/hrapplications/templates/hrapplications/management.html:144 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:38 #: allianceauth/hrapplications/templates/hrapplications/view.html:20 -#: allianceauth/srp/templates/srp/data.html:128 +#: allianceauth/srp/templates/srp/data.html:134 #: allianceauth/srp/templates/srp/management.html:81 msgid "Pending" msgstr "待定" @@ -901,7 +901,7 @@ msgstr "操作" #: allianceauth/hrapplications/templates/hrapplications/management.html:147 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:40 #: allianceauth/hrapplications/templates/hrapplications/view.html:16 -#: allianceauth/srp/templates/srp/data.html:120 +#: allianceauth/srp/templates/srp/data.html:126 msgid "Approved" msgstr "通过" @@ -909,7 +909,7 @@ msgstr "通过" #: allianceauth/hrapplications/templates/hrapplications/management.html:104 #: allianceauth/hrapplications/templates/hrapplications/management.html:149 #: allianceauth/hrapplications/templates/hrapplications/searchview.html:42 -#: allianceauth/srp/templates/srp/data.html:124 +#: allianceauth/srp/templates/srp/data.html:130 msgid "Rejected" msgstr "拒绝" @@ -1292,11 +1292,11 @@ msgstr "密码" msgid "Password must be at least 8 characters long." msgstr "密码至少要有8个字符啊,你也太不注重安全啦" -#: allianceauth/services/modules/discord/models.py:224 +#: allianceauth/services/modules/discord/models.py:225 msgid "Discord Account Disabled" msgstr "" -#: allianceauth/services/modules/discord/models.py:226 +#: allianceauth/services/modules/discord/models.py:227 msgid "" "Your Discord account was disabeled automatically by Auth. If you think this " "was a mistake, please contact an admin." @@ -1655,18 +1655,18 @@ msgid "Mark Completed" msgstr "标记为已完成" #: allianceauth/srp/templates/srp/data.html:70 -#: allianceauth/srp/templates/srp/data.html:150 +#: allianceauth/srp/templates/srp/data.html:156 msgid "Total Losses:" msgstr "损失总额:" #: allianceauth/srp/templates/srp/data.html:71 -#: allianceauth/srp/templates/srp/data.html:151 +#: allianceauth/srp/templates/srp/data.html:157 #: allianceauth/srp/templates/srp/management.html:30 msgid "Total ISK Cost:" msgstr "ISK花费总额:" #: allianceauth/srp/templates/srp/data.html:79 -#: allianceauth/srp/templates/srp/data.html:159 +#: allianceauth/srp/templates/srp/data.html:165 msgid "Are you sure you want to delete SRP requests?" msgstr "老哥,你确定要删了补损请求么?" @@ -1698,7 +1698,7 @@ msgstr "点击数值就可以编辑啦,按回车确认,按ESC取消" msgid "Post Time" msgstr "发布时间" -#: allianceauth/srp/templates/srp/data.html:168 +#: allianceauth/srp/templates/srp/data.html:174 msgid "No SRP requests for this fleet." msgstr "这次起队没有补损请求!大捷" diff --git a/allianceauth/project_template/project_name/settings/base.py b/allianceauth/project_template/project_name/settings/base.py index 97a0bc3e..0057905c 100644 --- a/allianceauth/project_template/project_name/settings/base.py +++ b/allianceauth/project_template/project_name/settings/base.py @@ -64,12 +64,12 @@ BASE_DIR = os.path.dirname(PROJECT_DIR) MIDDLEWARE = [ 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', - 'django.middleware.locale.LocaleMiddleware', ] ROOT_URLCONF = 'allianceauth.urls' @@ -86,6 +86,8 @@ LANGUAGES = ( ('zh-hans', ugettext('Chinese Simplified')), ('ru', ugettext('Russian')), ('ko', ugettext('Korean')), + ('fr', ugettext('French')), + ('ja', ugettext('Japanese')), ) TEMPLATES = [ @@ -138,6 +140,8 @@ AUTHENTICATION_BACKENDS = ['allianceauth.authentication.backends.StateBackend', LANGUAGE_CODE = 'en-us' +LANGUAGE_COOKIE_AGE = 1209600 + TIME_ZONE = 'UTC' USE_I18N = True diff --git a/allianceauth/services/modules/discord/models.py b/allianceauth/services/modules/discord/models.py index 8c75bb93..db14f2c8 100644 --- a/allianceauth/services/modules/discord/models.py +++ b/allianceauth/services/modules/discord/models.py @@ -224,7 +224,7 @@ class DiscordUser(models.Model): user=_user, title=gettext_lazy('Discord Account Disabled'), message=gettext_lazy( - 'Your Discord account was disabeled automatically ' + 'Your Discord account was disabled automatically ' 'by Auth. If you think this was a mistake, ' 'please contact an admin.' ),