mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 06:36:19 +01:00
Compare commits
87 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
588cb1b7ca | ||
|
|
a609faa91b | ||
|
|
856e939c21 | ||
|
|
1b6cf98885 | ||
|
|
92c2af9975 | ||
|
|
5ef70bb031 | ||
|
|
60998bffc2 | ||
|
|
a5971314f5 | ||
|
|
a03c766840 | ||
|
|
ad47ff2c54 | ||
|
|
3efdb8f12b | ||
|
|
823fc82d19 | ||
|
|
a93e510895 | ||
|
|
d99f5858d8 | ||
|
|
4578ecf21d | ||
|
|
b737504d52 | ||
|
|
c6b6443901 | ||
|
|
f51523dc07 | ||
|
|
bd4dd60c98 | ||
|
|
a4ea48e14e | ||
|
|
646d3f5408 | ||
|
|
0f057ffa84 | ||
|
|
7033406ba6 | ||
|
|
6b395ca1d4 | ||
|
|
795a7e006f | ||
|
|
2a894cd62c | ||
|
|
9ada26e849 | ||
|
|
7120b3956c | ||
|
|
4da67cfaf6 | ||
|
|
0a940810bd | ||
|
|
a868438492 | ||
|
|
dc1ed8c570 | ||
|
|
8489f204dd | ||
|
|
1478588016 | ||
|
|
a16eb4b7f7 | ||
|
|
292fb7b29d | ||
|
|
c6890dd2c6 | ||
|
|
702564d15e | ||
|
|
cef2e86ea1 | ||
|
|
50681b023b | ||
|
|
2822775fb8 | ||
|
|
ef7c8be7b5 | ||
|
|
d639617eba | ||
|
|
2125192f72 | ||
|
|
8d63801b00 | ||
|
|
e053fb7d96 | ||
|
|
ae7ed5c297 | ||
|
|
d624ba4427 | ||
|
|
164cd4fbb2 | ||
|
|
94b52c850e | ||
|
|
4d19ceb388 | ||
|
|
9a64728311 | ||
|
|
dcc0c78daf | ||
|
|
5507c30af4 | ||
|
|
66b97835d4 | ||
|
|
fd66a7cb20 | ||
|
|
c0f0f8db73 | ||
|
|
4210b2eabc | ||
|
|
225e68647e | ||
|
|
7e2f864ebf | ||
|
|
f2384ba45b | ||
|
|
c5918b9b3c | ||
|
|
ffedc4103d | ||
|
|
0467b23a1a | ||
|
|
cda5ce739f | ||
|
|
e5c8426ea3 | ||
|
|
b2bd489ddc | ||
|
|
6397cf358a | ||
|
|
90fcc4a811 | ||
|
|
ec7472fe22 | ||
|
|
5148b1914d | ||
|
|
2e0716f5ae | ||
|
|
1fb091acb2 | ||
|
|
07c62ed32a | ||
|
|
660fe79d08 | ||
|
|
42ee06470c | ||
|
|
69aaa9652f | ||
|
|
1ccfff50e5 | ||
|
|
57a39557fd | ||
|
|
c36dea08e3 | ||
|
|
d3acd821b7 | ||
|
|
0a17427169 | ||
|
|
ce8935e621 | ||
|
|
efff946a56 | ||
|
|
1dea92ed76 | ||
|
|
3f54d49d8b | ||
|
|
77da6928b2 |
@@ -33,9 +33,9 @@ repos:
|
|||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
# Python checks
|
# Python checks
|
||||||
# - id: check-docstring-first
|
# - id: check-docstring-first
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
# - id: requirements-txt-fixer
|
# - id: requirements-txt-fixer
|
||||||
- id: fix-encoding-pragma
|
- id: fix-encoding-pragma
|
||||||
args: [--remove]
|
args: [--remove]
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
@@ -50,7 +50,8 @@ repos:
|
|||||||
\.min\.js|
|
\.min\.js|
|
||||||
\.po|
|
\.po|
|
||||||
\.mo|
|
\.mo|
|
||||||
swagger\.json
|
swagger\.json|
|
||||||
|
static/(.*)/libs/
|
||||||
)
|
)
|
||||||
- id: check-executables-have-shebangs
|
- id: check-executables-have-shebangs
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
@@ -60,7 +61,8 @@ repos:
|
|||||||
\.min\.js|
|
\.min\.js|
|
||||||
\.po|
|
\.po|
|
||||||
\.mo|
|
\.mo|
|
||||||
swagger\.json
|
swagger\.json|
|
||||||
|
static/(.*)/libs/
|
||||||
)
|
)
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
rev: 2.7.3
|
rev: 2.7.3
|
||||||
@@ -72,7 +74,8 @@ repos:
|
|||||||
allianceauth\/static\/allianceauth\/css\/themes\/bootstrap-locals.less|
|
allianceauth\/static\/allianceauth\/css\/themes\/bootstrap-locals.less|
|
||||||
\.po|
|
\.po|
|
||||||
\.mo|
|
\.mo|
|
||||||
swagger\.json
|
swagger\.json|
|
||||||
|
static/(.*)/libs/
|
||||||
)
|
)
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.41.0
|
rev: v0.41.0
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://pypi.org/project/allianceauth/)
|
[](https://pypi.org/project/allianceauth/)
|
||||||
[](https://pypi.org/project/allianceauth/)
|
[](https://pypi.org/project/allianceauth/)
|
||||||
[](https://gitlab.com/allianceauth/allianceauth/commits/master)
|
[](https://gitlab.com/allianceauth/allianceauth/commits/master)
|
||||||
[](http://allianceauth.readthedocs.io/?badge=latest)
|
[](https://allianceauth.readthedocs.io/?badge=latest)
|
||||||
[](https://gitlab.com/allianceauth/allianceauth/commits/master)
|
[](https://gitlab.com/allianceauth/allianceauth/commits/master)
|
||||||
[](https://discord.gg/fjnHAmk)
|
[](https://discord.gg/fjnHAmk)
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ An auth system for EVE Online to help in-game organizations manage online servic
|
|||||||
## Content
|
## Content
|
||||||
|
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [Documentation](http://allianceauth.rtfd.io)
|
- [Documentation](https://allianceauth.rtfd.io)
|
||||||
- [Support](#support)
|
- [Support](#support)
|
||||||
- [Release Notes](https://gitlab.com/allianceauth/allianceauth/-/releases)
|
- [Release Notes](https://gitlab.com/allianceauth/allianceauth/-/releases)
|
||||||
- [Developer Team](#development-team)
|
- [Developer Team](#development-team)
|
||||||
@@ -38,7 +38,7 @@ Main features:
|
|||||||
|
|
||||||
- English :flag_gb:, Chinese :flag_cn:, German :flag_de:, Spanish :flag_es:, Korean :flag_kr:, Russian :flag_ru:, Italian :flag_it:, French :flag_fr:, Japanese :flag_jp: and Ukrainian :flag_ua: Localization
|
- English :flag_gb:, Chinese :flag_cn:, German :flag_de:, Spanish :flag_es:, Korean :flag_kr:, Russian :flag_ru:, Italian :flag_it:, French :flag_fr:, Japanese :flag_jp: and Ukrainian :flag_ua: Localization
|
||||||
|
|
||||||
For further details about AA - including an installation guide and a full list of included services and plugin apps - please see the [official documentation](http://allianceauth.rtfd.io).
|
For further details about AA - including an installation guide and a full list of included services and plugin apps - please see the [official documentation](https://allianceauth.rtfd.io).
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ manage online service access.
|
|||||||
# This will make sure the app is always imported when
|
# This will make sure the app is always imported when
|
||||||
# Django starts so that shared_task will use this app.
|
# Django starts so that shared_task will use this app.
|
||||||
|
|
||||||
__version__ = '4.3.0'
|
__version__ = '4.6.0'
|
||||||
__title__ = 'Alliance Auth'
|
__title__ = 'Alliance Auth'
|
||||||
__url__ = 'https://gitlab.com/allianceauth/allianceauth'
|
__url__ = 'https://gitlab.com/allianceauth/allianceauth'
|
||||||
NAME = f'{__title__} v{__version__}'
|
NAME = f'{__title__} v{__version__}'
|
||||||
|
|||||||
@@ -1,15 +1,16 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
from .models import AnalyticsIdentifier, AnalyticsTokens
|
from .models import AnalyticsIdentifier, AnalyticsTokens
|
||||||
|
from solo.admin import SingletonModelAdmin
|
||||||
|
|
||||||
|
|
||||||
@admin.register(AnalyticsIdentifier)
|
@admin.register(AnalyticsIdentifier)
|
||||||
class AnalyticsIdentifierAdmin(admin.ModelAdmin):
|
class AnalyticsIdentifierAdmin(SingletonModelAdmin):
|
||||||
search_fields = ['identifier', ]
|
search_fields = ['identifier', ]
|
||||||
list_display = ('identifier',)
|
list_display = ['identifier', ]
|
||||||
|
|
||||||
|
|
||||||
@admin.register(AnalyticsTokens)
|
@admin.register(AnalyticsTokens)
|
||||||
class AnalyticsTokensAdmin(admin.ModelAdmin):
|
class AnalyticsTokensAdmin(admin.ModelAdmin):
|
||||||
search_fields = ['name', ]
|
search_fields = ['name', ]
|
||||||
list_display = ('name', 'type',)
|
list_display = ['name', 'type', ]
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 4.2.16 on 2024-12-11 02:17
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('analytics', '0009_remove_analyticstokens_ignore_paths_and_more'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='analyticsidentifier',
|
||||||
|
options={'verbose_name': 'Analytics Identifier'},
|
||||||
|
),
|
||||||
|
]
|
||||||
@@ -1,23 +1,19 @@
|
|||||||
|
from typing import Literal
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.core.exceptions import ValidationError
|
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
|
from solo.models import SingletonModel
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
|
|
||||||
class AnalyticsIdentifier(models.Model):
|
class AnalyticsIdentifier(SingletonModel):
|
||||||
|
|
||||||
identifier = models.UUIDField(
|
identifier = models.UUIDField(default=uuid4, editable=False)
|
||||||
default=uuid4,
|
|
||||||
editable=False)
|
|
||||||
|
|
||||||
def save(self, *args, **kwargs):
|
def __str__(self) -> Literal['Analytics Identifier']:
|
||||||
if not self.pk and AnalyticsIdentifier.objects.exists():
|
return "Analytics Identifier"
|
||||||
# Force a single object
|
|
||||||
raise ValidationError('There is can be only one \
|
class Meta:
|
||||||
AnalyticsIdentifier instance')
|
verbose_name = "Analytics Identifier"
|
||||||
self.pk = self.id = 1 # If this happens to be deleted and recreated, force it to be 1
|
|
||||||
return super().save(*args, **kwargs)
|
|
||||||
|
|
||||||
|
|
||||||
class AnalyticsTokens(models.Model):
|
class AnalyticsTokens(models.Model):
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ from django.apps import apps
|
|||||||
from celery import shared_task
|
from celery import shared_task
|
||||||
from .models import AnalyticsTokens, AnalyticsIdentifier
|
from .models import AnalyticsTokens, AnalyticsIdentifier
|
||||||
from .utils import (
|
from .utils import (
|
||||||
|
existence_baremetal_or_docker,
|
||||||
install_stat_addons,
|
install_stat_addons,
|
||||||
install_stat_tokens,
|
install_stat_tokens,
|
||||||
install_stat_users)
|
install_stat_users)
|
||||||
@@ -67,8 +68,8 @@ def analytics_event(namespace: str,
|
|||||||
value=value).apply_async(priority=9)
|
value=value).apply_async(priority=9)
|
||||||
|
|
||||||
|
|
||||||
@shared_task()
|
@shared_task
|
||||||
def analytics_daily_stats():
|
def analytics_daily_stats() -> None:
|
||||||
"""Celery Task: Do not call directly
|
"""Celery Task: Do not call directly
|
||||||
|
|
||||||
Gathers a series of daily statistics
|
Gathers a series of daily statistics
|
||||||
@@ -77,6 +78,7 @@ def analytics_daily_stats():
|
|||||||
users = install_stat_users()
|
users = install_stat_users()
|
||||||
tokens = install_stat_tokens()
|
tokens = install_stat_tokens()
|
||||||
addons = install_stat_addons()
|
addons = install_stat_addons()
|
||||||
|
existence_type = existence_baremetal_or_docker()
|
||||||
logger.debug("Running Daily Analytics Upload")
|
logger.debug("Running Daily Analytics Upload")
|
||||||
|
|
||||||
analytics_event(namespace='allianceauth.analytics',
|
analytics_event(namespace='allianceauth.analytics',
|
||||||
@@ -84,6 +86,11 @@ def analytics_daily_stats():
|
|||||||
label='existence',
|
label='existence',
|
||||||
value=1,
|
value=1,
|
||||||
event_type='Stats')
|
event_type='Stats')
|
||||||
|
analytics_event(namespace='allianceauth.analytics',
|
||||||
|
task='send_install_stats',
|
||||||
|
label=existence_type,
|
||||||
|
value=1,
|
||||||
|
event_type='Stats')
|
||||||
analytics_event(namespace='allianceauth.analytics',
|
analytics_event(namespace='allianceauth.analytics',
|
||||||
task='send_install_stats',
|
task='send_install_stats',
|
||||||
label='users',
|
label='users',
|
||||||
@@ -99,7 +106,6 @@ def analytics_daily_stats():
|
|||||||
label='addons',
|
label='addons',
|
||||||
value=addons,
|
value=addons,
|
||||||
event_type='Stats')
|
event_type='Stats')
|
||||||
|
|
||||||
for appconfig in apps.get_app_configs():
|
for appconfig in apps.get_app_configs():
|
||||||
if appconfig.label in [
|
if appconfig.label in [
|
||||||
"django_celery_beat",
|
"django_celery_beat",
|
||||||
@@ -135,7 +141,7 @@ def analytics_daily_stats():
|
|||||||
event_type='Stats')
|
event_type='Stats')
|
||||||
|
|
||||||
|
|
||||||
@shared_task()
|
@shared_task
|
||||||
def send_ga_tracking_celery_event(
|
def send_ga_tracking_celery_event(
|
||||||
measurement_id: str,
|
measurement_id: str,
|
||||||
secret: str,
|
secret: str,
|
||||||
@@ -165,7 +171,7 @@ def send_ga_tracking_celery_event(
|
|||||||
}
|
}
|
||||||
|
|
||||||
payload = {
|
payload = {
|
||||||
'client_id': AnalyticsIdentifier.objects.get(id=1).identifier.hex,
|
'client_id': AnalyticsIdentifier.get_solo().identifier.hex,
|
||||||
"user_properties": {
|
"user_properties": {
|
||||||
"allianceauth_version": {
|
"allianceauth_version": {
|
||||||
"value": __version__
|
"value": __version__
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
from allianceauth.analytics.models import AnalyticsIdentifier
|
from allianceauth.analytics.models import AnalyticsIdentifier
|
||||||
from django.core.exceptions import ValidationError
|
|
||||||
|
|
||||||
from django.test.testcases import TestCase
|
from django.test.testcases import TestCase
|
||||||
|
|
||||||
from uuid import UUID, uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
|
|
||||||
# Identifiers
|
# Identifiers
|
||||||
@@ -14,14 +13,4 @@ uuid_2 = "7aa6bd70701f44729af5e3095ff4b55c"
|
|||||||
class TestAnalyticsIdentifier(TestCase):
|
class TestAnalyticsIdentifier(TestCase):
|
||||||
|
|
||||||
def test_identifier_random(self):
|
def test_identifier_random(self):
|
||||||
self.assertNotEqual(AnalyticsIdentifier.objects.get(), uuid4)
|
self.assertNotEqual(AnalyticsIdentifier.get_solo(), uuid4)
|
||||||
|
|
||||||
def test_identifier_singular(self):
|
|
||||||
AnalyticsIdentifier.objects.all().delete()
|
|
||||||
AnalyticsIdentifier.objects.create(identifier=uuid_1)
|
|
||||||
# Yeah i have multiple asserts here, they all do the same thing
|
|
||||||
with self.assertRaises(ValidationError):
|
|
||||||
AnalyticsIdentifier.objects.create(identifier=uuid_2)
|
|
||||||
self.assertEqual(AnalyticsIdentifier.objects.count(), 1)
|
|
||||||
self.assertEqual(AnalyticsIdentifier.objects.get(
|
|
||||||
pk=1).identifier, UUID(uuid_1))
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import os
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from allianceauth.authentication.models import User
|
from allianceauth.authentication.models import User
|
||||||
from esi.models import Token
|
from esi.models import Token
|
||||||
@@ -34,3 +35,16 @@ def install_stat_addons() -> int:
|
|||||||
The Number of Installed Apps"""
|
The Number of Installed Apps"""
|
||||||
addons = len(list(apps.get_app_configs()))
|
addons = len(list(apps.get_app_configs()))
|
||||||
return addons
|
return addons
|
||||||
|
|
||||||
|
|
||||||
|
def existence_baremetal_or_docker() -> str:
|
||||||
|
"""Checks the Installation Type of an install
|
||||||
|
|
||||||
|
Returns
|
||||||
|
-------
|
||||||
|
str
|
||||||
|
existence_baremetal or existence_docker"""
|
||||||
|
docker_tag = os.getenv('AA_DOCKER_TAG')
|
||||||
|
if docker_tag:
|
||||||
|
return "existence_docker"
|
||||||
|
return "existence_baremetal"
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
from django.core.checks import Warning, Error, register
|
|
||||||
|
|
||||||
|
|
||||||
class AllianceAuthConfig(AppConfig):
|
class AllianceAuthConfig(AppConfig):
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.2 on 2024-09-13 09:46
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('authentication', '0023_alter_userprofile_language'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='userprofile',
|
||||||
|
name='language',
|
||||||
|
field=models.CharField(blank=True, choices=[('en', 'English'), ('cs-cz', 'Czech'), ('de', 'German'), ('es', 'Spanish'), ('it-it', 'Italian'), ('ja', 'Japanese'), ('ko-kr', 'Korean'), ('fr-fr', 'French'), ('ru', 'Russian'), ('nl-nl', 'Dutch'), ('pl-pl', 'Polish'), ('uk', 'Ukrainian'), ('zh-hans', 'Simplified Chinese')], default='', max_length=10, verbose_name='Language'),
|
||||||
|
),
|
||||||
|
]
|
||||||
@@ -67,18 +67,20 @@ class UserProfile(models.Model):
|
|||||||
"""
|
"""
|
||||||
Choices for UserProfile.language
|
Choices for UserProfile.language
|
||||||
"""
|
"""
|
||||||
|
# Sorted by Language Code alphabetical order + English at top
|
||||||
ENGLISH = 'en', _('English')
|
ENGLISH = 'en', _('English')
|
||||||
|
CZECH = 'cs-cz', _("Czech") # Not yet at 50% translated
|
||||||
GERMAN = 'de', _('German')
|
GERMAN = 'de', _('German')
|
||||||
SPANISH = 'es', _('Spanish')
|
SPANISH = 'es', _('Spanish')
|
||||||
CHINESE = 'zh-hans', _('Chinese Simplified')
|
ITALIAN = 'it-it', _('Italian')
|
||||||
RUSSIAN = 'ru', _('Russian')
|
|
||||||
KOREAN = 'ko', _('Korean')
|
|
||||||
FRENCH = 'fr', _('French')
|
|
||||||
JAPANESE = 'ja', _('Japanese')
|
JAPANESE = 'ja', _('Japanese')
|
||||||
ITALIAN = 'it', _('Italian')
|
KOREAN = 'ko-kr', _('Korean')
|
||||||
|
FRENCH = 'fr-fr', _('French')
|
||||||
|
RUSSIAN = 'ru', _('Russian')
|
||||||
|
DUTCH = 'nl-nl', _("Dutch")
|
||||||
|
POLISH = 'pl-pl', _("Polish")
|
||||||
UKRAINIAN = 'uk', _('Ukrainian')
|
UKRAINIAN = 'uk', _('Ukrainian')
|
||||||
POLISH = 'pl', _("Polish")
|
CHINESE = 'zh-hans', _('Simplified Chinese')
|
||||||
|
|
||||||
user = models.OneToOneField(
|
user = models.OneToOneField(
|
||||||
User,
|
User,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
@@ -50,20 +51,23 @@
|
|||||||
{% block extra_javascript %}
|
{% block extra_javascript %}
|
||||||
{% include "bundles/datatables-js-bs5.html" %}
|
{% include "bundles/datatables-js-bs5.html" %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
let grp = 2;
|
let grp = 2;
|
||||||
|
|
||||||
const table = $('#table_tokens').DataTable({
|
$('#table_tokens').DataTable({
|
||||||
|
"language": {"url": '{{ DT_LANG_PATH }}'},
|
||||||
'columnDefs': [{orderable: false, targets: [0, 1]}, {
|
'columnDefs': [{orderable: false, targets: [0, 1]}, {
|
||||||
'visible': false,
|
'visible': false,
|
||||||
'targets': grp
|
'targets': grp
|
||||||
}],
|
}],
|
||||||
'order': [[grp, 'asc']],
|
'order': [[grp, 'asc']],
|
||||||
'drawCallback': function (settings) {
|
'drawCallback': function (settings) {
|
||||||
var api = this.api();
|
const api = this.api();
|
||||||
var rows = api.rows({page: 'current'}).nodes();
|
const rows = api.rows({page: 'current'}).nodes();
|
||||||
var last = null;
|
let last = null;
|
||||||
api.column(grp, {page: 'current'})
|
api.column(grp, {page: 'current'})
|
||||||
.data()
|
.data()
|
||||||
.each((group, i) => {
|
.each((group, i) => {
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
<select class="form-select" onchange="this.form.submit()" class="form-control" id="lang-select" name="language">
|
<select class="form-select" onchange="this.form.submit()" class="form-control" id="lang-select" name="language">
|
||||||
{% get_language_info_list for LANGUAGES as languages %}
|
{% get_available_languages as LANGUAGES %}
|
||||||
|
|
||||||
{% for language in languages %}
|
{% for lang_code, lang_name in LANGUAGES %}
|
||||||
<option lang="{{ language.code }}" value="{{ language.code }}"{% if language.code == LANGUAGE_CODE %} selected="selected"{% endif %}>
|
<option lang="{{ lang_code }}" value="{{ lang_code }}"{% if lang_code == LANGUAGE_CODE %} selected{% endif %}>
|
||||||
{{ language.name_local|capfirst }} ({{ language.code }})
|
{{ lang_code|language_name_local|capfirst }} ({{ lang_code }})
|
||||||
</option>
|
</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends 'corputils/base.html' %}
|
{% extends 'corputils/base.html' %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
@@ -238,9 +239,12 @@
|
|||||||
{% block extra_javascript %}
|
{% block extra_javascript %}
|
||||||
{% include 'bundles/datatables-js-bs5.html' %}
|
{% include 'bundles/datatables-js-bs5.html' %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$('#table-mains').DataTable({
|
$('#table-mains').DataTable({
|
||||||
|
"language": {"url": '{{ DT_LANG_PATH }}'},
|
||||||
"columnDefs": [
|
"columnDefs": [
|
||||||
{ "sortable": false, "targets": [1] },
|
{ "sortable": false, "targets": [1] },
|
||||||
],
|
],
|
||||||
@@ -249,6 +253,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#table-members').DataTable({
|
$('#table-members').DataTable({
|
||||||
|
"language": {"url": '{{ DT_LANG_PATH }}'},
|
||||||
"columnDefs": [
|
"columnDefs": [
|
||||||
{ "searchable": false, "targets": [0, 2] },
|
{ "searchable": false, "targets": [0, 2] },
|
||||||
{ "sortable": false, "targets": [0, 2] },
|
{ "sortable": false, "targets": [0, 2] },
|
||||||
@@ -259,6 +264,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#table-unregistered').DataTable({
|
$('#table-unregistered').DataTable({
|
||||||
|
"language": {"url": '{{ DT_LANG_PATH }}'},
|
||||||
"columnDefs": [
|
"columnDefs": [
|
||||||
{ "searchable": false, "targets": [0, 2] },
|
{ "searchable": false, "targets": [0, 2] },
|
||||||
{ "sortable": false, "targets": [0, 2] },
|
{ "sortable": false, "targets": [0, 2] },
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends "corputils/base.html" %}
|
{% extends "corputils/base.html" %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block member_data %}
|
{% block member_data %}
|
||||||
@@ -42,9 +43,12 @@
|
|||||||
{% block extra_javascript %}
|
{% block extra_javascript %}
|
||||||
{% include 'bundles/datatables-js-bs5.html' %}
|
{% include 'bundles/datatables-js-bs5.html' %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$('#table-search').DataTable({
|
$('#table-search').DataTable({
|
||||||
|
"language": {"url": '{{ DT_LANG_PATH }}'},
|
||||||
"stateSave": true,
|
"stateSave": true,
|
||||||
"stateDuration": 0
|
"stateDuration": 0
|
||||||
});
|
});
|
||||||
|
|||||||
3
allianceauth/crontab/__init__.py
Normal file
3
allianceauth/crontab/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
"""
|
||||||
|
Alliance Auth Crontab Utilities
|
||||||
|
"""
|
||||||
14
allianceauth/crontab/apps.py
Normal file
14
allianceauth/crontab/apps.py
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
"""
|
||||||
|
Crontab App Config
|
||||||
|
"""
|
||||||
|
|
||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class CrontabConfig(AppConfig):
|
||||||
|
"""
|
||||||
|
Crontab App Config
|
||||||
|
"""
|
||||||
|
|
||||||
|
name = "allianceauth.crontab"
|
||||||
|
label = "crontab"
|
||||||
23
allianceauth/crontab/models.py
Normal file
23
allianceauth/crontab/models.py
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
from random import random
|
||||||
|
from django.db import models
|
||||||
|
from django.utils.translation import gettext_lazy as _
|
||||||
|
from solo.models import SingletonModel
|
||||||
|
|
||||||
|
|
||||||
|
def random_default() -> float:
|
||||||
|
return random()
|
||||||
|
|
||||||
|
|
||||||
|
class CronOffset(SingletonModel):
|
||||||
|
|
||||||
|
minute = models.FloatField(_("Minute Offset"), default=random_default)
|
||||||
|
hour = models.FloatField(_("Hour Offset"), default=random_default)
|
||||||
|
day_of_month = models.FloatField(_("Day of Month Offset"), default=random_default)
|
||||||
|
month_of_year = models.FloatField(_("Month of Year Offset"), default=random_default)
|
||||||
|
day_of_week = models.FloatField(_("Day of Week Offset"), default=random_default)
|
||||||
|
|
||||||
|
def __str__(self) -> str:
|
||||||
|
return "Cron Offsets"
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
verbose_name = "Cron Offsets"
|
||||||
63
allianceauth/crontab/schedulers.py
Normal file
63
allianceauth/crontab/schedulers.py
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
from django.core.exceptions import ObjectDoesNotExist
|
||||||
|
from django_celery_beat.schedulers import (
|
||||||
|
DatabaseScheduler
|
||||||
|
)
|
||||||
|
from django_celery_beat.models import CrontabSchedule
|
||||||
|
from django.db.utils import OperationalError, ProgrammingError
|
||||||
|
|
||||||
|
from celery import schedules
|
||||||
|
from celery.utils.log import get_logger
|
||||||
|
|
||||||
|
from allianceauth.crontab.models import CronOffset
|
||||||
|
from allianceauth.crontab.utils import offset_cron
|
||||||
|
|
||||||
|
logger = get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class OffsetDatabaseScheduler(DatabaseScheduler):
|
||||||
|
"""
|
||||||
|
Customization of Django Celery Beat, Database Scheduler
|
||||||
|
Takes the Celery Schedule from local.py and applies our AA Framework Cron Offset, if apply_offset is true
|
||||||
|
Otherwise it passes it through as normal
|
||||||
|
"""
|
||||||
|
def update_from_dict(self, mapping):
|
||||||
|
s = {}
|
||||||
|
|
||||||
|
try:
|
||||||
|
cron_offset = CronOffset.get_solo()
|
||||||
|
except (OperationalError, ProgrammingError, ObjectDoesNotExist) as exc:
|
||||||
|
# This is just incase we haven't migrated yet or something
|
||||||
|
logger.warning(
|
||||||
|
"OffsetDatabaseScheduler: Could not fetch CronOffset (%r). "
|
||||||
|
"Defering to DatabaseScheduler",
|
||||||
|
exc
|
||||||
|
)
|
||||||
|
return super().update_from_dict(mapping)
|
||||||
|
|
||||||
|
for name, entry_fields in mapping.items():
|
||||||
|
try:
|
||||||
|
apply_offset = entry_fields.pop("apply_offset", False)
|
||||||
|
entry = self.Entry.from_entry(name, app=self.app, **entry_fields)
|
||||||
|
|
||||||
|
if entry.model.enabled and apply_offset:
|
||||||
|
schedule_obj = entry.schedule
|
||||||
|
if isinstance(schedule_obj, schedules.crontab):
|
||||||
|
offset_cs = CrontabSchedule.from_schedule(offset_cron(schedule_obj))
|
||||||
|
offset_cs, created = CrontabSchedule.objects.get_or_create(
|
||||||
|
minute=offset_cs.minute,
|
||||||
|
hour=offset_cs.hour,
|
||||||
|
day_of_month=offset_cs.day_of_month,
|
||||||
|
month_of_year=offset_cs.month_of_year,
|
||||||
|
day_of_week=offset_cs.day_of_week,
|
||||||
|
timezone=offset_cs.timezone,
|
||||||
|
)
|
||||||
|
entry.model.crontab = offset_cs
|
||||||
|
entry.model.save()
|
||||||
|
logger.debug(f"Offset applied for '{name}' due to 'apply_offset' = True.")
|
||||||
|
|
||||||
|
s[name] = entry
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
logger.exception("Error updating schedule for %s: %r", name, e)
|
||||||
|
|
||||||
|
self.schedule.update(s)
|
||||||
0
allianceauth/crontab/tests/__init__.py
Normal file
0
allianceauth/crontab/tests/__init__.py
Normal file
63
allianceauth/crontab/tests/test_models.py
Normal file
63
allianceauth/crontab/tests/test_models.py
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
from unittest.mock import patch
|
||||||
|
from django.test import TestCase
|
||||||
|
|
||||||
|
from allianceauth.crontab.models import CronOffset
|
||||||
|
|
||||||
|
|
||||||
|
class CronOffsetModelTest(TestCase):
|
||||||
|
def test_cron_offset_is_singleton(self):
|
||||||
|
"""
|
||||||
|
Test that CronOffset is indeed a singleton and that
|
||||||
|
multiple calls to get_solo() return the same instance.
|
||||||
|
"""
|
||||||
|
offset1 = CronOffset.get_solo()
|
||||||
|
offset2 = CronOffset.get_solo()
|
||||||
|
|
||||||
|
# They should be the exact same object in memory
|
||||||
|
self.assertEqual(offset1.pk, offset2.pk)
|
||||||
|
|
||||||
|
def test_default_values_random(self):
|
||||||
|
"""
|
||||||
|
Test that the default values are set via random_default() when
|
||||||
|
no explicit value is provided. We'll patch 'random.random' to
|
||||||
|
produce predictable output.
|
||||||
|
"""
|
||||||
|
with patch('allianceauth.crontab.models.random', return_value=0.1234):
|
||||||
|
# Force creation of a new CronOffset by clearing the existing one
|
||||||
|
CronOffset.objects.all().delete()
|
||||||
|
|
||||||
|
offset = CronOffset.get_solo() # This triggers creation
|
||||||
|
|
||||||
|
# All fields should be 0.1234, because we patched random()
|
||||||
|
self.assertAlmostEqual(offset.minute, 0.1234)
|
||||||
|
self.assertAlmostEqual(offset.hour, 0.1234)
|
||||||
|
self.assertAlmostEqual(offset.day_of_month, 0.1234)
|
||||||
|
self.assertAlmostEqual(offset.month_of_year, 0.1234)
|
||||||
|
self.assertAlmostEqual(offset.day_of_week, 0.1234)
|
||||||
|
|
||||||
|
def test_update_offset_values(self):
|
||||||
|
"""
|
||||||
|
Test that we can update the offsets and retrieve them.
|
||||||
|
"""
|
||||||
|
offset = CronOffset.get_solo()
|
||||||
|
offset.minute = 0.5
|
||||||
|
offset.hour = 0.25
|
||||||
|
offset.day_of_month = 0.75
|
||||||
|
offset.month_of_year = 0.99
|
||||||
|
offset.day_of_week = 0.33
|
||||||
|
offset.save()
|
||||||
|
|
||||||
|
# Retrieve again to ensure changes persist
|
||||||
|
saved_offset = CronOffset.get_solo()
|
||||||
|
self.assertEqual(saved_offset.minute, 0.5)
|
||||||
|
self.assertEqual(saved_offset.hour, 0.25)
|
||||||
|
self.assertEqual(saved_offset.day_of_month, 0.75)
|
||||||
|
self.assertEqual(saved_offset.month_of_year, 0.99)
|
||||||
|
self.assertEqual(saved_offset.day_of_week, 0.33)
|
||||||
|
|
||||||
|
def test_str_representation(self):
|
||||||
|
"""
|
||||||
|
Verify the __str__ method returns 'Cron Offsets'.
|
||||||
|
"""
|
||||||
|
offset = CronOffset.get_solo()
|
||||||
|
self.assertEqual(str(offset), "Cron Offsets")
|
||||||
80
allianceauth/crontab/tests/test_utils.py
Normal file
80
allianceauth/crontab/tests/test_utils.py
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
# myapp/tests/test_tasks.py
|
||||||
|
|
||||||
|
import logging
|
||||||
|
from unittest.mock import patch
|
||||||
|
from django.test import TestCase
|
||||||
|
from django.db import ProgrammingError
|
||||||
|
from celery.schedules import crontab
|
||||||
|
|
||||||
|
from allianceauth.crontab.utils import offset_cron
|
||||||
|
from allianceauth.crontab.models import CronOffset
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class TestOffsetCron(TestCase):
|
||||||
|
|
||||||
|
def test_offset_cron_normal(self):
|
||||||
|
"""
|
||||||
|
Test that offset_cron modifies the minute/hour fields
|
||||||
|
based on the CronOffset values when everything is normal.
|
||||||
|
"""
|
||||||
|
# We'll create a mock CronOffset instance
|
||||||
|
mock_offset = CronOffset(minute=0.5, hour=0.5)
|
||||||
|
|
||||||
|
# Our initial crontab schedule
|
||||||
|
original_schedule = crontab(
|
||||||
|
minute=[0, 5, 55],
|
||||||
|
hour=[0, 3, 23],
|
||||||
|
day_of_month='*',
|
||||||
|
month_of_year='*',
|
||||||
|
day_of_week='*'
|
||||||
|
)
|
||||||
|
|
||||||
|
# Patch CronOffset.get_solo to return our mock offset
|
||||||
|
with patch('allianceauth.crontab.models.CronOffset.get_solo', return_value=mock_offset):
|
||||||
|
new_schedule = offset_cron(original_schedule)
|
||||||
|
|
||||||
|
# Check the new minute/hour
|
||||||
|
# minute 0 -> 0 + round(60 * 0.5) = 30 % 60 = 30
|
||||||
|
# minute 5 -> 5 + 30 = 35 % 60 = 35
|
||||||
|
# minute 55 -> 55 + 30 = 85 % 60 = 25 --> sorted => 25,30,35
|
||||||
|
self.assertEqual(new_schedule._orig_minute, '25,30,35')
|
||||||
|
|
||||||
|
# hour 0 -> 0 + round(24 * 0.5) = 12 % 24 = 12
|
||||||
|
# hour 3 -> 3 + 12 = 15 % 24 = 15
|
||||||
|
# hour 23 -> 23 + 12 = 35 % 24 = 11 --> sorted => 11,12,15
|
||||||
|
self.assertEqual(new_schedule._orig_hour, '11,12,15')
|
||||||
|
|
||||||
|
# Check that other fields are unchanged
|
||||||
|
self.assertEqual(new_schedule._orig_day_of_month, '*')
|
||||||
|
self.assertEqual(new_schedule._orig_month_of_year, '*')
|
||||||
|
self.assertEqual(new_schedule._orig_day_of_week, '*')
|
||||||
|
|
||||||
|
def test_offset_cron_programming_error(self):
|
||||||
|
"""
|
||||||
|
Test that if a ProgrammingError is raised (e.g. before migrations),
|
||||||
|
offset_cron just returns the original schedule.
|
||||||
|
"""
|
||||||
|
original_schedule = crontab(minute=[0, 15, 30], hour=[1, 2, 3])
|
||||||
|
|
||||||
|
# Force get_solo to raise ProgrammingError
|
||||||
|
with patch('allianceauth.crontab.models.CronOffset.get_solo', side_effect=ProgrammingError()):
|
||||||
|
new_schedule = offset_cron(original_schedule)
|
||||||
|
|
||||||
|
# Should return the original schedule unchanged
|
||||||
|
self.assertEqual(new_schedule, original_schedule)
|
||||||
|
|
||||||
|
def test_offset_cron_unexpected_exception(self):
|
||||||
|
"""
|
||||||
|
Test that if any other exception is raised, offset_cron
|
||||||
|
also returns the original schedule, and logs the error.
|
||||||
|
"""
|
||||||
|
original_schedule = crontab(minute='0', hour='0')
|
||||||
|
|
||||||
|
# Force get_solo to raise a generic Exception
|
||||||
|
with patch('allianceauth.crontab.models.CronOffset.get_solo', side_effect=Exception("Something bad")):
|
||||||
|
new_schedule = offset_cron(original_schedule)
|
||||||
|
|
||||||
|
# Should return the original schedule unchanged
|
||||||
|
self.assertEqual(new_schedule, original_schedule)
|
||||||
41
allianceauth/crontab/utils.py
Normal file
41
allianceauth/crontab/utils.py
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
from celery.schedules import crontab
|
||||||
|
import logging
|
||||||
|
from allianceauth.crontab.models import CronOffset
|
||||||
|
from django.db import ProgrammingError
|
||||||
|
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
def offset_cron(schedule: crontab) -> crontab:
|
||||||
|
"""Take a crontab and apply a series of precalculated offsets to spread out tasks execution on remote resources
|
||||||
|
|
||||||
|
Args:
|
||||||
|
schedule (crontab): celery.schedules.crontab()
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
crontab: A crontab with offsetted Minute and Hour fields
|
||||||
|
"""
|
||||||
|
|
||||||
|
try:
|
||||||
|
cron_offset = CronOffset.get_solo()
|
||||||
|
new_minute = [(m + (round(60 * cron_offset.minute))) % 60 for m in schedule.minute]
|
||||||
|
new_hour = [(m + (round(24 * cron_offset.hour))) % 24 for m in schedule.hour]
|
||||||
|
|
||||||
|
return crontab(
|
||||||
|
minute=",".join(str(m) for m in sorted(new_minute)),
|
||||||
|
hour=",".join(str(h) for h in sorted(new_hour)),
|
||||||
|
day_of_month=schedule._orig_day_of_month,
|
||||||
|
month_of_year=schedule._orig_month_of_year,
|
||||||
|
day_of_week=schedule._orig_day_of_week)
|
||||||
|
|
||||||
|
except ProgrammingError as e:
|
||||||
|
# If this is called before migrations are run hand back the default schedule
|
||||||
|
# These offsets are stored in a Singleton Model,
|
||||||
|
logger.error(e)
|
||||||
|
return schedule
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
# We absolutely cant fail to hand back a schedule
|
||||||
|
logger.error(e)
|
||||||
|
return schedule
|
||||||
@@ -10,7 +10,7 @@ from . import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
_BASE_URL = 'http://evemaps.dotlan.net'
|
_BASE_URL = 'https://evemaps.dotlan.net'
|
||||||
|
|
||||||
|
|
||||||
def _build_url(category: str, name: str) -> str:
|
def _build_url(category: str, name: str) -> str:
|
||||||
|
|||||||
@@ -31,29 +31,29 @@ class TestDotlan(TestCase):
|
|||||||
def test_alliance_url(self):
|
def test_alliance_url(self):
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
dotlan.alliance_url('Wayne Enterprices'),
|
dotlan.alliance_url('Wayne Enterprices'),
|
||||||
'http://evemaps.dotlan.net/alliance/Wayne_Enterprices'
|
'https://evemaps.dotlan.net/alliance/Wayne_Enterprices'
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_corporation_url(self):
|
def test_corporation_url(self):
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
dotlan.corporation_url('Wayne Technology'),
|
dotlan.corporation_url('Wayne Technology'),
|
||||||
'http://evemaps.dotlan.net/corp/Wayne_Technology'
|
'https://evemaps.dotlan.net/corp/Wayne_Technology'
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
dotlan.corporation_url('Crédit Agricole'),
|
dotlan.corporation_url('Crédit Agricole'),
|
||||||
'http://evemaps.dotlan.net/corp/Cr%C3%A9dit_Agricole'
|
'https://evemaps.dotlan.net/corp/Cr%C3%A9dit_Agricole'
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_region_url(self):
|
def test_region_url(self):
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
dotlan.region_url('Black Rise'),
|
dotlan.region_url('Black Rise'),
|
||||||
'http://evemaps.dotlan.net/map/Black_Rise'
|
'https://evemaps.dotlan.net/map/Black_Rise'
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_solar_system_url(self):
|
def test_solar_system_url(self):
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
dotlan.solar_system_url('Jita'),
|
dotlan.solar_system_url('Jita'),
|
||||||
'http://evemaps.dotlan.net/system/Jita'
|
'https://evemaps.dotlan.net/system/Jita'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import logging
|
import logging
|
||||||
|
from random import randint
|
||||||
|
|
||||||
from celery import shared_task
|
from celery import shared_task
|
||||||
|
|
||||||
@@ -9,7 +10,8 @@ from . import providers
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
TASK_PRIORITY = 7
|
TASK_PRIORITY = 7
|
||||||
CHUNK_SIZE = 500
|
CHARACTER_AFFILIATION_CHUNK_SIZE = 500
|
||||||
|
EVEONLINE_TASK_JITTER = 600
|
||||||
|
|
||||||
|
|
||||||
def chunks(lst, n):
|
def chunks(lst, n):
|
||||||
@@ -19,13 +21,13 @@ def chunks(lst, n):
|
|||||||
|
|
||||||
|
|
||||||
@shared_task
|
@shared_task
|
||||||
def update_corp(corp_id):
|
def update_corp(corp_id: int) -> None:
|
||||||
"""Update given corporation from ESI"""
|
"""Update given corporation from ESI"""
|
||||||
EveCorporationInfo.objects.update_corporation(corp_id)
|
EveCorporationInfo.objects.update_corporation(corp_id)
|
||||||
|
|
||||||
|
|
||||||
@shared_task
|
@shared_task
|
||||||
def update_alliance(alliance_id):
|
def update_alliance(alliance_id: int) -> None:
|
||||||
"""Update given alliance from ESI"""
|
"""Update given alliance from ESI"""
|
||||||
EveAllianceInfo.objects.update_alliance(alliance_id).populate_alliance()
|
EveAllianceInfo.objects.update_alliance(alliance_id).populate_alliance()
|
||||||
|
|
||||||
@@ -37,23 +39,30 @@ def update_character(character_id: int) -> None:
|
|||||||
|
|
||||||
|
|
||||||
@shared_task
|
@shared_task
|
||||||
def run_model_update():
|
def run_model_update() -> None:
|
||||||
"""Update all alliances, corporations and characters from ESI"""
|
"""Update all alliances, corporations and characters from ESI"""
|
||||||
|
|
||||||
#update existing corp models
|
# Queue update tasks for Known Corporation Models
|
||||||
for corp in EveCorporationInfo.objects.all().values('corporation_id'):
|
for corp in EveCorporationInfo.objects.all().values('corporation_id'):
|
||||||
update_corp.apply_async(args=[corp['corporation_id']], priority=TASK_PRIORITY)
|
update_corp.apply_async(
|
||||||
|
args=[corp['corporation_id']],
|
||||||
|
priority=TASK_PRIORITY,
|
||||||
|
countdown=randint(1, EVEONLINE_TASK_JITTER))
|
||||||
|
|
||||||
# update existing alliance models
|
# Queue update tasks for Known Alliance Models
|
||||||
for alliance in EveAllianceInfo.objects.all().values('alliance_id'):
|
for alliance in EveAllianceInfo.objects.all().values('alliance_id'):
|
||||||
update_alliance.apply_async(args=[alliance['alliance_id']], priority=TASK_PRIORITY)
|
update_alliance.apply_async(
|
||||||
|
args=[alliance['alliance_id']],
|
||||||
|
priority=TASK_PRIORITY,
|
||||||
|
countdown=randint(1, EVEONLINE_TASK_JITTER))
|
||||||
|
|
||||||
# update existing character models
|
# Queue update tasks for Known Character Models
|
||||||
character_ids = EveCharacter.objects.all().values_list('character_id', flat=True)
|
character_ids = EveCharacter.objects.all().values_list('character_id', flat=True)
|
||||||
for character_ids_chunk in chunks(character_ids, CHUNK_SIZE):
|
for character_ids_chunk in chunks(character_ids, CHARACTER_AFFILIATION_CHUNK_SIZE):
|
||||||
update_character_chunk.apply_async(
|
update_character_chunk.apply_async(
|
||||||
args=[character_ids_chunk], priority=TASK_PRIORITY
|
args=[character_ids_chunk],
|
||||||
)
|
priority=TASK_PRIORITY,
|
||||||
|
countdown=randint(1, EVEONLINE_TASK_JITTER))
|
||||||
|
|
||||||
|
|
||||||
@shared_task
|
@shared_task
|
||||||
@@ -68,8 +77,9 @@ def update_character_chunk(character_ids_chunk: list):
|
|||||||
logger.info("Failed to bulk update characters. Attempting single updates")
|
logger.info("Failed to bulk update characters. Attempting single updates")
|
||||||
for character_id in character_ids_chunk:
|
for character_id in character_ids_chunk:
|
||||||
update_character.apply_async(
|
update_character.apply_async(
|
||||||
args=[character_id], priority=TASK_PRIORITY
|
args=[character_id],
|
||||||
)
|
priority=TASK_PRIORITY,
|
||||||
|
countdown=randint(1, EVEONLINE_TASK_JITTER))
|
||||||
return
|
return
|
||||||
|
|
||||||
affiliations = {
|
affiliations = {
|
||||||
@@ -107,5 +117,5 @@ def update_character_chunk(character_ids_chunk: list):
|
|||||||
|
|
||||||
if corp_changed or alliance_changed or name_changed:
|
if corp_changed or alliance_changed or name_changed:
|
||||||
update_character.apply_async(
|
update_character.apply_async(
|
||||||
args=[character.get('character_id')], priority=TASK_PRIORITY
|
args=[character.get('character_id')],
|
||||||
)
|
priority=TASK_PRIORITY)
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ class TestUpdateTasks(TestCase):
|
|||||||
@override_settings(CELERY_ALWAYS_EAGER=True)
|
@override_settings(CELERY_ALWAYS_EAGER=True)
|
||||||
@patch('allianceauth.eveonline.providers.esi_client_factory')
|
@patch('allianceauth.eveonline.providers.esi_client_factory')
|
||||||
@patch('allianceauth.eveonline.tasks.providers')
|
@patch('allianceauth.eveonline.tasks.providers')
|
||||||
@patch('allianceauth.eveonline.tasks.CHUNK_SIZE', 2)
|
@patch('allianceauth.eveonline.tasks.CHARACTER_AFFILIATION_CHUNK_SIZE', 2)
|
||||||
class TestRunModelUpdate(TransactionTestCase):
|
class TestRunModelUpdate(TransactionTestCase):
|
||||||
def test_should_run_updates(self, mock_providers, mock_esi_client_factory):
|
def test_should_run_updates(self, mock_providers, mock_esi_client_factory):
|
||||||
# given
|
# given
|
||||||
@@ -139,7 +139,7 @@ class TestRunModelUpdate(TransactionTestCase):
|
|||||||
@patch('allianceauth.eveonline.tasks.update_character', wraps=update_character)
|
@patch('allianceauth.eveonline.tasks.update_character', wraps=update_character)
|
||||||
@patch('allianceauth.eveonline.providers.esi_client_factory')
|
@patch('allianceauth.eveonline.providers.esi_client_factory')
|
||||||
@patch('allianceauth.eveonline.tasks.providers')
|
@patch('allianceauth.eveonline.tasks.providers')
|
||||||
@patch('allianceauth.eveonline.tasks.CHUNK_SIZE', 2)
|
@patch('allianceauth.eveonline.tasks.CHARACTER_AFFILIATION_CHUNK_SIZE', 2)
|
||||||
class TestUpdateCharacterChunk(TestCase):
|
class TestUpdateCharacterChunk(TestCase):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _updated_character_ids(spy_update_character) -> set:
|
def _updated_character_ids(spy_update_character) -> set:
|
||||||
|
|||||||
@@ -13,6 +13,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Image overflow fix
|
||||||
|
------------------------------------------------------------------------------------- */
|
||||||
|
@media all {
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Side Navigation
|
/* Side Navigation
|
||||||
------------------------------------------------------------------------------------- */
|
------------------------------------------------------------------------------------- */
|
||||||
@media all {
|
@media all {
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ class GroupsMenuItem(MenuItemHook):
|
|||||||
MenuItemHook.__init__(
|
MenuItemHook.__init__(
|
||||||
self,
|
self,
|
||||||
text=_("Groups"),
|
text=_("Groups"),
|
||||||
classes="fa-solid fa-user",
|
classes="fa-solid fa-users",
|
||||||
url_name="groupmanagement:groups",
|
url_name="groupmanagement:groups",
|
||||||
order=25,
|
order=25,
|
||||||
navactive=[
|
navactive=[
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load navactive %}
|
{% load navactive %}
|
||||||
@@ -73,6 +74,8 @@
|
|||||||
{% include 'bundles/moment-js.html' with locale=True %}
|
{% include 'bundles/moment-js.html' with locale=True %}
|
||||||
{% include 'bundles/filterdropdown-js.html' %}
|
{% include 'bundles/filterdropdown-js.html' %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$.fn.dataTable.moment = (format, locale) => {
|
$.fn.dataTable.moment = (format, locale) => {
|
||||||
const types = $.fn.dataTable.ext.type;
|
const types = $.fn.dataTable.ext.type;
|
||||||
@@ -94,6 +97,7 @@
|
|||||||
$.fn.dataTable.moment('YYYY-MMM-D, HH:mm');
|
$.fn.dataTable.moment('YYYY-MMM-D, HH:mm');
|
||||||
|
|
||||||
$('#log-entries').DataTable({
|
$('#log-entries').DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
order: [[0, 'desc'], [1, 'asc']],
|
order: [[0, 'desc'], [1, 'asc']],
|
||||||
filterDropDown:
|
filterDropDown:
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load evelinks %}
|
{% load evelinks %}
|
||||||
{% load navactive %}
|
{% load navactive %}
|
||||||
@@ -86,9 +87,12 @@
|
|||||||
{% block extra_javascript %}
|
{% block extra_javascript %}
|
||||||
{% include 'bundles/datatables-js-bs5.html' %}
|
{% include 'bundles/datatables-js-bs5.html' %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$('#tab_group_members').DataTable({
|
$('#tab_group_members').DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
order: [[0, "asc"]],
|
order: [[0, "asc"]],
|
||||||
columnDefs: [
|
columnDefs: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
@@ -56,7 +57,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if g.group.authgroup.group_leaders.all.count %}
|
{% if g.group.authgroup.group_leader_groups.all.count %}
|
||||||
{% for group in g.group.authgroup.group_leader_groups.all %}
|
{% for group in g.group.authgroup.group_leader_groups.all %}
|
||||||
<span class="my-1 me-1 badge bg-secondary">{{group.name}}</span>
|
<span class="my-1 me-1 badge bg-secondary">{{group.name}}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -103,9 +104,13 @@
|
|||||||
{% block extra_javascript %}
|
{% block extra_javascript %}
|
||||||
{% include 'bundles/datatables-js-bs5.html' %}
|
{% include 'bundles/datatables-js-bs5.html' %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$('#groupsTable').DataTable();
|
$('#groupsTable').DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Binary file not shown.
BIN
allianceauth/locale/cs_CZ/LC_MESSAGES/django.mo
Normal file
BIN
allianceauth/locale/cs_CZ/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
@@ -11,14 +11,14 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-09-13 19:57+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Tomas Skarecky <t.skarecky@gmail.com>, 2024\n"
|
"Last-Translator: Tomas Skarecky <t.skarecky@gmail.com>, 2024\n"
|
||||||
"Language-Team: Czech (https://app.transifex.com/alliance-auth/teams/107430/cs/)\n"
|
"Language-Team: Czech (Czech Republic) (https://app.transifex.com/alliance-auth/teams/107430/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: cs\n"
|
"Language: cs_CZ\n"
|
||||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||||
|
|
||||||
#: allianceauth/analytics/models.py:26
|
#: allianceauth/analytics/models.py:26
|
||||||
@@ -54,66 +54,90 @@ msgstr ""
|
|||||||
"přístupem:%s"
|
"přístupem:%s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Angličtina"
|
msgstr "Angličtina"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Němčina"
|
msgstr "Němčina"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Španělština"
|
msgstr "Španělština"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Zjednodušená čínština"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Ruština"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Korejština"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Francouzština"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Japonština"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italština"
|
msgstr "Italština"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Japonština"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Korejština"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Francouzština"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Ruština"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukrajinština"
|
msgstr "Ukrajinština"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Jazyk"
|
msgstr "Jazyk"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Noční režim"
|
msgstr "Noční režim"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Motiv"
|
msgstr "Motiv"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Status změněn na: %s"
|
msgstr "Status změněn na: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "Váš uživatelský status je nyní: %(state)s"
|
msgstr "Váš uživatelský status je nyní: %(state)s"
|
||||||
@@ -125,27 +149,27 @@ msgstr "Váš uživatelský status je nyní: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Postavy"
|
msgstr "Postavy"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Přidat postavu"
|
msgstr "Přidat postavu"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Změnit postavu"
|
msgstr "Změnit postavu"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -154,12 +178,12 @@ msgstr "Změnit postavu"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Jméno"
|
msgstr "Jméno"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Korporace"
|
msgstr "Korporace"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -169,7 +193,7 @@ msgstr "Aliance"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Členství"
|
msgstr "Členství"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "Stav:"
|
msgstr "Stav:"
|
||||||
|
|
||||||
@@ -409,6 +433,19 @@ msgstr "Vybraná korporace již má statistický modul"
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "Nepodařilo se získat statistiky korporace pomocí vybraného tokenu."
|
msgstr "Nepodařilo se získat statistiky korporace pomocí vybraného tokenu."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -501,8 +538,8 @@ msgstr "Uživatel"
|
|||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Systém"
|
msgstr "Systém"
|
||||||
@@ -826,7 +863,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -918,7 +955,7 @@ msgid "Hidden"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1394,16 +1431,16 @@ msgstr ""
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1553,7 +1590,7 @@ msgid "Form Up System"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1748,17 +1785,17 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1839,12 +1876,12 @@ msgstr ""
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2407,56 +2444,56 @@ msgstr ""
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2464,11 +2501,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2497,114 +2534,216 @@ msgstr ""
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
|
||||||
msgid "Not Specified"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:15
|
||||||
msgid "Shield"
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:16
|
||||||
msgid "Armor"
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
|
msgid "Not Specified"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:52
|
||||||
|
msgid "Shield"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:53
|
||||||
|
msgid "Armor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2648,78 +2787,14 @@ msgstr ""
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
Binary file not shown.
@@ -13,7 +13,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Peter Pfeufer, 2024\n"
|
"Last-Translator: Peter Pfeufer, 2024\n"
|
||||||
"Language-Team: German (https://app.transifex.com/alliance-auth/teams/107430/de/)\n"
|
"Language-Team: German (https://app.transifex.com/alliance-auth/teams/107430/de/)\n"
|
||||||
@@ -62,66 +62,90 @@ msgstr ""
|
|||||||
"Du kannst diese eingeschränkten Gruppen nicht hinzufügen oder entfernen: %s"
|
"Du kannst diese eingeschränkten Gruppen nicht hinzufügen oder entfernen: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Englisch"
|
msgstr "Englisch"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr "Tschechisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Deutsch"
|
msgstr "Deutsch"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Spanisch"
|
msgstr "Spanisch"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Chinesisch vereinfacht"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Russisch"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Koreanisch"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Französisch"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Japanisch"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italienisch"
|
msgstr "Italienisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Japanisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Koreanisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Französisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Russisch"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr "Niederländisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr "Polnisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukrainisch"
|
msgstr "Ukrainisch"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr "Vereinfachtes Chinesisch"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Sprache"
|
msgstr "Sprache"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Nachtmodus"
|
msgstr "Nachtmodus"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Theme"
|
msgstr "Theme"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Status geändert zu %s"
|
msgstr "Status geändert zu %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "Dein Nutzerstatus ist nun %(state)s"
|
msgstr "Dein Nutzerstatus ist nun %(state)s"
|
||||||
@@ -133,27 +157,27 @@ msgstr "Dein Nutzerstatus ist nun %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Dashboard"
|
msgstr "Dashboard"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Charaktere"
|
msgstr "Charaktere"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Charakter hinzufügen"
|
msgstr "Charakter hinzufügen"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Hauptcharakter ändern"
|
msgstr "Hauptcharakter ändern"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -162,12 +186,12 @@ msgstr "Hauptcharakter ändern"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Corp"
|
msgstr "Corp"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -177,7 +201,7 @@ msgstr "Allianz"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Mitgliedschaft"
|
msgstr "Mitgliedschaft"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "Status:"
|
msgstr "Status:"
|
||||||
|
|
||||||
@@ -423,6 +447,19 @@ msgstr "Ausgewählte Corp hat bereits ein Statistik Modul."
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "Fehler beim Sammeln von Corpstatistiken mit ausgewählten Token."
|
msgstr "Fehler beim Sammeln von Corpstatistiken mit ausgewählten Token."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr "Eigenes CSS"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr "Dein eigenes CSS"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr "Dieses CSS wird der Site nach dem Standard-CSS hinzugefügt."
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -510,13 +547,14 @@ msgstr "FAT löschen"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Benutzername"
|
msgstr "Benutzername"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "System"
|
msgstr "System"
|
||||||
@@ -707,7 +745,6 @@ msgstr "Gruppenverwaltung"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Gruppen"
|
msgstr "Gruppen"
|
||||||
|
|
||||||
@@ -863,7 +900,7 @@ msgstr "Antragsteller"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Typ"
|
msgstr "Typ"
|
||||||
|
|
||||||
@@ -955,7 +992,7 @@ msgid "Hidden"
|
|||||||
msgstr "Verborgen"
|
msgstr "Verborgen"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Öffnen"
|
msgstr "Öffnen"
|
||||||
|
|
||||||
@@ -1439,16 +1476,16 @@ msgstr "Benachrichtigungen"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "Super User"
|
msgstr "Super User"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Admin"
|
msgstr "Admin"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "Ausloggen"
|
msgstr "Ausloggen"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1598,7 +1635,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Startsystem"
|
msgstr "Startsystem"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "EVE Zeit"
|
msgstr "EVE Zeit"
|
||||||
|
|
||||||
@@ -1627,7 +1664,7 @@ msgstr "Anstehende Flotten"
|
|||||||
#: allianceauth/optimer/templates/optimer/management.html:44
|
#: allianceauth/optimer/templates/optimer/management.html:44
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:62
|
#: allianceauth/timerboard/templates/timerboard/view.html:62
|
||||||
msgid "No upcoming timers."
|
msgid "No upcoming timers."
|
||||||
msgstr "Keine bevorstehenden Timer."
|
msgstr "Keine anstehenden Timer."
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/management.html:52
|
#: allianceauth/optimer/templates/optimer/management.html:52
|
||||||
msgid "Past Fleet Operations"
|
msgid "Past Fleet Operations"
|
||||||
@@ -1795,17 +1832,17 @@ msgstr ""
|
|||||||
" dies war ein Fehler, kontaktiere bitte einen Administrator."
|
" dies war ein Fehler, kontaktiere bitte einen Administrator."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "Aktivieren"
|
msgstr "Aktivieren"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "Passwort zurücksetzen"
|
msgstr "Passwort zurücksetzen"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "Deaktivieren"
|
msgstr "Deaktivieren"
|
||||||
|
|
||||||
@@ -1893,15 +1930,61 @@ msgstr "Setze IPSuite4 Passwort."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "IP4Suite Konto deaktiviert."
|
msgstr "IP4Suite Konto deaktiviert."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr "Mumble"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr "Mumbleverbindungen"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr "Verlauf der Serververbindungen"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr "Angezeigter Name"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr "Release"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Version"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr "Zuletzt verbunden"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr "Zuletzt getrennt"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr "Serververbindungen"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr "Nummer"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Setze Passwort"
|
msgstr "Setze Passwort"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "Verbinden"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr "Verlauf der Mumbleverbindungen"
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2473,56 +2556,56 @@ msgstr "Änderungen der SRP Flotte %(fleetname)s gespeichert"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "Der Server hat einen ESI-Fehlerantwortcode erhalten"
|
msgstr "Der Server hat einen ESI-Fehlerantwortcode erhalten"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Alliance Auth Benachrichtigungen"
|
msgstr "Alliance Auth Benachrichtigungen"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Geschlossen"
|
msgstr "Geschlossen"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "Derzeit liegen keine Benachrichtigungen vor"
|
msgstr "Derzeit liegen keine Benachrichtigungen vor"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Unterstützt durch GitLab"
|
msgstr "Unterstützt durch GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Support Discord"
|
msgstr "Support Discord"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Software Version"
|
msgstr "Software Version"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Aktuell"
|
msgstr "Aktuell"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Aktuellste stabile Version"
|
msgstr "Aktuellste stabile Version"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Update verfügbar"
|
msgstr "Update verfügbar"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Aktuellste Testversion"
|
msgstr "Aktuellste Testversion"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Testversion verfügbar"
|
msgstr "Testversion verfügbar"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "Task-Warteschlange"
|
msgstr "Task-Warteschlange"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2532,11 +2615,11 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Status von %(total)s verarbeiten Aufgaben • in den letzten %(latest)s"
|
"Status von %(total)s verarbeiten Aufgaben • in den letzten %(latest)s"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "laufend"
|
msgstr "laufend"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "eingereiht"
|
msgstr "eingereiht"
|
||||||
|
|
||||||
@@ -2565,114 +2648,216 @@ msgstr "Navigation umschalten"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "Theme auswählen"
|
msgstr "Theme auswählen"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Anderes"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Freundlich"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Feindlich"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Neutral"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Details"
|
msgstr "Details"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Planet/Mond"
|
msgstr "Planet/Mond"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Strukturen Typ"
|
msgstr "Strukturen Typ"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Timer Typ"
|
msgstr "Timer Typ"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Ziel"
|
msgstr "Ziel"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "Absoluter Timer"
|
msgstr "Absoluter Timer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "Datum und Uhrzeit"
|
msgstr "Datum und Uhrzeit"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Tage verbleibend"
|
msgstr "Tage verbleibend"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Stunden verbleibend"
|
msgstr "Stunden verbleibend"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Minuten verbleibend"
|
msgstr "Minuten verbleibend"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Wichtig"
|
msgstr "Wichtig"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Auf Corp beschränkt"
|
msgstr "Auf Corp beschränkt"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Freundlich"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Feindlich"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Neutral"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "POCO"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr "Orbital Skyhook"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS [S]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS [M]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS [L]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Astrahus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Fortizar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Keepstar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Raitaru"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Azbel"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Athanor"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Tatara"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr "Pharolux Cyno Beacon"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr "Tenebrex Cyno Jammer"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Ansiblex Jump Gate"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Moon Mining Cycle"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr "Metenox Moon Drill"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Anderes"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Keine Angabe"
|
msgstr "Keine Angabe"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Schild"
|
msgstr "Schild"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Panzerung"
|
msgstr "Panzerung"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Hülle"
|
msgstr "Hülle"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Final"
|
msgstr "Final"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Ankernd"
|
msgstr "Ankernd"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Entankernd"
|
msgstr "Entankernd"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr "Aufgegeben"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "Bevorstehende Timefr"
|
msgstr "Anstehende Timer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "Timer"
|
msgstr "Timer"
|
||||||
|
|
||||||
@@ -2716,78 +2901,14 @@ msgstr "Strukturen Timer aktualisieren"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Struktur"
|
msgstr "Struktur"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "POCO"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS [S]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS [M]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS [L]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Astrahus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Fortizar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Keepstar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Raitaru"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Azbel"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Athanor"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Tatara"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Cyno Beacon"
|
msgstr "Cyno Beacon"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Cyno Jammer"
|
msgstr "Cyno Jammer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Ansiblex Jump Gate"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Moon Mining Cycle"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Strukturen Timer Verwaltung"
|
msgstr "Strukturen Timer Verwaltung"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-09 13:05+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -49,70 +49,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
msgid "German"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:73
|
||||||
msgid "Spanish"
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
#: allianceauth/authentication/models.py:74
|
||||||
msgid "Chinese Simplified"
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
msgid "Ukrainian"
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:81
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:97
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
|
msgid "Ukrainian"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:102
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:106
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:124
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -499,6 +519,7 @@ msgstr ""
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -694,7 +715,6 @@ msgstr ""
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1836,6 +1856,48 @@ msgstr ""
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
@@ -1845,6 +1907,10 @@ msgstr ""
|
|||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2545,155 +2611,159 @@ msgstr ""
|
|||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:13
|
#: allianceauth/timerboard/models.py:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
msgid "Friendly"
|
msgid "Friendly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:16
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
msgid "Hostile"
|
msgid "Hostile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
msgid "Neutral"
|
msgid "Neutral"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:24
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
msgid "POCO"
|
msgid "POCO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:25
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
msgid "Orbital Skyhook"
|
msgid "Orbital Skyhook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:26
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
msgid "I-HUB"
|
msgid "I-HUB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:21
|
#: allianceauth/timerboard/models.py:27
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:54
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
msgid "TCU"
|
msgid "TCU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:22
|
#: allianceauth/timerboard/models.py:28
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:56
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
msgid "POS [S]"
|
msgid "POS [S]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:23
|
#: allianceauth/timerboard/models.py:29
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:58
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
msgid "POS [M]"
|
msgid "POS [M]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:24
|
#: allianceauth/timerboard/models.py:30
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:60
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
msgid "POS [L]"
|
msgid "POS [L]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:25
|
#: allianceauth/timerboard/models.py:31
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:62
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
msgid "Astrahus"
|
msgid "Astrahus"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:26
|
#: allianceauth/timerboard/models.py:32
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
msgid "Fortizar"
|
msgid "Fortizar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:27
|
#: allianceauth/timerboard/models.py:33
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:66
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
msgid "Keepstar"
|
msgid "Keepstar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:28
|
#: allianceauth/timerboard/models.py:34
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:68
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
msgid "Raitaru"
|
msgid "Raitaru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:29
|
#: allianceauth/timerboard/models.py:35
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
msgid "Azbel"
|
msgid "Azbel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:30
|
#: allianceauth/timerboard/models.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:72
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
msgid "Sotiyo"
|
msgid "Sotiyo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:31
|
#: allianceauth/timerboard/models.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:74
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
msgid "Athanor"
|
msgid "Athanor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:32
|
#: allianceauth/timerboard/models.py:38
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
msgid "Tatara"
|
msgid "Tatara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:33
|
#: allianceauth/timerboard/models.py:39
|
||||||
msgid "Pharolux Cyno Beacon"
|
msgid "Pharolux Cyno Beacon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:34
|
#: allianceauth/timerboard/models.py:40
|
||||||
msgid "Tenebrex Cyno Jammer"
|
msgid "Tenebrex Cyno Jammer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:35
|
#: allianceauth/timerboard/models.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
msgid "Ansiblex Jump Gate"
|
msgid "Ansiblex Jump Gate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:36
|
#: allianceauth/timerboard/models.py:42
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:84
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
msgid "Moon Mining Cycle"
|
msgid "Moon Mining Cycle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:37
|
#: allianceauth/timerboard/models.py:43
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:86
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
msgid "Metenox Moon Drill"
|
msgid "Metenox Moon Drill"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:38
|
#: allianceauth/timerboard/models.py:44
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:45
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:46
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:47
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:48
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:49
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:50
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:51
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
@@ -2743,11 +2813,11 @@ msgstr ""
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:78
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:80
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -15,7 +15,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: trenus, 2023\n"
|
"Last-Translator: trenus, 2023\n"
|
||||||
"Language-Team: Spanish (https://app.transifex.com/alliance-auth/teams/107430/es/)\n"
|
"Language-Team: Spanish (https://app.transifex.com/alliance-auth/teams/107430/es/)\n"
|
||||||
@@ -58,66 +58,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr "No puedes añadir o eliminar estos grupos restringidos: %s"
|
msgstr "No puedes añadir o eliminar estos grupos restringidos: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Inglés"
|
msgstr "Inglés"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Alemán"
|
msgstr "Alemán"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Español"
|
msgstr "Español"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Chino Simplificado"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Ruso"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Coreano"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Francés"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Japonés"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italiano"
|
msgstr "Italiano"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Japonés"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Coreano"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Francés"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Ruso"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Idioma"
|
msgstr "Idioma"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Modo Nocturno"
|
msgstr "Modo Nocturno"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Estado cambiado a: %s"
|
msgstr "Estado cambiado a: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "El estado de su usuario es ahora: %(state)s"
|
msgstr "El estado de su usuario es ahora: %(state)s"
|
||||||
@@ -129,27 +153,27 @@ msgstr "El estado de su usuario es ahora: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Página principal"
|
msgstr "Página principal"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Personajes"
|
msgstr "Personajes"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Agregar Personaje"
|
msgstr "Agregar Personaje"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Cambiar Personaje Principal"
|
msgstr "Cambiar Personaje Principal"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -158,12 +182,12 @@ msgstr "Cambiar Personaje Principal"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nombre"
|
msgstr "Nombre"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Corporación"
|
msgstr "Corporación"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -173,7 +197,7 @@ msgstr "Allianza"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -415,6 +439,19 @@ msgid "Failed to gather corporation statistics with selected token."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Se fallo en obtener las estadisticas corporativas con el token seleccionado"
|
"Se fallo en obtener las estadisticas corporativas con el token seleccionado"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -502,13 +539,14 @@ msgstr "Borrar fatlink"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Usuario"
|
msgstr "Usuario"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Sistema"
|
msgstr "Sistema"
|
||||||
@@ -701,7 +739,6 @@ msgstr "Manejo de Grupo"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Grupos"
|
msgstr "Grupos"
|
||||||
|
|
||||||
@@ -856,7 +893,7 @@ msgstr "Solicitante"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Tipo"
|
msgstr "Tipo"
|
||||||
|
|
||||||
@@ -948,7 +985,7 @@ msgid "Hidden"
|
|||||||
msgstr "Escondido"
|
msgstr "Escondido"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Abierto"
|
msgstr "Abierto"
|
||||||
|
|
||||||
@@ -1429,16 +1466,16 @@ msgstr "Notificaciones"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administrador"
|
msgstr "Administrador"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1588,7 +1625,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Sistema de encuentro"
|
msgstr "Sistema de encuentro"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1785,17 +1822,17 @@ msgstr ""
|
|||||||
"que se trata de un error, ponte en contacto con un administrador."
|
"que se trata de un error, ponte en contacto con un administrador."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1882,15 +1919,61 @@ msgstr "Establecer contraseña de IPSuite4."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "Cuenta IPSuite4 desactivada."
|
msgstr "Cuenta IPSuite4 desactivada."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Cambiar Contraseña"
|
msgstr "Cambiar Contraseña"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2456,56 +2539,56 @@ msgstr "Se guardaron los cambios en el SRP de la flota %(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Notificaciones de Alliance Auth"
|
msgstr "Notificaciones de Alliance Auth"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Cerrado"
|
msgstr "Cerrado"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Desarrollado por GitLab"
|
msgstr "Desarrollado por GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Soporte Discord"
|
msgstr "Soporte Discord"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Versión del Software"
|
msgstr "Versión del Software"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Actual"
|
msgstr "Actual"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Último Estable"
|
msgstr "Último Estable"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Actualizacion Disponible"
|
msgstr "Actualizacion Disponible"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Último Pre-Lanzamiento"
|
msgstr "Último Pre-Lanzamiento"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Pre-Lanzamiento disponible"
|
msgstr "Pre-Lanzamiento disponible"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "Cola de Tareas"
|
msgstr "Cola de Tareas"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2513,11 +2596,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2546,114 +2629,216 @@ msgstr "Navegacion"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Otro"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Amigable"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Hostil"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Neutral"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Detalles"
|
msgstr "Detalles"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Planeta/Luna"
|
msgstr "Planeta/Luna"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Tipo de Estructura"
|
msgstr "Tipo de Estructura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Tipo de temporizador"
|
msgstr "Tipo de temporizador"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Objetivo"
|
msgstr "Objetivo"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Dias restantes"
|
msgstr "Dias restantes"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Horas Restantes"
|
msgstr "Horas Restantes"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Minutos Restantes"
|
msgstr "Minutos Restantes"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Importante"
|
msgstr "Importante"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Restringido a Corp"
|
msgstr "Restringido a Corp"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Amigable"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Hostil"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Neutral"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Otro"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Sin especificación"
|
msgstr "Sin especificación"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Escudo"
|
msgstr "Escudo"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Armadura"
|
msgstr "Armadura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Tipo"
|
msgstr "Tipo"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Final"
|
msgstr "Final"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Anclando"
|
msgstr "Anclando"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Desanclando"
|
msgstr "Desanclando"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2697,78 +2882,14 @@ msgstr "Actualizar Timer de Estructura"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Estructura"
|
msgstr "Estructura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Manejo de Timers Estructurales"
|
msgstr "Manejo de Timers Estructurales"
|
||||||
|
|||||||
Binary file not shown.
@@ -13,15 +13,16 @@
|
|||||||
# Geoffrey Fabbro, 2023
|
# Geoffrey Fabbro, 2023
|
||||||
# Idea, 2024
|
# Idea, 2024
|
||||||
# Joel Falknau <ozirascal@gmail.com>, 2024
|
# Joel Falknau <ozirascal@gmail.com>, 2024
|
||||||
|
# T'rahk Rokym, 2024
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2024\n"
|
"Last-Translator: T'rahk Rokym, 2024\n"
|
||||||
"Language-Team: French (France) (https://app.transifex.com/alliance-auth/teams/107430/fr_FR/)\n"
|
"Language-Team: French (France) (https://app.transifex.com/alliance-auth/teams/107430/fr_FR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -70,66 +71,90 @@ msgstr ""
|
|||||||
"restreints: %s"
|
"restreints: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Anglais"
|
msgstr "Anglais"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Allemand"
|
msgstr "Allemand"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Espagnol"
|
msgstr "Espagnol"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Chinois simplifié"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Russe"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Coréen"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Français"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Japonais"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italien"
|
msgstr "Italien"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Japonais"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Coréen"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Français"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Russe"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr "Polonais"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukrainien"
|
msgstr "Ukrainien"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Langue"
|
msgstr "Langue"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Mode Nuit"
|
msgstr "Mode Nuit"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Thème"
|
msgstr "Thème"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "État changé à: %s"
|
msgstr "État changé à: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "L'état de votre personnage est maintenant: %(state)s"
|
msgstr "L'état de votre personnage est maintenant: %(state)s"
|
||||||
@@ -141,27 +166,27 @@ msgstr "L'état de votre personnage est maintenant: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Écran de bord"
|
msgstr "Écran de bord"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Personnages"
|
msgstr "Personnages"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Ajouter un Personnage"
|
msgstr "Ajouter un Personnage"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Changer de Personnage Principal"
|
msgstr "Changer de Personnage Principal"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -170,12 +195,12 @@ msgstr "Changer de Personnage Principal"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nom"
|
msgstr "Nom"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Corpo"
|
msgstr "Corpo"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -185,7 +210,7 @@ msgstr "Alliance"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Appartenance"
|
msgstr "Appartenance"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "État:"
|
msgstr "État:"
|
||||||
|
|
||||||
@@ -431,6 +456,19 @@ msgid "Failed to gather corporation statistics with selected token."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Impossible d'obtenir les statistiques de la corpo avec le code choisi."
|
"Impossible d'obtenir les statistiques de la corpo avec le code choisi."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr "CSS personnalisé"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr "Votre CSS personnalisé"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr "Ce CSS être ajouté sur le site après le CSS par défaut"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -518,13 +556,14 @@ msgstr "supprimer lien FAT"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Utilisateur"
|
msgstr "Utilisateur"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Système"
|
msgstr "Système"
|
||||||
@@ -717,7 +756,6 @@ msgstr "Gestion de groupe"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Groupes"
|
msgstr "Groupes"
|
||||||
|
|
||||||
@@ -873,7 +911,7 @@ msgstr "Demandeur"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Type"
|
msgstr "Type"
|
||||||
|
|
||||||
@@ -965,7 +1003,7 @@ msgid "Hidden"
|
|||||||
msgstr "Caché"
|
msgstr "Caché"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Ouvert"
|
msgstr "Ouvert"
|
||||||
|
|
||||||
@@ -1449,16 +1487,16 @@ msgstr "Alertes"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "Super Utilisateur"
|
msgstr "Super Utilisateur"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administrateur"
|
msgstr "Administrateur"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "Se Déconnecter"
|
msgstr "Se Déconnecter"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1608,7 +1646,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Système de départ"
|
msgstr "Système de départ"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "Temps EVE"
|
msgstr "Temps EVE"
|
||||||
|
|
||||||
@@ -1805,17 +1843,17 @@ msgstr ""
|
|||||||
"pensez que c'est une erreur, veuillez contacter un administrateur."
|
"pensez que c'est une erreur, veuillez contacter un administrateur."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "Activer"
|
msgstr "Activer"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "Réinitialiser le mot de passe"
|
msgstr "Réinitialiser le mot de passe"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "Désactiver"
|
msgstr "Désactiver"
|
||||||
|
|
||||||
@@ -1902,15 +1940,61 @@ msgstr "Définir le mot de passe IPSuite4."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "Compte IPSuite4 désactivé."
|
msgstr "Compte IPSuite4 désactivé."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Définir le mot de passe"
|
msgstr "Définir le mot de passe"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Connecter"
|
msgstr "Connecter"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2480,56 +2564,56 @@ msgstr "Modifications enregistrées de la flotte SRP%(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "Votre serveur a reçu une erreur ESI avec pour code"
|
msgstr "Votre serveur a reçu une erreur ESI avec pour code"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Alertes Alliance Auth"
|
msgstr "Alertes Alliance Auth"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Fermé"
|
msgstr "Fermé"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "Aucune notification pour le moment"
|
msgstr "Aucune notification pour le moment"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Propulsé par Gitlab"
|
msgstr "Propulsé par Gitlab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Support Discord"
|
msgstr "Support Discord"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Version du logiciel"
|
msgstr "Version du logiciel"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Actuelle"
|
msgstr "Actuelle"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Dernière version stable"
|
msgstr "Dernière version stable"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Mise à jour disponible"
|
msgstr "Mise à jour disponible"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Dernière Pre-Release"
|
msgstr "Dernière Pre-Release"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Pre-Release disponible"
|
msgstr "Pre-Release disponible"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "File d'attente des tâches"
|
msgstr "File d'attente des tâches"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2539,11 +2623,11 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
" Status de %(total)s tâches traitées • %(latest)s restantes"
|
" Status de %(total)s tâches traitées • %(latest)s restantes"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "en cours d'exécution"
|
msgstr "en cours d'exécution"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "en attente"
|
msgstr "en attente"
|
||||||
|
|
||||||
@@ -2572,114 +2656,216 @@ msgstr "Activer navigation"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "Sélectionner un thème"
|
msgstr "Sélectionner un thème"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Autre"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Amical"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Hostile"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Neutre"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Details"
|
msgstr "Details"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Planète/Lune"
|
msgstr "Planète/Lune"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Type de structure"
|
msgstr "Type de structure"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Type de timer"
|
msgstr "Type de timer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Objectif"
|
msgstr "Objectif"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "Minuterie absolue"
|
msgstr "Minuterie absolue"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "Date et heure"
|
msgstr "Date et heure"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Jour restants"
|
msgstr "Jour restants"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Heures restantes"
|
msgstr "Heures restantes"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Minutes restantes"
|
msgstr "Minutes restantes"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Important"
|
msgstr "Important"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Limité à la Corporation"
|
msgstr "Limité à la Corporation"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Amical"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Hostile"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Neutre"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "POCO"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS [S]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS [M]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS [L]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Astrahus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Fortizar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Keepstar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Raitaru"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Azbel"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Athanor"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Tatara"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Porte de saut Ansiblex"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Cycle d’extraction de lune"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Autre"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Non Spécifié"
|
msgstr "Non Spécifié"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Bouclier"
|
msgstr "Bouclier"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Armure"
|
msgstr "Armure"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Coque"
|
msgstr "Coque"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Final"
|
msgstr "Final"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Ancrage"
|
msgstr "Ancrage"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Désancrage"
|
msgstr "Désancrage"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "Prochaines Échéances"
|
msgstr "Prochaines Échéances"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "Échéances"
|
msgstr "Échéances"
|
||||||
|
|
||||||
@@ -2723,78 +2909,14 @@ msgstr "Mettre à jour le minuteur de structure"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Structure"
|
msgstr "Structure"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "POCO"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS [S]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS [M]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS [L]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Astrahus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Fortizar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Keepstar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Raitaru"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Azbel"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Athanor"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Tatara"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Balise Cyno"
|
msgstr "Balise Cyno"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Brouilleur de Cyno"
|
msgstr "Brouilleur de Cyno"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Porte de saut Ansiblex"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Cycle d’extraction de lune"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Gestion des minuteurs de structure"
|
msgstr "Gestion des minuteurs de structure"
|
||||||
|
|||||||
Binary file not shown.
@@ -13,7 +13,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Tuz, 2024\n"
|
"Last-Translator: Tuz, 2024\n"
|
||||||
"Language-Team: Italian (Italy) (https://app.transifex.com/alliance-auth/teams/107430/it_IT/)\n"
|
"Language-Team: Italian (Italy) (https://app.transifex.com/alliance-auth/teams/107430/it_IT/)\n"
|
||||||
@@ -62,66 +62,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr "Non ti è consentito aggiungere o rimuovere questi gruppi ristretti:%s"
|
msgstr "Non ti è consentito aggiungere o rimuovere questi gruppi ristretti:%s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Inglese"
|
msgstr "Inglese"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Tedesco"
|
msgstr "Tedesco"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Spagnolo"
|
msgstr "Spagnolo"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Cinese semplificato"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Russo"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Coreano"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Francese"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Giapponese"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italiano"
|
msgstr "Italiano"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Giapponese"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Coreano"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Francese"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Russo"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ucraino"
|
msgstr "Ucraino"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Lingua"
|
msgstr "Lingua"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Modalità scura"
|
msgstr "Modalità scura"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Tema"
|
msgstr "Tema"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Stato modificato a: %s"
|
msgstr "Stato modificato a: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "Il tuo stato utente è ora: %(state)s"
|
msgstr "Il tuo stato utente è ora: %(state)s"
|
||||||
@@ -133,27 +157,27 @@ msgstr "Il tuo stato utente è ora: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Pannello di controllo"
|
msgstr "Pannello di controllo"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Personaggi"
|
msgstr "Personaggi"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Aggiungi personaggio"
|
msgstr "Aggiungi personaggio"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Cambia personaggio principale"
|
msgstr "Cambia personaggio principale"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -162,12 +186,12 @@ msgstr "Cambia personaggio principale"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nome"
|
msgstr "Nome"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Corp"
|
msgstr "Corp"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -177,7 +201,7 @@ msgstr "Alleanza"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Appartenenza"
|
msgstr "Appartenenza"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "Stato:"
|
msgstr "Stato:"
|
||||||
|
|
||||||
@@ -424,6 +448,19 @@ msgstr ""
|
|||||||
"Impossibile raccogliere le statistiche sulla corporazione con il token "
|
"Impossibile raccogliere le statistiche sulla corporazione con il token "
|
||||||
"selezionato."
|
"selezionato."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -512,13 +549,14 @@ msgstr "Elimina fat"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Utente"
|
msgstr "Utente"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Sistema"
|
msgstr "Sistema"
|
||||||
@@ -711,7 +749,6 @@ msgstr "Gestione gruppi"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Gruppi"
|
msgstr "Gruppi"
|
||||||
|
|
||||||
@@ -867,7 +904,7 @@ msgstr "Richiedente"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Tipo"
|
msgstr "Tipo"
|
||||||
|
|
||||||
@@ -959,7 +996,7 @@ msgid "Hidden"
|
|||||||
msgstr "Nascosto"
|
msgstr "Nascosto"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Aperto"
|
msgstr "Aperto"
|
||||||
|
|
||||||
@@ -1446,16 +1483,16 @@ msgstr "Notifiche"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "Super User"
|
msgstr "Super User"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Amministratore"
|
msgstr "Amministratore"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "Sign Out"
|
msgstr "Sign Out"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1605,7 +1642,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Sistema di partenza"
|
msgstr "Sistema di partenza"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1802,17 +1839,17 @@ msgstr ""
|
|||||||
"pensi questo sia un errore per favore contatta un ammistratore."
|
"pensi questo sia un errore per favore contatta un ammistratore."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "Attivare"
|
msgstr "Attivare"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "Reset Password"
|
msgstr "Reset Password"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "Deattivare"
|
msgstr "Deattivare"
|
||||||
|
|
||||||
@@ -1899,15 +1936,61 @@ msgstr "Imposta password IPSuite4."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "Disattiva account IPSuite4."
|
msgstr "Disattiva account IPSuite4."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Imposta password"
|
msgstr "Imposta password"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Connect"
|
msgstr "Connect"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2480,56 +2563,56 @@ msgstr "Salvati i cambiamenti al SRP della flotta %(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "Il server ha ricevuto un codice di risposta di errore ESI pari a "
|
msgstr "Il server ha ricevuto un codice di risposta di errore ESI pari a "
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Notifiche Auth Alleanza"
|
msgstr "Notifiche Auth Alleanza"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Chiuso"
|
msgstr "Chiuso"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "Nessuna notifica al momento"
|
msgstr "Nessuna notifica al momento"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Powered by GitLab"
|
msgstr "Powered by GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Discord di supporto"
|
msgstr "Discord di supporto"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Versione del software"
|
msgstr "Versione del software"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Attuale"
|
msgstr "Attuale"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Ultima versione stabile"
|
msgstr "Ultima versione stabile"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Aggiornamento disponibile"
|
msgstr "Aggiornamento disponibile"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Ultima versione preliminare"
|
msgstr "Ultima versione preliminare"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Versione preliminare disponibile"
|
msgstr "Versione preliminare disponibile"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "Coda delle attività"
|
msgstr "Coda delle attività"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2537,11 +2620,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "in esecuzione"
|
msgstr "in esecuzione"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "in coda"
|
msgstr "in coda"
|
||||||
|
|
||||||
@@ -2570,114 +2653,216 @@ msgstr "Attiva/disattiva navigazione"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "Seleziona Tema"
|
msgstr "Seleziona Tema"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Altro"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Amichevole"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Ostile"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Neutrale"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Dettagli"
|
msgstr "Dettagli"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Pianeta/Luna"
|
msgstr "Pianeta/Luna"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Tipologia di struttura"
|
msgstr "Tipologia di struttura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Tipologia di timer"
|
msgstr "Tipologia di timer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Obiettivo"
|
msgstr "Obiettivo"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "Timer Assoluto"
|
msgstr "Timer Assoluto"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "Data e Ora"
|
msgstr "Data e Ora"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Giorni rimanenti"
|
msgstr "Giorni rimanenti"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Ore rimanenti"
|
msgstr "Ore rimanenti"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Minuti rimanenti "
|
msgstr "Minuti rimanenti "
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Importante"
|
msgstr "Importante"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Limitato alla corporazione"
|
msgstr "Limitato alla corporazione"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Amichevole"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Ostile"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Neutrale"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "POCO"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS [S]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS [M]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS [L]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Astrahus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Fortizar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Keepstar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Raitaru"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Azbel"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Athanor"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Tatara"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Ansiblex Jump Gate"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Moon Mining Cycle"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Altro"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Non specificato"
|
msgstr "Non specificato"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Scudo"
|
msgstr "Scudo"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Armatura"
|
msgstr "Armatura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Struttura"
|
msgstr "Struttura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Ultimo"
|
msgstr "Ultimo"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "In ancoraggio"
|
msgstr "In ancoraggio"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "In disancoraggio"
|
msgstr "In disancoraggio"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "Prossimi Timer"
|
msgstr "Prossimi Timer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "Timer"
|
msgstr "Timer"
|
||||||
|
|
||||||
@@ -2721,78 +2906,14 @@ msgstr "Aggiorna timer struttura"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Struttura"
|
msgstr "Struttura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "POCO"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS [S]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS [M]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS [L]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Astrahus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Fortizar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Keepstar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Raitaru"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Azbel"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Athanor"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Tatara"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Cyno Beacon"
|
msgstr "Cyno Beacon"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Cyno Jammer"
|
msgstr "Cyno Jammer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Ansiblex Jump Gate"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Moon Mining Cycle"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Gestione timer strutture"
|
msgstr "Gestione timer strutture"
|
||||||
|
|||||||
Binary file not shown.
@@ -13,7 +13,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: kotaneko, 2024\n"
|
"Last-Translator: kotaneko, 2024\n"
|
||||||
"Language-Team: Japanese (https://app.transifex.com/alliance-auth/teams/107430/ja/)\n"
|
"Language-Team: Japanese (https://app.transifex.com/alliance-auth/teams/107430/ja/)\n"
|
||||||
@@ -57,66 +57,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr "これらの制限付きグループを追加または削除することはできません。%s"
|
msgstr "これらの制限付きグループを追加または削除することはできません。%s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "英語"
|
msgstr "英語"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "ドイツ語"
|
msgstr "ドイツ語"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "スペイン語"
|
msgstr "スペイン語"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "中国語 簡体字"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "ロシア語"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "韓国語"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "フランス語"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "日本語"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "イタリア語"
|
msgstr "イタリア語"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "日本語"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "韓国語"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "フランス語"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "ロシア語"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "ウクライナ語"
|
msgstr "ウクライナ語"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "言語"
|
msgstr "言語"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "ナイトモード"
|
msgstr "ナイトモード"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "テーマ"
|
msgstr "テーマ"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "分類が%sに変更されました。"
|
msgstr "分類が%sに変更されました。"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "あなたの分類は%(state)sになりました。"
|
msgstr "あなたの分類は%(state)sになりました。"
|
||||||
@@ -128,27 +152,27 @@ msgstr "あなたの分類は%(state)sになりました。"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "ダッシュボード"
|
msgstr "ダッシュボード"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "キャラクター"
|
msgstr "キャラクター"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "キャラクターを追加"
|
msgstr "キャラクターを追加"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "メンキャラクターを変更"
|
msgstr "メンキャラクターを変更"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -157,12 +181,12 @@ msgstr "メンキャラクターを変更"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "名前"
|
msgstr "名前"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "コーポ"
|
msgstr "コーポ"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -172,7 +196,7 @@ msgstr "アライアンス"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "メンバーシップ"
|
msgstr "メンバーシップ"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "状態:"
|
msgstr "状態:"
|
||||||
|
|
||||||
@@ -407,6 +431,19 @@ msgstr "選択されたCorpはすでにStatistics Moduleを導入済みです。
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "選択されたTokenではCorporation Statisticsを取得できませんでした。"
|
msgstr "選択されたTokenではCorporation Statisticsを取得できませんでした。"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -494,13 +531,14 @@ msgstr "Fat-Linkを削除"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "ユーザ"
|
msgstr "ユーザ"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "星系"
|
msgstr "星系"
|
||||||
@@ -687,7 +725,6 @@ msgstr "グループ管理"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "グループ"
|
msgstr "グループ"
|
||||||
|
|
||||||
@@ -827,7 +864,7 @@ msgstr "依頼者"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "タイプ"
|
msgstr "タイプ"
|
||||||
|
|
||||||
@@ -919,7 +956,7 @@ msgid "Hidden"
|
|||||||
msgstr "閉じる"
|
msgstr "閉じる"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "開く"
|
msgstr "開く"
|
||||||
|
|
||||||
@@ -1395,16 +1432,16 @@ msgstr "通知"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "スーパーユーザ"
|
msgstr "スーパーユーザ"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "管理者"
|
msgstr "管理者"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "サインアウト"
|
msgstr "サインアウト"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1554,7 +1591,7 @@ msgid "Form Up System"
|
|||||||
msgstr "フォームアップ星系"
|
msgstr "フォームアップ星系"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "EVE内時間"
|
msgstr "EVE内時間"
|
||||||
|
|
||||||
@@ -1750,17 +1787,17 @@ msgstr ""
|
|||||||
"DiscordアカウントはAuthによって自動的に無効化されました。これが何らかの間違いによるものだと思われる場合は、管理者に連絡してください。"
|
"DiscordアカウントはAuthによって自動的に無効化されました。これが何らかの間違いによるものだと思われる場合は、管理者に連絡してください。"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "有効化"
|
msgstr "有効化"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "パスワードをリセット"
|
msgstr "パスワードをリセット"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "非アクティブ化"
|
msgstr "非アクティブ化"
|
||||||
|
|
||||||
@@ -1841,15 +1878,61 @@ msgstr "IPSuite4 のパスワードを設定します。"
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "IPSuite4 アカウントを非アクティブ化しました。"
|
msgstr "IPSuite4 アカウントを非アクティブ化しました。"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "パスワード設定"
|
msgstr "パスワード設定"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "接続"
|
msgstr "接続"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2413,56 +2496,56 @@ msgstr "SRP フリートへの変更を保存 %(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "サーバーが ESI エラー応答コードを受信しました "
|
msgstr "サーバーが ESI エラー応答コードを受信しました "
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "アライアンスAuth 通知"
|
msgstr "アライアンスAuth 通知"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "クローズド"
|
msgstr "クローズド"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "現時点では通知はありません"
|
msgstr "現時点では通知はありません"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Powered by GitLab"
|
msgstr "Powered by GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "サポートディスコード"
|
msgstr "サポートディスコード"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "ソフトウェアバージョン"
|
msgstr "ソフトウェアバージョン"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "現在"
|
msgstr "現在"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "最新安定版"
|
msgstr "最新安定版"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "アップデート可能"
|
msgstr "アップデート可能"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "最新のプレリリース"
|
msgstr "最新のプレリリース"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "プレリリース利用可能"
|
msgstr "プレリリース利用可能"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "タスク待ち"
|
msgstr "タスク待ち"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2473,11 +2556,11 @@ msgstr ""
|
|||||||
" ステータス %(total)s 処理済みタスク • 残り %(latest)s\n"
|
" ステータス %(total)s 処理済みタスク • 残り %(latest)s\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "実行中"
|
msgstr "実行中"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "実行待ち"
|
msgstr "実行待ち"
|
||||||
|
|
||||||
@@ -2506,114 +2589,216 @@ msgstr "ナビゲーションを切り替え"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "テーマを選択"
|
msgstr "テーマを選択"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "その他"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "味方"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "敵性"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "中立"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "詳細"
|
msgstr "詳細"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "惑星/月"
|
msgstr "惑星/月"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "ストラクチャタイプ"
|
msgstr "ストラクチャタイプ"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "タイマータイプ"
|
msgstr "タイマータイプ"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "目標"
|
msgstr "目標"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "アブソルートタイマー"
|
msgstr "アブソルートタイマー"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "日付と時刻"
|
msgstr "日付と時刻"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "残り日数"
|
msgstr "残り日数"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "残り時間"
|
msgstr "残り時間"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "残り分数"
|
msgstr "残り分数"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "重要"
|
msgstr "重要"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "コーポレーション制限付き"
|
msgstr "コーポレーション制限付き"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "味方"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "敵性"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "中立"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "POCO"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS [S]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS [M]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS [L]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Astrahus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Fortizar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Keepstar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Raitaru"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Azbel"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Athanor"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Tatara"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Ansiblex Jump Gate"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Moon Mining Cycle"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "その他"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "指定なし"
|
msgstr "指定なし"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "シールド"
|
msgstr "シールド"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "アーマー"
|
msgstr "アーマー"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "ハル"
|
msgstr "ハル"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "最終"
|
msgstr "最終"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Anchoring"
|
msgstr "Anchoring"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Unanchoring"
|
msgstr "Unanchoring"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "今後予定されているタイマー"
|
msgstr "今後予定されているタイマー"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "タイマー"
|
msgstr "タイマー"
|
||||||
|
|
||||||
@@ -2657,78 +2842,14 @@ msgstr "ストラクチャタイマーを更新"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "ストラクチャ"
|
msgstr "ストラクチャ"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "POCO"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS [S]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS [M]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS [L]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Astrahus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Fortizar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Keepstar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Raitaru"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Azbel"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Athanor"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Tatara"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Cyno Beacon"
|
msgstr "Cyno Beacon"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Cyno Jammer"
|
msgstr "Cyno Jammer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Ansiblex Jump Gate"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Moon Mining Cycle"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "ストラクチャタイマー管理"
|
msgstr "ストラクチャタイマー管理"
|
||||||
|
|||||||
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Joel Falknau <ozirascal@gmail.com>, 2023
|
# Joel Falknau <ozirascal@gmail.com>, 2023
|
||||||
# None None <khd1226543@gmail.com>, 2023
|
# Nox <khd1226543@gmail.com>, 2023
|
||||||
# ThatRagingKid, 2023
|
# ThatRagingKid, 2023
|
||||||
# Lahty <js03js70@gmail.com>, 2023
|
# Lahty <js03js70@gmail.com>, 2023
|
||||||
# Olgeda Choi <undead.choi@gmail.com>, 2023
|
# Olgeda Choi <undead.choi@gmail.com>, 2023
|
||||||
@@ -18,7 +18,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Woojin Kang, 2024\n"
|
"Last-Translator: Woojin Kang, 2024\n"
|
||||||
"Language-Team: Korean (Korea) (https://app.transifex.com/alliance-auth/teams/107430/ko_KR/)\n"
|
"Language-Team: Korean (Korea) (https://app.transifex.com/alliance-auth/teams/107430/ko_KR/)\n"
|
||||||
@@ -63,66 +63,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr "해당 제한된 그룹을 추가하거나 제거할 수 있는 권한이 존재하지 않습니다: %s"
|
msgstr "해당 제한된 그룹을 추가하거나 제거할 수 있는 권한이 존재하지 않습니다: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "영어"
|
msgstr "영어"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "독일어"
|
msgstr "독일어"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "스페인어"
|
msgstr "스페인어"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "간체자"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "러시아어"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "한국어"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "프랑스어"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "일본어"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "이탈리아어"
|
msgstr "이탈리아어"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "일본어"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "한국어"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "프랑스어"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "러시아어"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "우크라이나어"
|
msgstr "우크라이나어"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "언어"
|
msgstr "언어"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "야간 모드"
|
msgstr "야간 모드"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "테마"
|
msgstr "테마"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "상태가 %s로 변경됐습니다."
|
msgstr "상태가 %s로 변경됐습니다."
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "사용자의 상태는 %(state)s입니다."
|
msgstr "사용자의 상태는 %(state)s입니다."
|
||||||
@@ -134,27 +158,27 @@ msgstr "사용자의 상태는 %(state)s입니다."
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "대시보드"
|
msgstr "대시보드"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "캐릭터"
|
msgstr "캐릭터"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "캐릭터 추가"
|
msgstr "캐릭터 추가"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "주 캐릭터 변경"
|
msgstr "주 캐릭터 변경"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -163,12 +187,12 @@ msgstr "주 캐릭터 변경"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "이름"
|
msgstr "이름"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "코퍼레이션"
|
msgstr "코퍼레이션"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -178,7 +202,7 @@ msgstr "얼라이언스"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "멤버쉽"
|
msgstr "멤버쉽"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "상태:"
|
msgstr "상태:"
|
||||||
|
|
||||||
@@ -413,6 +437,19 @@ msgstr "선택한 코퍼레이션은 이미 통계 모듈을 갖고 있습니다
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "선택한 토큰으로 코퍼레이션 통계 수집에 실패했습니다."
|
msgstr "선택한 토큰으로 코퍼레이션 통계 수집에 실패했습니다."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -500,13 +537,14 @@ msgstr "함대 활동 추적(FAT) 링크 삭제"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "사용자"
|
msgstr "사용자"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "시스템"
|
msgstr "시스템"
|
||||||
@@ -695,7 +733,6 @@ msgstr "그룹 관리"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "그룹"
|
msgstr "그룹"
|
||||||
|
|
||||||
@@ -836,7 +873,7 @@ msgstr "요청인"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "타입"
|
msgstr "타입"
|
||||||
|
|
||||||
@@ -928,7 +965,7 @@ msgid "Hidden"
|
|||||||
msgstr "숨김"
|
msgstr "숨김"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "열기"
|
msgstr "열기"
|
||||||
|
|
||||||
@@ -1404,16 +1441,16 @@ msgstr "알림"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "Super User"
|
msgstr "Super User"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "어드민"
|
msgstr "어드민"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "탈퇴"
|
msgstr "탈퇴"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1563,7 +1600,7 @@ msgid "Form Up System"
|
|||||||
msgstr "폼업 성계"
|
msgstr "폼업 성계"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "인게임 시간"
|
msgstr "인게임 시간"
|
||||||
|
|
||||||
@@ -1758,17 +1795,17 @@ msgid ""
|
|||||||
msgstr "Auth에 의해 자동으로 Discord 계정이 비활성화됐습니다. 원치 않는 사항일 경우, 관리자에게 문의해 주세요."
|
msgstr "Auth에 의해 자동으로 Discord 계정이 비활성화됐습니다. 원치 않는 사항일 경우, 관리자에게 문의해 주세요."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "활성화"
|
msgstr "활성화"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "비밀번호 초기화"
|
msgstr "비밀번호 초기화"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "비활성화"
|
msgstr "비활성화"
|
||||||
|
|
||||||
@@ -1849,15 +1886,61 @@ msgstr "IPSuite4 비밀번호 설정"
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "IPSuite4 계정 비활성화 완료"
|
msgstr "IPSuite4 계정 비활성화 완료"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "비밀번호 설정"
|
msgstr "비밀번호 설정"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "연결"
|
msgstr "연결"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "재버"
|
msgstr "재버"
|
||||||
@@ -2418,56 +2501,56 @@ msgstr "SRP 보상 요청 함대 %(fleetname)s의 변경 사항이 저장되었
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "당신의 서버에 ESI 에러가 발생하였습니다. 응답코드 :"
|
msgstr "당신의 서버에 ESI 에러가 발생하였습니다. 응답코드 :"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "얼라이언스 Auth 알림"
|
msgstr "얼라이언스 Auth 알림"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "닫혔음"
|
msgstr "닫혔음"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "이번에는 알림을 울리지 않기"
|
msgstr "이번에는 알림을 울리지 않기"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "GitLab 제공"
|
msgstr "GitLab 제공"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Support Discord"
|
msgstr "Support Discord"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "소프트웨어 버전"
|
msgstr "소프트웨어 버전"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "현재"
|
msgstr "현재"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "최신 안정화 버전"
|
msgstr "최신 안정화 버전"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "업데이트 가능"
|
msgstr "업데이트 가능"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "최신 사전 출시 버전"
|
msgstr "최신 사전 출시 버전"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "사전 출시 사용 가능"
|
msgstr "사전 출시 사용 가능"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "작업 대기열"
|
msgstr "작업 대기열"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2477,11 +2560,11 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
" %(total)s 의 진행된 작업 상태 • 잔여 %(latest)s"
|
" %(total)s 의 진행된 작업 상태 • 잔여 %(latest)s"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "진행중"
|
msgstr "진행중"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "대기중"
|
msgstr "대기중"
|
||||||
|
|
||||||
@@ -2510,114 +2593,216 @@ msgstr "네비게이션 전환"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "테마 선택"
|
msgstr "테마 선택"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "기타"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "우호"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "적대"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "중립"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "설명"
|
msgstr "설명"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "행성/달"
|
msgstr "행성/달"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "스트럭처 종류"
|
msgstr "스트럭처 종류"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "타이머 종류"
|
msgstr "타이머 종류"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "목표 대상"
|
msgstr "목표 대상"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "절대 타이머"
|
msgstr "절대 타이머"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "날짜와 시간"
|
msgstr "날짜와 시간"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "남은 일수"
|
msgstr "남은 일수"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "남은 시간"
|
msgstr "남은 시간"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "남은 분"
|
msgstr "남은 분"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "중요"
|
msgstr "중요"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "코퍼레이션 제한"
|
msgstr "코퍼레이션 제한"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "우호"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "적대"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "중립"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "포코(POCO)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS [S]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS [M]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS [L]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "아스트라허스(Astrahus)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "포르티자(Fortizar)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "킵스타(Keepstar)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "라이타루(Raitaru)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "아즈벨(Azbel)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "소티요(Sotiyo)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "아타노르(Athanor)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "타타라(Tatara)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "엔서블렉스 점프 게이트(Ansiblex Jump Gate)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "문 마이닝 주기"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "기타"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "명시되지 않음"
|
msgstr "명시되지 않음"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "실드"
|
msgstr "실드"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "장갑"
|
msgstr "장갑"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "선체"
|
msgstr "선체"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "최종"
|
msgstr "최종"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "고정"
|
msgstr "고정"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "미고정"
|
msgstr "미고정"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "예정 타이머"
|
msgstr "예정 타이머"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "타이머"
|
msgstr "타이머"
|
||||||
|
|
||||||
@@ -2661,78 +2846,14 @@ msgstr "구조물 타이머 수정"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "구조물"
|
msgstr "구조물"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "포코(POCO)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS [S]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS [M]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS [L]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "아스트라허스(Astrahus)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "포르티자(Fortizar)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "킵스타(Keepstar)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "라이타루(Raitaru)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "아즈벨(Azbel)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "소티요(Sotiyo)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "아타노르(Athanor)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "타타라(Tatara)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "사이노 비컨(Cyno Beacon)"
|
msgstr "사이노 비컨(Cyno Beacon)"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "사이노 재머(Cyno Jammer)"
|
msgstr "사이노 재머(Cyno Jammer)"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "엔서블렉스 점프 게이트(Ansiblex Jump Gate)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "문 마이닝 주기"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "구조물 타이머 관리"
|
msgstr "구조물 타이머 관리"
|
||||||
|
|||||||
Binary file not shown.
BIN
allianceauth/locale/nl_NL/LC_MESSAGES/django.mo
Normal file
BIN
allianceauth/locale/nl_NL/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
@@ -12,14 +12,14 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-09-13 19:57+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Agent Fuse, 2024\n"
|
"Last-Translator: Agent Fuse, 2024\n"
|
||||||
"Language-Team: Dutch (https://app.transifex.com/alliance-auth/teams/107430/nl/)\n"
|
"Language-Team: Dutch (Netherlands) (https://app.transifex.com/alliance-auth/teams/107430/nl_NL/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: nl\n"
|
"Language: nl_NL\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: allianceauth/analytics/models.py:26
|
#: allianceauth/analytics/models.py:26
|
||||||
@@ -62,66 +62,90 @@ msgstr ""
|
|||||||
"Je bent niet gemachtigd om de volgende beperkte groepen te verwijderen: %s"
|
"Je bent niet gemachtigd om de volgende beperkte groepen te verwijderen: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Engels"
|
msgstr "Engels"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Duits"
|
msgstr "Duits"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Spaans"
|
msgstr "Spaans"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Vereenvoudigd Chinees"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Russisch"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Koreaans"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Frans"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Japans"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italiaans"
|
msgstr "Italiaans"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Japans"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Koreaans"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Frans"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Russisch"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Oekraïens"
|
msgstr "Oekraïens"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Taal"
|
msgstr "Taal"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Nachtstand"
|
msgstr "Nachtstand"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Thema"
|
msgstr "Thema"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "State gewijzigd naar: %s"
|
msgstr "State gewijzigd naar: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "De gebruikers staat is nu: %(state)s"
|
msgstr "De gebruikers staat is nu: %(state)s"
|
||||||
@@ -133,27 +157,27 @@ msgstr "De gebruikers staat is nu: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Dashboard"
|
msgstr "Dashboard"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Karakter"
|
msgstr "Karakter"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Personages toevoegen"
|
msgstr "Personages toevoegen"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Verander Main"
|
msgstr "Verander Main"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -162,12 +186,12 @@ msgstr "Verander Main"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Naam"
|
msgstr "Naam"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Corp"
|
msgstr "Corp"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -177,7 +201,7 @@ msgstr "Alliantie"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Lidmaatschap"
|
msgstr "Lidmaatschap"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "Status:"
|
msgstr "Status:"
|
||||||
|
|
||||||
@@ -422,6 +446,19 @@ msgstr ""
|
|||||||
"Het is niet gelukt om bedrijfsstatistieken te verzamelen met het "
|
"Het is niet gelukt om bedrijfsstatistieken te verzamelen met het "
|
||||||
"geselecteerde token."
|
"geselecteerde token."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -514,8 +551,8 @@ msgstr "Gebruiker"
|
|||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Systeem"
|
msgstr "Systeem"
|
||||||
@@ -837,7 +874,7 @@ msgstr "Aanvrager"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Type"
|
msgstr "Type"
|
||||||
|
|
||||||
@@ -929,7 +966,7 @@ msgid "Hidden"
|
|||||||
msgstr "verborgen"
|
msgstr "verborgen"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Open"
|
msgstr "Open"
|
||||||
|
|
||||||
@@ -1405,16 +1442,16 @@ msgstr "Notificatie"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1564,7 +1601,7 @@ msgid "Form Up System"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1759,17 +1796,17 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1850,12 +1887,12 @@ msgstr ""
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2418,56 +2455,56 @@ msgstr ""
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Alliantie Authenticatie Notificaties"
|
msgstr "Alliantie Authenticatie Notificaties"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Gesloten"
|
msgstr "Gesloten"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Software Versie"
|
msgstr "Software Versie"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Huidige"
|
msgstr "Huidige"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Update Beschikbaar"
|
msgstr "Update Beschikbaar"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2475,11 +2512,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2508,114 +2545,216 @@ msgstr ""
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "Selecteer Thema"
|
msgstr "Selecteer Thema"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Andere"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Vriendelijk"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Vijandig"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Neutraal"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Details"
|
msgstr "Details"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Planeet/Maan"
|
msgstr "Planeet/Maan"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Timer Type"
|
msgstr "Timer Type"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Doel"
|
msgstr "Doel"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "Absolute Timer"
|
msgstr "Absolute Timer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "Datum en Tijd"
|
msgstr "Datum en Tijd"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Resterende Dagen"
|
msgstr "Resterende Dagen"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Resterende Uren"
|
msgstr "Resterende Uren"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Resterende Minuten"
|
msgstr "Resterende Minuten"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Belangrijk"
|
msgstr "Belangrijk"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Vriendelijk"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Vijandig"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Neutraal"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Astrahus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Fortizar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Keepstar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Raitaru"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Athanor"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Tatara"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Ansiblex Jump Gate"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Maan mijn Cyclus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Andere"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Niet gespecifieerd"
|
msgstr "Niet gespecifieerd"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Schild"
|
msgstr "Schild"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Pantser"
|
msgstr "Pantser"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Romp"
|
msgstr "Romp"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Laatste"
|
msgstr "Laatste"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Ankeren"
|
msgstr "Ankeren"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "ontankeren"
|
msgstr "ontankeren"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "Timer"
|
msgstr "Timer"
|
||||||
|
|
||||||
@@ -2659,78 +2798,14 @@ msgstr ""
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Constructie"
|
msgstr "Constructie"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Astrahus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Fortizar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Keepstar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Raitaru"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Athanor"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Tatara"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Cyno Beacon"
|
msgstr "Cyno Beacon"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Cyno Jammer"
|
msgstr "Cyno Jammer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Ansiblex Jump Gate"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Maan mijn Cyclus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
Binary file not shown.
@@ -11,7 +11,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: MisBimbrownik, 2024\n"
|
"Last-Translator: MisBimbrownik, 2024\n"
|
||||||
"Language-Team: Polish (Poland) (https://app.transifex.com/alliance-auth/teams/107430/pl_PL/)\n"
|
"Language-Team: Polish (Poland) (https://app.transifex.com/alliance-auth/teams/107430/pl_PL/)\n"
|
||||||
@@ -63,66 +63,90 @@ msgstr ""
|
|||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Angielski"
|
msgstr "Angielski"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Niemiecki"
|
msgstr "Niemiecki"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Hiszpański"
|
msgstr "Hiszpański"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Chiński uproszczony"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Rosyjski"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Koreański"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Francuski"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Japoński"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Włoski"
|
msgstr "Włoski"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Japoński"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Koreański"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Francuski"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Rosyjski"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukraiński"
|
msgstr "Ukraiński"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Język"
|
msgstr "Język"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Tryb nocny"
|
msgstr "Tryb nocny"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Styl"
|
msgstr "Styl"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Stan został zmieniony na: %s"
|
msgstr "Stan został zmieniony na: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "Stan twojego użytkownika to: %(state)s"
|
msgstr "Stan twojego użytkownika to: %(state)s"
|
||||||
@@ -134,27 +158,27 @@ msgstr "Stan twojego użytkownika to: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Tablica"
|
msgstr "Tablica"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Postacie"
|
msgstr "Postacie"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Dodaj postać"
|
msgstr "Dodaj postać"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Zmień główną postać"
|
msgstr "Zmień główną postać"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -163,12 +187,12 @@ msgstr "Zmień główną postać"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nazwa"
|
msgstr "Nazwa"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Korporacja"
|
msgstr "Korporacja"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -178,7 +202,7 @@ msgstr "Sojusz"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Członkowstwo"
|
msgstr "Członkowstwo"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "Stan:"
|
msgstr "Stan:"
|
||||||
|
|
||||||
@@ -425,6 +449,19 @@ msgstr "Wybrana Korporacja ma już włączony moduł statystyk."
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "Nie udało się pobrać statystyk korporacji używając wybranego Tokenu."
|
msgstr "Nie udało się pobrać statystyk korporacji używając wybranego Tokenu."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -512,13 +549,14 @@ msgstr "Usuń FAT"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Użytkownik"
|
msgstr "Użytkownik"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "System"
|
msgstr "System"
|
||||||
@@ -713,7 +751,6 @@ msgstr "Zarządzanie Grupami"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Grupy"
|
msgstr "Grupy"
|
||||||
|
|
||||||
@@ -865,7 +902,7 @@ msgstr "Wnioskujący"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Typ"
|
msgstr "Typ"
|
||||||
|
|
||||||
@@ -957,7 +994,7 @@ msgid "Hidden"
|
|||||||
msgstr "Ukryte"
|
msgstr "Ukryte"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Otwarta"
|
msgstr "Otwarta"
|
||||||
|
|
||||||
@@ -1441,16 +1478,16 @@ msgstr "Powiadomienia"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "Super-Użytkownik"
|
msgstr "Super-Użytkownik"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "Wyloguj"
|
msgstr "Wyloguj"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1600,7 +1637,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Miejsce zbiórki"
|
msgstr "Miejsce zbiórki"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "Czas EVE"
|
msgstr "Czas EVE"
|
||||||
|
|
||||||
@@ -1797,17 +1834,17 @@ msgstr ""
|
|||||||
" uważasz, że to pomyłka - skontaktuj się z Adminem."
|
" uważasz, że to pomyłka - skontaktuj się z Adminem."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "Włącz"
|
msgstr "Włącz"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "Zresetuj hasło"
|
msgstr "Zresetuj hasło"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "Wyłącz"
|
msgstr "Wyłącz"
|
||||||
|
|
||||||
@@ -1892,15 +1929,61 @@ msgstr "Ustaw hasło IPSuite4."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "Wyłączono konto IPSuite4."
|
msgstr "Wyłączono konto IPSuite4."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Ustaw hasło"
|
msgstr "Ustaw hasło"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Połącz"
|
msgstr "Połącz"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2470,56 +2553,56 @@ msgstr "Zapisano zmiany we Flocie z SRP %(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "Twój Serwer otrzymał błąd ESI o kodzie"
|
msgstr "Twój Serwer otrzymał błąd ESI o kodzie"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Powiadomienia z Autoryzacji Sojuszu (AA)"
|
msgstr "Powiadomienia z Autoryzacji Sojuszu (AA)"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Zakończone"
|
msgstr "Zakończone"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "Brak nowych powiadomień"
|
msgstr "Brak nowych powiadomień"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Utworzone przy użyciu GitLab"
|
msgstr "Utworzone przy użyciu GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Potrzebujesz pomocy? Użyj Discord"
|
msgstr "Potrzebujesz pomocy? Użyj Discord"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Wersja oprogramowania"
|
msgstr "Wersja oprogramowania"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Aktualne"
|
msgstr "Aktualne"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Ostatnia stabilna"
|
msgstr "Ostatnia stabilna"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Aktualizacja jest dostępna"
|
msgstr "Aktualizacja jest dostępna"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Ostatnie przed-produkcyjna"
|
msgstr "Ostatnie przed-produkcyjna"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Przed-produkcyjna jest dostępna"
|
msgstr "Przed-produkcyjna jest dostępna"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "Kolejka Zadań"
|
msgstr "Kolejka Zadań"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2529,11 +2612,11 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Status %(total)s przeprocesowanych Zadań • ostatnie %(latest)s"
|
"Status %(total)s przeprocesowanych Zadań • ostatnie %(latest)s"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "w trakcie"
|
msgstr "w trakcie"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "oczekujące"
|
msgstr "oczekujące"
|
||||||
|
|
||||||
@@ -2562,114 +2645,216 @@ msgstr "Przełącz nawigację"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "Wybierz styl"
|
msgstr "Wybierz styl"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Inny"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Przyjaciel"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Wróg"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Neutralny"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Szczegóły"
|
msgstr "Szczegóły"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Planeta/Księżyc"
|
msgstr "Planeta/Księżyc"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Typ Struktury"
|
msgstr "Typ Struktury"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Typ Licznika"
|
msgstr "Typ Licznika"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Cel"
|
msgstr "Cel"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "Licznik bezwzględny"
|
msgstr "Licznik bezwzględny"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "Data i Czas"
|
msgstr "Data i Czas"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Pozostało dni"
|
msgstr "Pozostało dni"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Pozostało godzin"
|
msgstr "Pozostało godzin"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Pozostało minut"
|
msgstr "Pozostało minut"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Ważny"
|
msgstr "Ważny"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Wewnętrzny dla Korporacji"
|
msgstr "Wewnętrzny dla Korporacji"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Przyjaciel"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Wróg"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Neutralny"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "POCO"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS (Mały)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS (Średni)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS (Duży)"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Astrahus"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Fortizar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Keepstar"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Raitaru"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Azbel"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Sotiyo"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Athanor"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Tatara"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Ansiblex Jump Gate"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Cykl Koparki Księżycowej"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Inny"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Nie określono"
|
msgstr "Nie określono"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Pole siłowe"
|
msgstr "Pole siłowe"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Armor"
|
msgstr "Armor"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Struktura"
|
msgstr "Struktura"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Ostateczny"
|
msgstr "Ostateczny"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Kotwiczenie"
|
msgstr "Kotwiczenie"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Usunięcie kotwiczenia"
|
msgstr "Usunięcie kotwiczenia"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "Nadczodzące zdarzenia"
|
msgstr "Nadczodzące zdarzenia"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "Zdarzenie"
|
msgstr "Zdarzenie"
|
||||||
|
|
||||||
@@ -2713,78 +2898,14 @@ msgstr "Zaktualizuj Zdarzenie powiązane z Obiektami"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Obiekt"
|
msgstr "Obiekt"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "POCO"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS (Mały)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS (Średni)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS (Duży)"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Astrahus"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Fortizar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Keepstar"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Raitaru"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Azbel"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Sotiyo"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Athanor"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Tatara"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Cyno Beacon"
|
msgstr "Cyno Beacon"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Cyno Jammer"
|
msgstr "Cyno Jammer"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Ansiblex Jump Gate"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Cykl Koparki Księżycowej"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Zarządzanie Zdarzeniami Obiektu"
|
msgstr "Zarządzanie Zdarzeniami Obiektu"
|
||||||
|
|||||||
Binary file not shown.
@@ -16,7 +16,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2024\n"
|
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2024\n"
|
||||||
"Language-Team: Russian (https://app.transifex.com/alliance-auth/teams/107430/ru/)\n"
|
"Language-Team: Russian (https://app.transifex.com/alliance-auth/teams/107430/ru/)\n"
|
||||||
@@ -58,66 +58,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr "Вам не разрешено добавлять или удалять эти ограниченные группы: %s"
|
msgstr "Вам не разрешено добавлять или удалять эти ограниченные группы: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Английский"
|
msgstr "Английский"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Немецкий"
|
msgstr "Немецкий"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Испанский"
|
msgstr "Испанский"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Китайский упрощённый"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Русский"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Корейский"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Французский"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Японский"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Итальянский"
|
msgstr "Итальянский"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Японский"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Корейский"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Французский"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Русский"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Украинский"
|
msgstr "Украинский"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Язык"
|
msgstr "Язык"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Ночной режим"
|
msgstr "Ночной режим"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Статус изменен: %s"
|
msgstr "Статус изменен: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "Статус пилота: %(state)s"
|
msgstr "Статус пилота: %(state)s"
|
||||||
@@ -129,27 +153,27 @@ msgstr "Статус пилота: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Панель показателей"
|
msgstr "Панель показателей"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Персонажи"
|
msgstr "Персонажи"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Добавить Персонажа"
|
msgstr "Добавить Персонажа"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Сменить основного персонажа"
|
msgstr "Сменить основного персонажа"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -158,12 +182,12 @@ msgstr "Сменить основного персонажа"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Имя"
|
msgstr "Имя"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Корпорация"
|
msgstr "Корпорация"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -173,7 +197,7 @@ msgstr "Альянс"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -409,6 +433,19 @@ msgstr "Выбранная корпорация уже в модуле стат
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "Невозможно получить статистику корпорации по данному токену."
|
msgstr "Невозможно получить статистику корпорации по данному токену."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -496,13 +533,14 @@ msgstr "Удалить ФлАк"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Пользователь"
|
msgstr "Пользователь"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Система"
|
msgstr "Система"
|
||||||
@@ -697,7 +735,6 @@ msgstr "Управление Группой"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Группы"
|
msgstr "Группы"
|
||||||
|
|
||||||
@@ -854,7 +891,7 @@ msgstr "Запрос от"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Тип"
|
msgstr "Тип"
|
||||||
|
|
||||||
@@ -946,7 +983,7 @@ msgid "Hidden"
|
|||||||
msgstr "Скрытые"
|
msgstr "Скрытые"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Открыть"
|
msgstr "Открыть"
|
||||||
|
|
||||||
@@ -1426,16 +1463,16 @@ msgstr "Уведомления"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Администратор"
|
msgstr "Администратор"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1585,7 +1622,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Система сбора"
|
msgstr "Система сбора"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "EVE Время"
|
msgstr "EVE Время"
|
||||||
|
|
||||||
@@ -1782,17 +1819,17 @@ msgstr ""
|
|||||||
"произошло по ошибке, пожалуйста свяжитесь с админом."
|
"произошло по ошибке, пожалуйста свяжитесь с админом."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "Активировать"
|
msgstr "Активировать"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "Сброс пароля"
|
msgstr "Сброс пароля"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "Дизактивировать"
|
msgstr "Дизактивировать"
|
||||||
|
|
||||||
@@ -1883,15 +1920,61 @@ msgstr "Установить пароль IPSuite4."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "Деактивированный аккаунт IPSuite4."
|
msgstr "Деактивированный аккаунт IPSuite4."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Установить Пароль"
|
msgstr "Установить Пароль"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Подключить"
|
msgstr "Подключить"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2456,56 +2539,56 @@ msgstr "Сохранены изменения в SRP флот %(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Уведомления об Альянсовых авторизациях"
|
msgstr "Уведомления об Альянсовых авторизациях"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Закрыт"
|
msgstr "Закрыт"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "При поддержке GitLab"
|
msgstr "При поддержке GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Поддержка Discord"
|
msgstr "Поддержка Discord"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Версия приложения"
|
msgstr "Версия приложения"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Текущий"
|
msgstr "Текущий"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Стабильная Версия"
|
msgstr "Стабильная Версия"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Доступно обновление"
|
msgstr "Доступно обновление"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Предрелизная Версия"
|
msgstr "Предрелизная Версия"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Предрелизная Версия"
|
msgstr "Предрелизная Версия"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "Список задач"
|
msgstr "Список задач"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2513,11 +2596,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2546,114 +2629,216 @@ msgstr "Проложить маршрут"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Прочие"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Дружественный"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Вражеский"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Нейтрал"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Детали"
|
msgstr "Детали"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Планета / Луна"
|
msgstr "Планета / Луна"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Тип структуры"
|
msgstr "Тип структуры"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Тип таймера"
|
msgstr "Тип таймера"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Задача"
|
msgstr "Задача"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Дней осталось"
|
msgstr "Дней осталось"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Часов осталось"
|
msgstr "Часов осталось"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Минут осталось"
|
msgstr "Минут осталось"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Важно"
|
msgstr "Важно"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Корпорация зарегистрированна"
|
msgstr "Корпорация зарегистрированна"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Дружественный"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Вражеский"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Нейтрал"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Прочие"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Не указано"
|
msgstr "Не указано"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Щит"
|
msgstr "Щит"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Броня"
|
msgstr "Броня"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Структура"
|
msgstr "Структура"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Финальный"
|
msgstr "Финальный"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Постановка на якорь"
|
msgstr "Постановка на якорь"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Снятие с якоря"
|
msgstr "Снятие с якоря"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2697,78 +2882,14 @@ msgstr "Обновить Структурный Таймер"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Структура"
|
msgstr "Структура"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Управление Структурными Таймерами"
|
msgstr "Управление Структурными Таймерами"
|
||||||
|
|||||||
Binary file not shown.
@@ -13,7 +13,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Andrii Yukhymchak, 2024\n"
|
"Last-Translator: Andrii Yukhymchak, 2024\n"
|
||||||
"Language-Team: Ukrainian (https://app.transifex.com/alliance-auth/teams/107430/uk/)\n"
|
"Language-Team: Ukrainian (https://app.transifex.com/alliance-auth/teams/107430/uk/)\n"
|
||||||
@@ -61,66 +61,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr "Вам заборонено додавати або видаляти ці обмежені групи: %s"
|
msgstr "Вам заборонено додавати або видаляти ці обмежені групи: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Англійська"
|
msgstr "Англійська"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Німецька"
|
msgstr "Німецька"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Іспанська"
|
msgstr "Іспанська"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "Китайська спрощена"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "Російська"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "Корейська"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "Французька"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "Японська"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Італійська"
|
msgstr "Італійська"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "Японська"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "Корейська"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "Французька"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "Російська"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Українська"
|
msgstr "Українська"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "Мова"
|
msgstr "Мова"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "Нічний режим"
|
msgstr "Нічний режим"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr "Тема"
|
msgstr "Тема"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr "Стан змінено на: %s"
|
msgstr "Стан змінено на: %s"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr "Стан вашого користувача зараз: %(state)s"
|
msgstr "Стан вашого користувача зараз: %(state)s"
|
||||||
@@ -132,27 +156,27 @@ msgstr "Стан вашого користувача зараз: %(state)s"
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Панель приладів"
|
msgstr "Панель приладів"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "Персонажі"
|
msgstr "Персонажі"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "Додати персонажа"
|
msgstr "Додати персонажа"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "Змінити основного персонажа"
|
msgstr "Змінити основного персонажа"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -161,12 +185,12 @@ msgstr "Змінити основного персонажа"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Ім'я"
|
msgstr "Ім'я"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "Корпорація"
|
msgstr "Корпорація"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -176,7 +200,7 @@ msgstr "Альянс"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Членство"
|
msgstr "Членство"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr "Стан:"
|
msgstr "Стан:"
|
||||||
|
|
||||||
@@ -425,6 +449,19 @@ msgstr "Вибрана корпорація вже має модуль стат
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "Не вдалося зібрати статистику корпорації з обраним токеном."
|
msgstr "Не вдалося зібрати статистику корпорації з обраним токеном."
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -512,13 +549,14 @@ msgstr "Видалити Fat"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Користувач"
|
msgstr "Користувач"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "Система"
|
msgstr "Система"
|
||||||
@@ -713,7 +751,6 @@ msgstr "Керування групами"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "Групи"
|
msgstr "Групи"
|
||||||
|
|
||||||
@@ -868,7 +905,7 @@ msgstr "Запитувач"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "Тип"
|
msgstr "Тип"
|
||||||
|
|
||||||
@@ -960,7 +997,7 @@ msgid "Hidden"
|
|||||||
msgstr "Прихована"
|
msgstr "Прихована"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Відкрита"
|
msgstr "Відкрита"
|
||||||
|
|
||||||
@@ -1444,16 +1481,16 @@ msgstr "Повідомлення"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr "Супер користувач"
|
msgstr "Супер користувач"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Адміністратор"
|
msgstr "Адміністратор"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr "Вийти"
|
msgstr "Вийти"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1603,7 +1640,7 @@ msgid "Form Up System"
|
|||||||
msgstr "Система збору флоту"
|
msgstr "Система збору флоту"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr "Час за EVE"
|
msgstr "Час за EVE"
|
||||||
|
|
||||||
@@ -1800,17 +1837,17 @@ msgstr ""
|
|||||||
"думаєте, що це помилка, будь ласка, зверніться до адміністратора."
|
"думаєте, що це помилка, будь ласка, зверніться до адміністратора."
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr "Активувати"
|
msgstr "Активувати"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr "Скинути пароль"
|
msgstr "Скинути пароль"
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr "Деактивувати"
|
msgstr "Деактивувати"
|
||||||
|
|
||||||
@@ -1897,15 +1934,61 @@ msgstr "Встановити пароль IPSuite4."
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "Деактивовано обліковий запис IPSuite4."
|
msgstr "Деактивовано обліковий запис IPSuite4."
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "Встановити пароль"
|
msgstr "Встановити пароль"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Підєднатись"
|
msgstr "Підєднатись"
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2477,56 +2560,56 @@ msgstr "Збережено зміни до флоту SRP %(fleetname)s"
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr "Ваш сервер отримав код відповіді на помилку ESI "
|
msgstr "Ваш сервер отримав код відповіді на помилку ESI "
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "Сповіщення Alliance Auth"
|
msgstr "Сповіщення Alliance Auth"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "Закрито"
|
msgstr "Закрито"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr "На даний момент сповіщень немає"
|
msgstr "На даний момент сповіщень немає"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr "Powered by GitLab"
|
msgstr "Powered by GitLab"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr "Discord підтримки"
|
msgstr "Discord підтримки"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "Версія програмного забезпечення"
|
msgstr "Версія програмного забезпечення"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "Поточна"
|
msgstr "Поточна"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr "Остання стабільна"
|
msgstr "Остання стабільна"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "Є доступне оновлення"
|
msgstr "Є доступне оновлення"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr "Останній передрелізний випуск"
|
msgstr "Останній передрелізний випуск"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr "Доступний Попередній Реліз"
|
msgstr "Доступний Попередній Реліз"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "Черга Завдань"
|
msgstr "Черга Завдань"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2537,11 +2620,11 @@ msgstr ""
|
|||||||
" Статус %(total)s оброблених завдань • останні %(latest)s\n"
|
" Статус %(total)s оброблених завдань • останні %(latest)s\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr "в праці"
|
msgstr "в праці"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr "у черзі"
|
msgstr "у черзі"
|
||||||
|
|
||||||
@@ -2570,114 +2653,216 @@ msgstr "Перемикання навігації"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr "Виберіть тему"
|
msgstr "Виберіть тему"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "Інше"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "Дружній"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "Ворожий"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "Нейтральний"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Деталі"
|
msgstr "Деталі"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "Планета/місяць"
|
msgstr "Планета/місяць"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "Тип структури"
|
msgstr "Тип структури"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr "Тип таймера"
|
msgstr "Тип таймера"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "Мета"
|
msgstr "Мета"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr "Абсолютний таймер"
|
msgstr "Абсолютний таймер"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr "Дата/Час"
|
msgstr "Дата/Час"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "Залишилося днів"
|
msgstr "Залишилося днів"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "Залишилося годин"
|
msgstr "Залишилося годин"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "Залишилося хвилин"
|
msgstr "Залишилося хвилин"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "Важливо"
|
msgstr "Важливо"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "Обмежено для корпорації"
|
msgstr "Обмежено для корпорації"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "Дружній"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "Ворожий"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "Нейтральний"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr "POCO"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr "I-HUB"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr "TCU"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr "POS [S]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr "POS [M]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr "POS [L]"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr "Астрахус"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr "Фортізар"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr "Кіпстар"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr "Райтару"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr "Азбел"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr "Сотійо"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr "Атанор"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr "Татара"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr "Мост Ансіблекс"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr "Цикл видобутку супутника"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Інше"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr "Не визначено"
|
msgstr "Не визначено"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "Щит"
|
msgstr "Щит"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "Броня"
|
msgstr "Броня"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "Корпус"
|
msgstr "Корпус"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr "Фінальна"
|
msgstr "Фінальна"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "Постановка на якір"
|
msgstr "Постановка на якір"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "Зняття з якорю"
|
msgstr "Зняття з якорю"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr "Майбутні таймери"
|
msgstr "Майбутні таймери"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr "Таймер"
|
msgstr "Таймер"
|
||||||
|
|
||||||
@@ -2721,78 +2906,14 @@ msgstr "Оновити таймер структури"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "Структура"
|
msgstr "Структура"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr "POCO"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr "I-HUB"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr "TCU"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr "POS [S]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr "POS [M]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr "POS [L]"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr "Астрахус"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr "Фортізар"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr "Кіпстар"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr "Райтару"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr "Азбел"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr "Сотійо"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr "Атанор"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr "Татара"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr "Циномаяк"
|
msgstr "Циномаяк"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr "Циноглушник"
|
msgstr "Циноглушник"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr "Мост Ансіблекс"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr "Цикл видобутку супутника"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "Керування таймерами структур"
|
msgstr "Керування таймерами структур"
|
||||||
|
|||||||
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Shen Yang, 2023
|
# Shen Yang, 2023
|
||||||
# Jesse . <sgeine@hotmail.com>, 2023
|
# 85b931f94c2441449e78b527e0a313ae_baf2e99 <639a60f913241ffb1c9bd90bc93a541f_869335>, 2023
|
||||||
# Aaron BuBu <351793078@qq.com>, 2023
|
# Aaron BuBu <351793078@qq.com>, 2023
|
||||||
# Joel Falknau <ozirascal@gmail.com>, 2023
|
# Joel Falknau <ozirascal@gmail.com>, 2023
|
||||||
#
|
#
|
||||||
@@ -14,7 +14,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-05-12 19:15+1000\n"
|
"POT-Creation-Date: 2024-10-21 12:59+1000\n"
|
||||||
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
"PO-Revision-Date: 2023-11-08 13:50+0000\n"
|
||||||
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2023\n"
|
"Last-Translator: Joel Falknau <ozirascal@gmail.com>, 2023\n"
|
||||||
"Language-Team: Chinese Simplified (https://app.transifex.com/alliance-auth/teams/107430/zh-Hans/)\n"
|
"Language-Team: Chinese Simplified (https://app.transifex.com/alliance-auth/teams/107430/zh-Hans/)\n"
|
||||||
@@ -55,66 +55,90 @@ msgid "You are not allowed to add or remove these restricted groups: %s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:71
|
#: allianceauth/authentication/models.py:71
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:99
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "英语"
|
msgstr "英语"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:72
|
#: allianceauth/authentication/models.py:72
|
||||||
|
msgid "Czech"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:73
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:101
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "德语"
|
msgstr "德语"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:73
|
#: allianceauth/authentication/models.py:74
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:102
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "西班牙语"
|
msgstr "西班牙语"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:74
|
|
||||||
msgid "Chinese Simplified"
|
|
||||||
msgstr "简体中文"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:75
|
#: allianceauth/authentication/models.py:75
|
||||||
msgid "Russian"
|
#: allianceauth/project_template/project_name/settings/base.py:103
|
||||||
msgstr "俄语"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:76
|
|
||||||
msgid "Korean"
|
|
||||||
msgstr "韩语"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:77
|
|
||||||
msgid "French"
|
|
||||||
msgstr "法语"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:78
|
|
||||||
msgid "Japanese"
|
|
||||||
msgstr "日语"
|
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:79
|
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "意大利语"
|
msgstr "意大利语"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:76
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:104
|
||||||
|
msgid "Japanese"
|
||||||
|
msgstr "日语"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:77
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:105
|
||||||
|
msgid "Korean"
|
||||||
|
msgstr "韩语"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:78
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:106
|
||||||
|
msgid "French"
|
||||||
|
msgstr "法语"
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:79
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:109
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr "俄语"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:80
|
#: allianceauth/authentication/models.py:80
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:107
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:81
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:108
|
||||||
|
msgid "Polish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:82
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:110
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:96
|
#: allianceauth/authentication/models.py:83
|
||||||
|
#: allianceauth/project_template/project_name/settings/base.py:111
|
||||||
|
msgid "Simplified Chinese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/authentication/models.py:99
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:42
|
#: allianceauth/menu/templates/menu/menu-user.html:42
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
msgstr "语言"
|
msgstr "语言"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:101
|
#: allianceauth/authentication/models.py:104
|
||||||
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
#: allianceauth/templates/allianceauth/night-toggle.html:6
|
||||||
msgid "Night Mode"
|
msgid "Night Mode"
|
||||||
msgstr "夜间模式"
|
msgstr "夜间模式"
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:105
|
#: allianceauth/authentication/models.py:108
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:46
|
#: allianceauth/menu/templates/menu/menu-user.html:46
|
||||||
msgid "Theme"
|
msgid "Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:122
|
#: allianceauth/authentication/models.py:125
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "State changed to: %s"
|
msgid "State changed to: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/models.py:123
|
#: allianceauth/authentication/models.py:126
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Your user's state is now: %(state)s"
|
msgid "Your user's state is now: %(state)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -126,27 +150,27 @@ msgstr ""
|
|||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "账户总览"
|
msgstr "账户总览"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:7
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:5
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html:33
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:54
|
||||||
msgid "Characters"
|
msgid "Characters"
|
||||||
msgstr "角色"
|
msgstr "角色"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:13
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:11
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:12
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:4
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:6
|
||||||
msgid "Add Character"
|
msgid "Add Character"
|
||||||
msgstr "添加角色"
|
msgstr "添加角色"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:16
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:14
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:17
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:15
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:10
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:12
|
||||||
msgid "Change Main"
|
msgid "Change Main"
|
||||||
msgstr "修改主要角色"
|
msgstr "修改主要角色"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:22
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:89
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:23
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:31
|
||||||
@@ -155,12 +179,12 @@ msgstr "修改主要角色"
|
|||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "角色名"
|
msgstr "角色名"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:25
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:23
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html:33
|
||||||
msgid "Corp"
|
msgid "Corp"
|
||||||
msgstr "所在公司"
|
msgstr "所在公司"
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:26
|
#: allianceauth/authentication/templates/authentication/dashboard_characters.html:24
|
||||||
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
#: allianceauth/corputils/templates/corputils/corpstats.html:125
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:63
|
||||||
msgid "Alliance"
|
msgid "Alliance"
|
||||||
@@ -170,7 +194,7 @@ msgstr "所在联盟"
|
|||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:8
|
#: allianceauth/authentication/templates/authentication/dashboard_groups.html:10
|
||||||
msgid "State:"
|
msgid "State:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -402,6 +426,19 @@ msgstr "选定的军团已经有了一个统计模块"
|
|||||||
msgid "Failed to gather corporation statistics with selected token."
|
msgid "Failed to gather corporation statistics with selected token."
|
||||||
msgstr "未能使用指定的令牌收集军团信息"
|
msgstr "未能使用指定的令牌收集军团信息"
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/apps.py:13 allianceauth/custom_css/models.py:36
|
||||||
|
#: allianceauth/custom_css/models.py:37 allianceauth/custom_css/models.py:47
|
||||||
|
msgid "Custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:25
|
||||||
|
msgid "Your custom CSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/custom_css/models.py:26
|
||||||
|
msgid "This CSS will be added to the site after the default CSS."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
#: allianceauth/fleetactivitytracking/auth_hooks.py:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html:10
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html:11
|
||||||
@@ -489,13 +526,14 @@ msgstr "删除舰队活动历史"
|
|||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:35
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
#: allianceauth/groupmanagement/templates/groupmanagement/groups.html:35
|
||||||
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
#: allianceauth/hrapplications/templates/hrapplications/view.html:41
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:30
|
||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "用户"
|
msgstr "用户"
|
||||||
|
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html:37
|
||||||
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
#: allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html:42
|
||||||
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:59
|
#: allianceauth/optimer/form.py:13 allianceauth/timerboard/form.py:37
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:9
|
||||||
msgid "System"
|
msgid "System"
|
||||||
msgstr "星系"
|
msgstr "星系"
|
||||||
@@ -682,7 +720,6 @@ msgstr "用户组管理"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/auth_hooks.py:51
|
#: allianceauth/groupmanagement/auth_hooks.py:51
|
||||||
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
#: allianceauth/permissions_tool/templates/permissions_tool/overview.html:34
|
||||||
#: allianceauth/templates/allianceauth/side-menu.html:15
|
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr "群组"
|
msgstr "群组"
|
||||||
|
|
||||||
@@ -813,7 +850,7 @@ msgstr "申请人"
|
|||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
#: allianceauth/groupmanagement/templates/groupmanagement/audit.html:31
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:15
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:16
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "类型"
|
msgstr "类型"
|
||||||
|
|
||||||
@@ -905,7 +942,7 @@ msgid "Hidden"
|
|||||||
msgstr "已隐藏"
|
msgstr "已隐藏"
|
||||||
|
|
||||||
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
#: allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html:45
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:19
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "公开"
|
msgstr "公开"
|
||||||
|
|
||||||
@@ -1381,16 +1418,16 @@ msgstr "通知"
|
|||||||
msgid "Super User"
|
msgid "Super User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:68
|
#: allianceauth/menu/templates/menu/menu-user.html:70
|
||||||
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
#: allianceauth/templates/allianceauth/top-menu-admin.html:9
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "管理员"
|
msgstr "管理员"
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:80
|
#: allianceauth/menu/templates/menu/menu-user.html:82
|
||||||
msgid "Sign Out"
|
msgid "Sign Out"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/menu/templates/menu/menu-user.html:84
|
#: allianceauth/menu/templates/menu/menu-user.html:86
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:17
|
||||||
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
#: allianceauth/templates/allianceauth/top-menu-rh-default.html:18
|
||||||
msgid "Sign In"
|
msgid "Sign In"
|
||||||
@@ -1540,7 +1577,7 @@ msgid "Form Up System"
|
|||||||
msgstr "集结点"
|
msgstr "集结点"
|
||||||
|
|
||||||
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
#: allianceauth/optimer/templates/optimer/dashboard.ops.html:17
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:17
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:18
|
||||||
msgid "EVE Time"
|
msgid "EVE Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1735,17 +1772,17 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:26
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:20
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:22
|
||||||
msgid "Activate"
|
msgid "Activate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:32
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:32
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:34
|
||||||
msgid "Reset Password"
|
msgid "Reset Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
#: allianceauth/services/modules/discord/templates/services/discord/discord_service_ctrl.html:38
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:38
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:40
|
||||||
msgid "Deactivate"
|
msgid "Deactivate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1826,15 +1863,61 @@ msgstr "修改IPSuite4密码"
|
|||||||
msgid "Deactivated IPSuite4 account."
|
msgid "Deactivated IPSuite4 account."
|
||||||
msgstr "停用IPSuite4账户"
|
msgstr "停用IPSuite4账户"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:26
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:6
|
||||||
|
msgid "Mumble"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:10
|
||||||
|
msgid "Mumble History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:22
|
||||||
|
msgid "Server Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:31
|
||||||
|
msgid "Displayed Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:32
|
||||||
|
msgid "Release"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:33
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:67
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:34
|
||||||
|
msgid "Last Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:35
|
||||||
|
msgid "Last Disconnect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:47
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:59
|
||||||
|
msgid "Server Connection Breakdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html:68
|
||||||
|
msgid "Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:28
|
||||||
#: allianceauth/services/templates/services/service_password.html:26
|
#: allianceauth/services/templates/services/service_password.html:26
|
||||||
msgid "Set Password"
|
msgid "Set Password"
|
||||||
msgstr "设置密码"
|
msgstr "设置密码"
|
||||||
|
|
||||||
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:44
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:46
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/services/modules/mumble/templates/services/mumble/mumble_service_ctrl.html:52
|
||||||
|
msgid "Mumble Connection History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
#: allianceauth/services/modules/openfire/auth_hooks.py:27
|
||||||
msgid "Jabber"
|
msgid "Jabber"
|
||||||
msgstr "Jabber"
|
msgstr "Jabber"
|
||||||
@@ -2394,56 +2477,56 @@ msgstr "你做的修改已经保存到%(fleetname)s这个补损舰队啦,尽
|
|||||||
msgid "Your Server received an ESI error response code of "
|
msgid "Your Server received an ESI error response code of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:11
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:8
|
||||||
msgid "Alliance Auth Notifications"
|
msgid "Alliance Auth Notifications"
|
||||||
msgstr "系统通知"
|
msgstr "系统通知"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:21
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:18
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr "已关闭"
|
msgstr "已关闭"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:27
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:24
|
||||||
msgid "No notifications at this time"
|
msgid "No notifications at this time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:36
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:33
|
||||||
msgid "Powered by GitLab"
|
msgid "Powered by GitLab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:42
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:39
|
||||||
msgid "Support Discord"
|
msgid "Support Discord"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:59
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:53
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:63
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:57
|
||||||
msgid "Software Version"
|
msgid "Software Version"
|
||||||
msgstr "软件版本"
|
msgstr "软件版本"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:66
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:60
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr "当前版本"
|
msgstr "当前版本"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:73
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:67
|
||||||
msgid "Latest Stable"
|
msgid "Latest Stable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:78
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:72
|
||||||
msgid "Update available"
|
msgid "Update available"
|
||||||
msgstr "有更新!"
|
msgstr "有更新!"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:86
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:80
|
||||||
msgid "Latest Pre-Release"
|
msgid "Latest Pre-Release"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:91
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:85
|
||||||
msgid "Pre-Release available"
|
msgid "Pre-Release available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:102
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:95
|
||||||
msgid "Task Queue"
|
msgid "Task Queue"
|
||||||
msgstr "任务队列"
|
msgstr "任务队列"
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:107
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@@ -2451,11 +2534,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:123
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:116
|
||||||
msgid "running"
|
msgid "running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/templates/allianceauth/admin-status/overview.html:124
|
#: allianceauth/templates/allianceauth/admin-status/overview.html:117
|
||||||
msgid "queued"
|
msgid "queued"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2484,114 +2567,216 @@ msgstr "打开导航栏"
|
|||||||
msgid "Select Theme"
|
msgid "Select Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:53
|
#: allianceauth/timerboard/form.py:36
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:172
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
||||||
msgid "Other"
|
|
||||||
msgstr "其他"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:54
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:38
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:44
|
|
||||||
msgid "Friendly"
|
|
||||||
msgstr "蓝加"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:55
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:33
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
|
||||||
msgid "Hostile"
|
|
||||||
msgstr "红减"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:56
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:43
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
|
||||||
msgid "Neutral"
|
|
||||||
msgstr "白名"
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:58
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:13
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:7
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "详细信息"
|
msgstr "详细信息"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:60
|
#: allianceauth/timerboard/form.py:38
|
||||||
msgid "Planet/Moon"
|
msgid "Planet/Moon"
|
||||||
msgstr "行星/卫星"
|
msgstr "行星/卫星"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:61
|
#: allianceauth/timerboard/form.py:39
|
||||||
msgid "Structure Type"
|
msgid "Structure Type"
|
||||||
msgstr "建筑类型"
|
msgstr "建筑类型"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:62
|
#: allianceauth/timerboard/form.py:40
|
||||||
msgid "Timer Type"
|
msgid "Timer Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:63
|
#: allianceauth/timerboard/form.py:41
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:8
|
||||||
msgid "Objective"
|
msgid "Objective"
|
||||||
msgstr "声望"
|
msgstr "声望"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:64
|
#: allianceauth/timerboard/form.py:42
|
||||||
msgid "Absolute Timer"
|
msgid "Absolute Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:65
|
#: allianceauth/timerboard/form.py:43
|
||||||
msgid "Date and Time"
|
msgid "Date and Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:66
|
#: allianceauth/timerboard/form.py:44
|
||||||
msgid "Days Remaining"
|
msgid "Days Remaining"
|
||||||
msgstr "剩余天数"
|
msgstr "剩余天数"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:67
|
#: allianceauth/timerboard/form.py:45
|
||||||
msgid "Hours Remaining"
|
msgid "Hours Remaining"
|
||||||
msgstr "剩余小时数"
|
msgstr "剩余小时数"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:69
|
#: allianceauth/timerboard/form.py:47
|
||||||
msgid "Minutes Remaining"
|
msgid "Minutes Remaining"
|
||||||
msgstr "剩余分钟"
|
msgstr "剩余分钟"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:71
|
#: allianceauth/timerboard/form.py:48
|
||||||
msgid "Important"
|
msgid "Important"
|
||||||
msgstr "重要信息"
|
msgstr "重要信息"
|
||||||
|
|
||||||
#: allianceauth/timerboard/form.py:72
|
#: allianceauth/timerboard/form.py:49
|
||||||
msgid "Corp-Restricted"
|
msgid "Corp-Restricted"
|
||||||
msgstr "受限制的公司"
|
msgstr "受限制的公司"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:14
|
#: allianceauth/timerboard/models.py:15
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:39
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:36
|
||||||
|
msgid "Friendly"
|
||||||
|
msgstr "蓝加"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:16
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:34
|
||||||
|
msgid "Hostile"
|
||||||
|
msgstr "红减"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:17
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:38
|
||||||
|
msgid "Neutral"
|
||||||
|
msgstr "白名"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:24
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:48
|
||||||
|
msgid "POCO"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:25
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:50
|
||||||
|
msgid "Orbital Skyhook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:26
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:52
|
||||||
|
msgid "I-HUB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:27
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:55
|
||||||
|
msgid "TCU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:28
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:57
|
||||||
|
msgid "POS [S]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:29
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:59
|
||||||
|
msgid "POS [M]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:30
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:61
|
||||||
|
msgid "POS [L]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:31
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:63
|
||||||
|
msgid "Astrahus"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:32
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:65
|
||||||
|
msgid "Fortizar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:33
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:67
|
||||||
|
msgid "Keepstar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:34
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:69
|
||||||
|
msgid "Raitaru"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:35
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:71
|
||||||
|
msgid "Azbel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:36
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:73
|
||||||
|
msgid "Sotiyo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:37
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:75
|
||||||
|
msgid "Athanor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:38
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:77
|
||||||
|
msgid "Tatara"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:39
|
||||||
|
msgid "Pharolux Cyno Beacon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:40
|
||||||
|
msgid "Tenebrex Cyno Jammer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:41
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:83
|
||||||
|
msgid "Ansiblex Jump Gate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:42
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:85
|
||||||
|
msgid "Moon Mining Cycle"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:43
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:87
|
||||||
|
msgid "Metenox Moon Drill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:44
|
||||||
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:89
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "其他"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:51
|
||||||
msgid "Not Specified"
|
msgid "Not Specified"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:15
|
#: allianceauth/timerboard/models.py:52
|
||||||
msgid "Shield"
|
msgid "Shield"
|
||||||
msgstr "护盾"
|
msgstr "护盾"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:16
|
#: allianceauth/timerboard/models.py:53
|
||||||
msgid "Armor"
|
msgid "Armor"
|
||||||
msgstr "装甲"
|
msgstr "装甲"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:17
|
#: allianceauth/timerboard/models.py:54
|
||||||
msgid "Hull"
|
msgid "Hull"
|
||||||
msgstr "结构"
|
msgstr "结构"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:18
|
#: allianceauth/timerboard/models.py:55
|
||||||
msgid "Final"
|
msgid "Final"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:19
|
#: allianceauth/timerboard/models.py:56
|
||||||
msgid "Anchoring"
|
msgid "Anchoring"
|
||||||
msgstr "铆钉"
|
msgstr "铆钉"
|
||||||
|
|
||||||
#: allianceauth/timerboard/models.py:20
|
#: allianceauth/timerboard/models.py:57
|
||||||
msgid "Unanchoring"
|
msgid "Unanchoring"
|
||||||
msgstr "解锚"
|
msgstr "解锚"
|
||||||
|
|
||||||
|
#: allianceauth/timerboard/models.py:58
|
||||||
|
msgid "Abandoned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:7
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
#: allianceauth/timerboard/templates/timerboard/view.html:53
|
||||||
msgid "Upcoming Timers"
|
msgid "Upcoming Timers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:14
|
#: allianceauth/timerboard/templates/timerboard/dashboard.timers.html:15
|
||||||
msgid "Timer"
|
msgid "Timer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2635,78 +2820,14 @@ msgstr "更新建筑时间表"
|
|||||||
msgid "Structure"
|
msgid "Structure"
|
||||||
msgstr "建筑"
|
msgstr "建筑"
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:64
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:79
|
||||||
msgid "POCO"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:70
|
|
||||||
msgid "I-HUB"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:76
|
|
||||||
msgid "TCU"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:82
|
|
||||||
msgid "POS [S]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:88
|
|
||||||
msgid "POS [M]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:94
|
|
||||||
msgid "POS [L]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:100
|
|
||||||
msgid "Astrahus"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:106
|
|
||||||
msgid "Fortizar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:112
|
|
||||||
msgid "Keepstar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:118
|
|
||||||
msgid "Raitaru"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:124
|
|
||||||
msgid "Azbel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:130
|
|
||||||
msgid "Sotiyo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:136
|
|
||||||
msgid "Athanor"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:142
|
|
||||||
msgid "Tatara"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:148
|
|
||||||
msgid "Cyno Beacon"
|
msgid "Cyno Beacon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:154
|
#: allianceauth/timerboard/templates/timerboard/timertable.html:81
|
||||||
msgid "Cyno Jammer"
|
msgid "Cyno Jammer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:160
|
|
||||||
msgid "Ansiblex Jump Gate"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/timertable.html:166
|
|
||||||
msgid "Moon Mining Cycle"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
#: allianceauth/timerboard/templates/timerboard/view.html:9
|
||||||
msgid "Structure Timer Management"
|
msgid "Structure Timer Management"
|
||||||
msgstr "管理建筑时间表"
|
msgstr "管理建筑时间表"
|
||||||
|
|||||||
@@ -1 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Example
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
|
from allianceauth.notifications.models import Notification
|
||||||
|
|
||||||
|
|
||||||
|
def notify_user_view(request):
|
||||||
|
'''Simple view sending a notification to the user'''
|
||||||
|
|
||||||
|
Notification.objects.notify_user(
|
||||||
|
user=request.user,
|
||||||
|
title="Some title",
|
||||||
|
message="Some message",
|
||||||
|
level=Notification.Level.INFO,
|
||||||
|
)
|
||||||
|
|
||||||
|
"""
|
||||||
from .core import notify # noqa: F401
|
from .core import notify # noqa: F401
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class OpForm(forms.Form):
|
|||||||
operation_name = forms.CharField(max_length=254, required=True, label=_("Operation Name"))
|
operation_name = forms.CharField(max_length=254, required=True, label=_("Operation Name"))
|
||||||
type = forms.CharField(required=False, label=_("Operation Type"))
|
type = forms.CharField(required=False, label=_("Operation Type"))
|
||||||
fc = forms.CharField(max_length=254, required=True, label=_("Fleet Commander"))
|
fc = forms.CharField(max_length=254, required=True, label=_("Fleet Commander"))
|
||||||
duration = forms.CharField(max_length=254, required=True, label=_("Duration"))
|
duration = forms.CharField(max_length=25, required=True, label=_("Duration"))
|
||||||
description = forms.CharField(
|
description = forms.CharField(
|
||||||
widget=forms.Textarea(attrs={"rows": 10, "cols": 20, "input_type": "textarea"}),
|
widget=forms.Textarea(attrs={"rows": 10, "cols": 20, "input_type": "textarea"}),
|
||||||
required=False,
|
required=False,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
@@ -57,11 +58,14 @@
|
|||||||
{% include "bundles/datatables-js-bs5.html" %}
|
{% include "bundles/datatables-js-bs5.html" %}
|
||||||
{% include "bundles/filterdropdown-js.html" %}
|
{% include "bundles/filterdropdown-js.html" %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
const groupColumn = 0;
|
const groupColumn = 0;
|
||||||
|
|
||||||
$('#tab_permissions_audit').DataTable({
|
$('#tab_permissions_audit').DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
columnDefs: [{
|
columnDefs: [{
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"targets": groupColumn
|
"targets": groupColumn
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
@@ -62,11 +63,14 @@
|
|||||||
{% include "bundles/datatables-js-bs5.html" %}
|
{% include "bundles/datatables-js-bs5.html" %}
|
||||||
{% include "bundles/filterdropdown-js.html" %}
|
{% include "bundles/filterdropdown-js.html" %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
const groupColumn = 0;
|
const groupColumn = 0;
|
||||||
|
|
||||||
$('#tab_permissions_overview').DataTable({
|
$('#tab_permissions_overview').DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
columnDefs: [{
|
columnDefs: [{
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"targets": groupColumn
|
"targets": groupColumn
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ from celery.schedules import crontab
|
|||||||
|
|
||||||
from django.contrib import messages
|
from django.contrib import messages
|
||||||
|
|
||||||
|
from django.utils.translation import gettext_lazy as _
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
'allianceauth', # needs to be on top of this list to support favicons in Django admin (see https://gitlab.com/allianceauth/allianceauth/-/issues/1301)
|
'allianceauth', # needs to be on top of this list to support favicons in Django admin (see https://gitlab.com/allianceauth/allianceauth/-/issues/1301)
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
@@ -41,13 +43,16 @@ INSTALLED_APPS = [
|
|||||||
'allianceauth.theme.flatly',
|
'allianceauth.theme.flatly',
|
||||||
'allianceauth.theme.materia',
|
'allianceauth.theme.materia',
|
||||||
"allianceauth.custom_css",
|
"allianceauth.custom_css",
|
||||||
|
'allianceauth.crontab',
|
||||||
|
'sri',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
SRI_ALGORITHM = "sha512"
|
||||||
SECRET_KEY = "wow I'm a really bad default secret key"
|
SECRET_KEY = "wow I'm a really bad default secret key"
|
||||||
|
|
||||||
# Celery configuration
|
# Celery configuration
|
||||||
BROKER_URL = 'redis://localhost:6379/0'
|
BROKER_URL = 'redis://localhost:6379/0'
|
||||||
CELERYBEAT_SCHEDULER = "django_celery_beat.schedulers.DatabaseScheduler"
|
CELERYBEAT_SCHEDULER = "allianceauth.crontab.schedulers.OffsetDatabaseScheduler"
|
||||||
CELERYBEAT_SCHEDULE = {
|
CELERYBEAT_SCHEDULE = {
|
||||||
'esi_cleanup_callbackredirect': {
|
'esi_cleanup_callbackredirect': {
|
||||||
'task': 'esi.tasks.cleanup_callbackredirect',
|
'task': 'esi.tasks.cleanup_callbackredirect',
|
||||||
@@ -60,10 +65,12 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
'run_model_update': {
|
'run_model_update': {
|
||||||
'task': 'allianceauth.eveonline.tasks.run_model_update',
|
'task': 'allianceauth.eveonline.tasks.run_model_update',
|
||||||
'schedule': crontab(minute='0', hour="*/6"),
|
'schedule': crontab(minute='0', hour="*/6"),
|
||||||
|
'apply_offset': True
|
||||||
},
|
},
|
||||||
'check_all_character_ownership': {
|
'check_all_character_ownership': {
|
||||||
'task': 'allianceauth.authentication.tasks.check_all_character_ownership',
|
'task': 'allianceauth.authentication.tasks.check_all_character_ownership',
|
||||||
'schedule': crontab(minute='0', hour='*/4'),
|
'schedule': crontab(minute='0', hour='*/4'),
|
||||||
|
'apply_offset': True
|
||||||
},
|
},
|
||||||
'analytics_daily_stats': {
|
'analytics_daily_stats': {
|
||||||
'task': 'allianceauth.analytics.tasks.analytics_daily_stats',
|
'task': 'allianceauth.analytics.tasks.analytics_daily_stats',
|
||||||
@@ -71,6 +78,7 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||||
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
BASE_DIR = os.path.dirname(PROJECT_DIR)
|
BASE_DIR = os.path.dirname(PROJECT_DIR)
|
||||||
@@ -93,20 +101,55 @@ LOCALE_PATHS = (
|
|||||||
os.path.join(BASE_DIR, 'locale/'),
|
os.path.join(BASE_DIR, 'locale/'),
|
||||||
)
|
)
|
||||||
|
|
||||||
LANGUAGES = (
|
LANGUAGES = ( # Sorted by Language Code alphabetical order + English at top
|
||||||
("en", "English"),
|
("en", _("English")),
|
||||||
("de", "German"),
|
# ("cs-cz", _("Czech")), #Not yet at 50% translated
|
||||||
("es", "Spanish"),
|
("de", _("German")),
|
||||||
("zh-hans", "Chinese Simplified"),
|
("es", _("Spanish")),
|
||||||
("ru", "Russian"),
|
("it-it", _("Italian")),
|
||||||
("ko", "Korean"),
|
("ja", _("Japanese")),
|
||||||
("fr", "French"),
|
("ko-kr", _("Korean")),
|
||||||
("ja", "Japanese"),
|
("fr-fr", _("French")),
|
||||||
("it", "Italian"),
|
("nl-nl", _("Dutch")),
|
||||||
("uk", "Ukrainian"),
|
("pl-pl", _("Polish")),
|
||||||
("pl", "Polish"),
|
("ru", _("Russian")),
|
||||||
|
("uk", _("Ukrainian")),
|
||||||
|
("zh-hans", _("Simplified Chinese")),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Django's language codes are different from some of the libraries we use,
|
||||||
|
# so we need to map them.
|
||||||
|
LANGUAGE_MAPPING = {
|
||||||
|
"DataTables": {
|
||||||
|
"cs-cz": "cs",
|
||||||
|
"de": "de-DE",
|
||||||
|
"es": "es-ES",
|
||||||
|
"fr-fr": "fr-FR",
|
||||||
|
"it-it": "it-IT",
|
||||||
|
"ja": "ja",
|
||||||
|
"ko-kr": "ko",
|
||||||
|
"nl-nl": "nl-NL",
|
||||||
|
"pl-pl": "pl",
|
||||||
|
"ru": "ru",
|
||||||
|
"uk": "uk",
|
||||||
|
"zh-hans": "zh-HANT",
|
||||||
|
},
|
||||||
|
"MomentJS": {
|
||||||
|
"cs-cz": "cs",
|
||||||
|
"de": "de",
|
||||||
|
"es": "es",
|
||||||
|
"fr-fr": "fr",
|
||||||
|
"it-it": "it",
|
||||||
|
"ja": "ja",
|
||||||
|
"ko-kr": "ko",
|
||||||
|
"nl-nl": "nl",
|
||||||
|
"pl-pl": "pl",
|
||||||
|
"ru": "ru",
|
||||||
|
"uk": "uk",
|
||||||
|
"zh-hans": "zh-cn",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
TEMPLATES = [
|
TEMPLATES = [
|
||||||
{
|
{
|
||||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||||
|
|||||||
@@ -0,0 +1,37 @@
|
|||||||
|
# Generated by Django 4.2.16 on 2024-10-07 13:39
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("mumble", "0012_mumble_client_info"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name="mumbleuser",
|
||||||
|
options={
|
||||||
|
"permissions": (
|
||||||
|
("access_mumble", "Can access the Mumble service"),
|
||||||
|
(
|
||||||
|
"view_connection_history",
|
||||||
|
"Can access the connection history of the Mumble service",
|
||||||
|
),
|
||||||
|
)
|
||||||
|
},
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="mumbleuser",
|
||||||
|
name="release",
|
||||||
|
field=models.TextField(
|
||||||
|
blank=True,
|
||||||
|
editable=False,
|
||||||
|
help_text="Client release. For official releases, this equals the version. For snapshots and git compiles, this will be something else.",
|
||||||
|
max_length=254,
|
||||||
|
null=True,
|
||||||
|
verbose_name="Mumble Release",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
]
|
||||||
@@ -90,7 +90,7 @@ class MumbleUser(AbstractServiceModel):
|
|||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
editable=False,
|
editable=False,
|
||||||
help_text="The Mumble Release the user last authenticated with"
|
help_text="Client release. For official releases, this equals the version. For snapshots and git compiles, this will be something else."
|
||||||
)
|
)
|
||||||
version = models.IntegerField(
|
version = models.IntegerField(
|
||||||
verbose_name="Mumble Version",
|
verbose_name="Mumble Version",
|
||||||
@@ -159,4 +159,5 @@ class MumbleUser(AbstractServiceModel):
|
|||||||
class Meta:
|
class Meta:
|
||||||
permissions = (
|
permissions = (
|
||||||
("access_mumble", "Can access the Mumble service"),
|
("access_mumble", "Can access the Mumble service"),
|
||||||
|
("view_connection_history", "Can access the connection history of the Mumble service"),
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -0,0 +1,214 @@
|
|||||||
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
|
{% load aa_i18n %}
|
||||||
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block page_title %}
|
||||||
|
{% translate "Mumble" %}
|
||||||
|
{% endblock page_title %}
|
||||||
|
|
||||||
|
{% block header_nav_brand %}
|
||||||
|
<a class="navbar-brand">{% trans "Mumble History" %} - {{ mumble_url }}</a>
|
||||||
|
{% endblock header_nav_brand %}
|
||||||
|
|
||||||
|
{% block header_nav_collapse_left %}
|
||||||
|
{% endblock header_nav_collapse_left %}
|
||||||
|
|
||||||
|
{% block header_nav_collapse_right %}
|
||||||
|
{% endblock header_nav_collapse_right %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<div class="card col-lg-12 mb-3">
|
||||||
|
<div class="card-header">
|
||||||
|
<span class="card-title">{% translate "Server Connection History" %}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table w-100" id="table-mumble-connection-history">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="text-start">{% translate "User" %}</th>
|
||||||
|
<th class="text-start">{% translate "Displayed Name" %}</th>
|
||||||
|
<th class="text-start">{% translate "Release" %}</th>
|
||||||
|
<th class="text-start">{% translate "Version" %}</th>
|
||||||
|
<th class="text-end">{% translate "Last Connect" %}</th>
|
||||||
|
<th class="text-end">{% translate "Last Disconnect" %}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-6">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<span class="card-title">{% translate "Server Connection Breakdown" %}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card-body">
|
||||||
|
<canvas id="pieChart"></canvas> <!-- Canvas element for the pie chart -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-6">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<span class="card-title">{% translate "Server Connection Breakdown" %}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table w-100" id="table-mumble-connection-stats">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="text-start">{% translate "Version" %}</th>
|
||||||
|
<th class="text-end">{% translate "Number" %}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock content %}
|
||||||
|
|
||||||
|
{% block extra_javascript %}
|
||||||
|
{% include "bundles/datatables-js-bs5.html" %}
|
||||||
|
{% include "bundles/filterdropdown-js.html" %}
|
||||||
|
{% include "bundles/chart-js.html" %}
|
||||||
|
{% include "bundles/moment-js.html" with locale=True %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(document).ready(function () {
|
||||||
|
const MUMBLESTATS_DATETIME_FORMAT = 'YYYY-MM-DD, HH:mm';
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
$("#table-mumble-connection-history").DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
|
ajax: {
|
||||||
|
url: '{% url "mumble:connection_history_data" %}',
|
||||||
|
dataSrc: 'connection_history_data',
|
||||||
|
},
|
||||||
|
columns: [
|
||||||
|
{ data: 'user' },
|
||||||
|
{ data: 'display_name' },
|
||||||
|
{ data: 'release' },
|
||||||
|
{ data: 'version' },
|
||||||
|
{
|
||||||
|
data: 'last_connect',
|
||||||
|
render: (data) => {
|
||||||
|
return moment(data).utc().format(MUMBLESTATS_DATETIME_FORMAT);
|
||||||
|
},
|
||||||
|
className: 'text-end',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
data: 'last_disconnect',
|
||||||
|
render: (data) => {
|
||||||
|
return moment(data).utc().format(MUMBLESTATS_DATETIME_FORMAT);
|
||||||
|
},
|
||||||
|
className: 'text-end',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
order: [[4, 'desc']],
|
||||||
|
processing: true,
|
||||||
|
stateSave: true,
|
||||||
|
stateDuration: 0,
|
||||||
|
filterDropDown: {
|
||||||
|
columns: [
|
||||||
|
{
|
||||||
|
idx: 2,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
idx: 3,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
bootstrap: true,
|
||||||
|
bootstrap_version: 5,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#table-mumble-connection-stats").DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
|
ajax: {
|
||||||
|
url: '{% url "mumble:release_counts_data" %}',
|
||||||
|
dataSrc: 'release_counts_data',
|
||||||
|
},
|
||||||
|
columns: [
|
||||||
|
{ data: 'release' },
|
||||||
|
{ data: 'user_count', className: 'text-end' },
|
||||||
|
],
|
||||||
|
order: [[1, 'desc']],
|
||||||
|
processing: true,
|
||||||
|
stateSave: true,
|
||||||
|
stateDuration: 0,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Initialize empty Pie chart
|
||||||
|
const elementBody = document.querySelector('body');
|
||||||
|
const elementBodyCss = getComputedStyle(elementBody);
|
||||||
|
const ctx = document.getElementById('pieChart').getContext('2d');
|
||||||
|
const pieChart = new Chart(ctx, {
|
||||||
|
type: 'pie',
|
||||||
|
data: {
|
||||||
|
labels: [], // Initially empty
|
||||||
|
datasets: [
|
||||||
|
{
|
||||||
|
label: 'Server Connection Breakdown',
|
||||||
|
data: [], // Initially empty
|
||||||
|
backgroundColor: [
|
||||||
|
'rgba(255, 99, 132, 0.2)',
|
||||||
|
'rgba(54, 162, 235, 0.2)',
|
||||||
|
'rgba(255, 206, 86, 0.2)'
|
||||||
|
],
|
||||||
|
borderColor: [
|
||||||
|
'rgba(255, 99, 132, 1)',
|
||||||
|
'rgba(54, 162, 235, 1)',
|
||||||
|
'rgba(255, 206, 86, 1)'
|
||||||
|
],
|
||||||
|
borderWidth: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
responsive: true,
|
||||||
|
plugins: {
|
||||||
|
legend: {
|
||||||
|
position: 'top'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
Chart.defaults.color = elementBodyCss.color;
|
||||||
|
|
||||||
|
// AJAX call to dynamically update the chart
|
||||||
|
$.ajax({
|
||||||
|
url: '{% url "mumble:release_pie_chart_data" %}', // Your Django view URL that returns chart data
|
||||||
|
method: "GET",
|
||||||
|
success: (data) => {
|
||||||
|
// Replace chart data with the data from the AJAX response
|
||||||
|
pieChart.data.labels = data.labels; // Set the new labels
|
||||||
|
pieChart.data.datasets[0].data = data.values; // Set the new values
|
||||||
|
|
||||||
|
// Update the chart to reflect the new data
|
||||||
|
pieChart.update();
|
||||||
|
},
|
||||||
|
error: (xhr, status, error) => {
|
||||||
|
console.error('Error fetching pie chart data:', status, error);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
{% endblock extra_javascript %}
|
||||||
|
|
||||||
|
{% block extra_css %}
|
||||||
|
{% include "bundles/datatables-css-bs5.html" %}
|
||||||
|
{% endblock extra_css %}
|
||||||
@@ -48,4 +48,9 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if request.user.is_superuser %}
|
||||||
|
<a class="btn btn-primary" type="button" id="btnMumbleConnectionHistory" href="{% url 'mumble:connection_history' %}" title="{% translate 'Mumble Connection History' %}">
|
||||||
|
<i class="fa-solid fa-clock-rotate-left"></i> History
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ module_urls = [
|
|||||||
path('deactivate/', views.DeleteMumbleView.as_view(), name='deactivate'),
|
path('deactivate/', views.DeleteMumbleView.as_view(), name='deactivate'),
|
||||||
path('reset_password/', views.ResetPasswordMumbleView.as_view(), name='reset_password'),
|
path('reset_password/', views.ResetPasswordMumbleView.as_view(), name='reset_password'),
|
||||||
path('set_password/', views.SetPasswordMumbleView.as_view(), name='set_password'),
|
path('set_password/', views.SetPasswordMumbleView.as_view(), name='set_password'),
|
||||||
|
path('connection_history/', views.connection_history, name="connection_history"),
|
||||||
|
path('ajax/connection_history_data', views.connection_history_data, name="connection_history_data"),
|
||||||
|
path('ajax/release_counts_data', views.release_counts_data, name="release_counts_data"),
|
||||||
|
path('ajax/release_pie_chart_data', views.release_pie_chart_data, name="release_pie_chart_data"),
|
||||||
]
|
]
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
|
|||||||
@@ -3,6 +3,11 @@ import logging
|
|||||||
from allianceauth.services.forms import ServicePasswordModelForm
|
from allianceauth.services.forms import ServicePasswordModelForm
|
||||||
from allianceauth.services.abstract import BaseCreatePasswordServiceAccountView, BaseDeactivateServiceAccountView, \
|
from allianceauth.services.abstract import BaseCreatePasswordServiceAccountView, BaseDeactivateServiceAccountView, \
|
||||||
BaseResetPasswordServiceAccountView, BaseSetPasswordServiceAccountView
|
BaseResetPasswordServiceAccountView, BaseSetPasswordServiceAccountView
|
||||||
|
from django.conf import settings
|
||||||
|
from django.contrib.auth.decorators import login_required, permission_required
|
||||||
|
from django.db.models import Count
|
||||||
|
from django.http import HttpResponse, JsonResponse
|
||||||
|
from django.shortcuts import render
|
||||||
|
|
||||||
from .models import MumbleUser
|
from .models import MumbleUser
|
||||||
|
|
||||||
@@ -35,3 +40,51 @@ class ResetPasswordMumbleView(MumbleViewMixin, BaseResetPasswordServiceAccountVi
|
|||||||
|
|
||||||
class SetPasswordMumbleView(MumbleViewMixin, BaseSetPasswordServiceAccountView):
|
class SetPasswordMumbleView(MumbleViewMixin, BaseSetPasswordServiceAccountView):
|
||||||
form_class = MumblePasswordForm
|
form_class = MumblePasswordForm
|
||||||
|
|
||||||
|
|
||||||
|
@login_required
|
||||||
|
@permission_required('mumble.view_connection_history')
|
||||||
|
def connection_history(request) -> HttpResponse:
|
||||||
|
|
||||||
|
context = {
|
||||||
|
"mumble_url": settings.MUMBLE_URL,
|
||||||
|
}
|
||||||
|
|
||||||
|
return render(request, 'services/mumble/mumble_connection_history.html', context)
|
||||||
|
|
||||||
|
|
||||||
|
@login_required
|
||||||
|
@permission_required("mumble.view_connection_history")
|
||||||
|
def connection_history_data(request) -> JsonResponse:
|
||||||
|
connection_history_data = MumbleUser.objects.all(
|
||||||
|
).values(
|
||||||
|
'user',
|
||||||
|
'display_name',
|
||||||
|
'release',
|
||||||
|
'version',
|
||||||
|
'last_connect',
|
||||||
|
'last_disconnect',
|
||||||
|
)
|
||||||
|
|
||||||
|
return JsonResponse({"connection_history_data": list(connection_history_data)})
|
||||||
|
|
||||||
|
|
||||||
|
@login_required
|
||||||
|
@permission_required("mumble.view_connection_history")
|
||||||
|
def release_counts_data(request) -> JsonResponse:
|
||||||
|
release_counts_data = MumbleUser.objects.values('release').annotate(user_count=Count('user_id')).order_by('release')
|
||||||
|
|
||||||
|
return JsonResponse({
|
||||||
|
"release_counts_data": list(release_counts_data),
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@login_required
|
||||||
|
@permission_required("mumble.view_connection_history")
|
||||||
|
def release_pie_chart_data(request) -> JsonResponse:
|
||||||
|
release_counts = MumbleUser.objects.values('release').annotate(user_count=Count('user_id')).order_by('release')
|
||||||
|
|
||||||
|
return JsonResponse({
|
||||||
|
"labels": list(release_counts.values_list("release", flat=True)),
|
||||||
|
"values": list(release_counts.values_list("user_count", flat=True)),
|
||||||
|
})
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
{% load aa_i18n %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
@@ -168,6 +169,8 @@ ESC to cancel{% endblocktranslate %}" id="blah"></i></th>
|
|||||||
{% include "bundles/moment-js.html" %}
|
{% include "bundles/moment-js.html" %}
|
||||||
{% include "bundles/clipboard-js.html" %}
|
{% include "bundles/clipboard-js.html" %}
|
||||||
|
|
||||||
|
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const clipboard = new ClipboardJS('.copy-text-fa-icon');
|
const clipboard = new ClipboardJS('.copy-text-fa-icon');
|
||||||
|
|
||||||
@@ -237,6 +240,7 @@ ESC to cancel{% endblocktranslate %}" id="blah"></i></th>
|
|||||||
});
|
});
|
||||||
|
|
||||||
elementTableSrpList.DataTable({
|
elementTableSrpList.DataTable({
|
||||||
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
"order": [[ 6, "asc" ]],
|
"order": [[ 6, "asc" ]],
|
||||||
"paging": false,
|
"paging": false,
|
||||||
"columnDefs": [
|
"columnDefs": [
|
||||||
|
|||||||
@@ -0,0 +1,247 @@
|
|||||||
|
{
|
||||||
|
"emptyTable": "Tabulka neobsahuje žádná data",
|
||||||
|
"info": "Zobrazuji _START_ až _END_ z celkem _TOTAL_ záznamů",
|
||||||
|
"infoEmpty": "Zobrazuji 0 až 0 z 0 záznamů",
|
||||||
|
"infoFiltered": "(filtrováno z celkem _MAX_ záznamů)",
|
||||||
|
"loadingRecords": "Načítám...",
|
||||||
|
"zeroRecords": "Žádné záznamy nebyly nalezeny",
|
||||||
|
"paginate": {
|
||||||
|
"first": "První",
|
||||||
|
"last": "Poslední",
|
||||||
|
"next": "Další",
|
||||||
|
"previous": "Předchozí"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Přidat podmínku",
|
||||||
|
"clearAll": "Smazat vše",
|
||||||
|
"condition": "Podmínka",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "po",
|
||||||
|
"before": "před",
|
||||||
|
"between": "mezi",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"equals": "rovno",
|
||||||
|
"not": "není",
|
||||||
|
"notBetween": "není mezi",
|
||||||
|
"notEmpty": "není prázdné"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "mezi",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"equals": "rovno",
|
||||||
|
"gt": "větší",
|
||||||
|
"gte": "rovno a větší",
|
||||||
|
"lt": "menší",
|
||||||
|
"lte": "rovno a menší",
|
||||||
|
"not": "není",
|
||||||
|
"notBetween": "není mezi",
|
||||||
|
"notEmpty": "není prázdné"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "obsahuje",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"endsWith": "končí na",
|
||||||
|
"equals": "rovno",
|
||||||
|
"not": "není",
|
||||||
|
"notEmpty": "není prázdné",
|
||||||
|
"startsWith": "začíná na",
|
||||||
|
"notContains": "Podmínka",
|
||||||
|
"notStartsWith": "Nezačíná",
|
||||||
|
"notEndsWith": "Nekončí"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "rovno",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"contains": "obsahuje",
|
||||||
|
"not": "není",
|
||||||
|
"notEmpty": "není prázdné",
|
||||||
|
"without": "neobsahuje"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Sloupec",
|
||||||
|
"logicAnd": "A",
|
||||||
|
"logicOr": "NEBO",
|
||||||
|
"title": {
|
||||||
|
"0": "Rozšířený filtr",
|
||||||
|
"_": "Rozšířený filtr (%d)"
|
||||||
|
},
|
||||||
|
"value": "Hodnota",
|
||||||
|
"button": {
|
||||||
|
"0": "Rozšířený filtr",
|
||||||
|
"_": "Rozšířený filtr (%d)"
|
||||||
|
},
|
||||||
|
"deleteTitle": "Smazat filtrovací pravidlo",
|
||||||
|
"leftTitle": "Zrušení odsazení podmínky",
|
||||||
|
"rightTitle": "Odsazení podmínky"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Zrušit",
|
||||||
|
"fill": "Vyplň všechny buňky textem <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Vyplň všechny buňky horizontálně",
|
||||||
|
"fillVertical": "Vyplň všechny buňky vertikálně",
|
||||||
|
"info": "Příklad automatického vyplňování"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kolekce <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"copy": "Kopírovat",
|
||||||
|
"copyTitle": "Kopírovat do schránky",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Zobrazit všechny řádky",
|
||||||
|
"_": "Zobrazit %d řádků",
|
||||||
|
"1": "Zobraz 1 řádek"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Tisknout",
|
||||||
|
"colvis": "Viditelnost sloupců",
|
||||||
|
"colvisRestore": "Resetovat sloupce",
|
||||||
|
"copyKeys": "Zmáčkněte ctrl or u2318 + C pro zkopírování dat. Pro zrušení klikněte na tuto zprávu nebo zmáčkněte esc..",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Zkopírován 1 řádek do schránky",
|
||||||
|
"_": "Zkopírováno %d řádků do schránky"
|
||||||
|
},
|
||||||
|
"createState": "Vytvořit Stav",
|
||||||
|
"removeAllStates": "Vymazat všechny Stavy",
|
||||||
|
"removeState": "Odstranit",
|
||||||
|
"renameState": "Odstranit",
|
||||||
|
"savedStates": "Uložit Stavy",
|
||||||
|
"stateRestore": "Stav %d",
|
||||||
|
"updateState": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Smazat vše",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Vyhledávací Panely",
|
||||||
|
"_": "Vyhledávací Panely (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Žádné Vyhledávací Panely",
|
||||||
|
"loadMessage": "Načítám Vyhledávací Panely",
|
||||||
|
"title": "Aktivních filtrů - %d",
|
||||||
|
"showMessage": "Zobrazit Vše",
|
||||||
|
"collapseMessage": "Sbalit Vše"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Vybrán 1 záznam",
|
||||||
|
"_": "Vybráno %d záznamů"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Vybrán 1 sloupec",
|
||||||
|
"_": "Vybráno %d sloupců"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Vybrán 1 řádek",
|
||||||
|
"_": "Vybráno %d řádků"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Aktivujte pro seřazení vzestupně",
|
||||||
|
"sortDescending": "Aktivujte pro seřazení sestupně"
|
||||||
|
},
|
||||||
|
"lengthMenu": "Zobrazit _MENU_ výsledků",
|
||||||
|
"processing": "Zpracovávání...",
|
||||||
|
"search": "Vyhledávání:",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Předchozí",
|
||||||
|
"next": "Další",
|
||||||
|
"hours": "Hodiny",
|
||||||
|
"minutes": "Minuty",
|
||||||
|
"seconds": "Vteřiny",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"Dopoledne",
|
||||||
|
"Odpoledne"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Leden",
|
||||||
|
"Únor",
|
||||||
|
"Březen",
|
||||||
|
"Duben",
|
||||||
|
"Květen",
|
||||||
|
"Červen",
|
||||||
|
"Červenec",
|
||||||
|
"Srpen",
|
||||||
|
"Září",
|
||||||
|
"Říjen",
|
||||||
|
"Listopad",
|
||||||
|
"Prosinec"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Ne",
|
||||||
|
"Po",
|
||||||
|
"Út",
|
||||||
|
"St",
|
||||||
|
"Čt",
|
||||||
|
"Pá",
|
||||||
|
"So"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Zavřít",
|
||||||
|
"create": {
|
||||||
|
"button": "Nový",
|
||||||
|
"title": "Nový záznam",
|
||||||
|
"submit": "Vytvořit"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Změnit",
|
||||||
|
"title": "Změnit záznam",
|
||||||
|
"submit": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Vymazat",
|
||||||
|
"title": "Smazání",
|
||||||
|
"submit": "Vymazat",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Opravdu chcete smazat tyto %d řádky?",
|
||||||
|
"1": "Opravdu chcete smazat tento 1 řádek?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mnohočetný výběr",
|
||||||
|
"restore": "Vrátit změny",
|
||||||
|
"noMulti": "Toto pole může být editováno individuálně, ale ne jako soušást skupiny.",
|
||||||
|
"info": "Vybrané položky obsahují různé hodnoty pro tento vstup. Chcete-li upravit a nastavit všechny položky tohoto vstupu na stejnou hodnotu, klikněte nebo klepněte sem, jinak si zachovají své individuální hodnoty."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Došlo k systémové chybě (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Více informací<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"infoThousands": " ",
|
||||||
|
"decimal": ",",
|
||||||
|
"thousands": " ",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Vytvořit",
|
||||||
|
"columns": {
|
||||||
|
"search": "Vyhledávání v buňce",
|
||||||
|
"visible": "Viditelnost buňky"
|
||||||
|
},
|
||||||
|
"name": "Název:",
|
||||||
|
"order": "Řazení",
|
||||||
|
"paging": "Stránkování",
|
||||||
|
"scroller": "Pozice skrolování",
|
||||||
|
"select": "Výběr",
|
||||||
|
"title": "Vytvořit nový Stav",
|
||||||
|
"toggleLabel": "Zahrnout",
|
||||||
|
"search": "Filtrování",
|
||||||
|
"searchBuilder": "Rozšířené filtrování"
|
||||||
|
},
|
||||||
|
"duplicateError": "Stav s tímto názvem ji existuje.",
|
||||||
|
"emptyError": "Název nemůže být prázný.",
|
||||||
|
"emptyStates": "Žádné uložené stavy",
|
||||||
|
"removeConfirm": "Opravdu chcete odstranbit %s?",
|
||||||
|
"removeError": "Chyba při odstraňování stavu.",
|
||||||
|
"removeJoiner": "a",
|
||||||
|
"removeSubmit": "Odstranit",
|
||||||
|
"removeTitle": "Odstranit Stav",
|
||||||
|
"renameButton": "Vymazat",
|
||||||
|
"renameLabel": "Nové jméno pro %s:",
|
||||||
|
"renameTitle": "Přejmenování Stavu"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Příklad zástupného prvku"
|
||||||
|
}
|
||||||
@@ -0,0 +1,243 @@
|
|||||||
|
{
|
||||||
|
"emptyTable": "Keine Daten in der Tabelle vorhanden",
|
||||||
|
"info": "_START_ bis _END_ von _TOTAL_ Einträgen",
|
||||||
|
"infoEmpty": "Keine Daten vorhanden",
|
||||||
|
"infoFiltered": "(gefiltert von _MAX_ Einträgen)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Wird geladen ..",
|
||||||
|
"processing": "Bitte warten ..",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Erste",
|
||||||
|
"next": "Nächste",
|
||||||
|
"last": "Letzte",
|
||||||
|
"previous": "Vorherige"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivieren, um Spalte aufsteigend zu sortieren",
|
||||||
|
"sortDescending": ": aktivieren, um Spalte absteigend zu sortieren"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d Zeilen ausgewählt",
|
||||||
|
"1": "1 Zeile ausgewählt"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 Zelle ausgewählt",
|
||||||
|
"_": "%d Zellen ausgewählt"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 Spalte ausgewählt",
|
||||||
|
"_": "%d Spalten ausgewählt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "Drucken",
|
||||||
|
"copy": "Kopieren",
|
||||||
|
"copyTitle": "In Zwischenablage kopieren",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d Zeilen kopiert",
|
||||||
|
"1": "1 Zeile kopiert"
|
||||||
|
},
|
||||||
|
"collection": "Aktionen <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Spaltensichtbarkeit",
|
||||||
|
"colvisRestore": "Sichtbarkeit wiederherstellen",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Alle Zeilen anzeigen",
|
||||||
|
"1": "Zeige 1 Zeile",
|
||||||
|
"_": "Zeige %d Zeilen"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"createState": "Ansicht erstellen",
|
||||||
|
"removeAllStates": "Alle Ansichten entfernen",
|
||||||
|
"removeState": "Entfernen",
|
||||||
|
"renameState": "Umbenennen",
|
||||||
|
"savedStates": "Gespeicherte Ansicht",
|
||||||
|
"stateRestore": "Ansicht %d",
|
||||||
|
"updateState": "Aktualisieren",
|
||||||
|
"copyKeys": "Taste <i>STRG<\\\/i> oder <i>⌘<\\\/i> + <i>C<\\\/i> drücken um die Tabelle<br \/>in den Zwischenspeicher zu kopieren.<br \/><br \/>Um den Vorgang abzubrechen, Nachricht anklicken oder Escape-Taste drücken.<\/i><\/i><\/i>"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Abbrechen",
|
||||||
|
"fill": "Alle Zellen mit <i>%d<i> füllen<\/i><\/i>",
|
||||||
|
"fillHorizontal": "Alle horizontalen Zellen füllen",
|
||||||
|
"fillVertical": "Alle vertikalen Zellen füllen",
|
||||||
|
"info": "Automatische Vervollständigung"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"search": "Suche:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Bedingung hinzufügen",
|
||||||
|
"button": {
|
||||||
|
"0": "Such-Baukasten",
|
||||||
|
"_": "Such-Baukasten (%d)"
|
||||||
|
},
|
||||||
|
"condition": "Bedingung",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Nach",
|
||||||
|
"before": "Vor",
|
||||||
|
"between": "Zwischen",
|
||||||
|
"empty": "Leer",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notBetween": "Nicht zwischen",
|
||||||
|
"notEmpty": "Nicht leer",
|
||||||
|
"equals": "Gleich"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Zwischen",
|
||||||
|
"empty": "Leer",
|
||||||
|
"equals": "Entspricht",
|
||||||
|
"gt": "Größer als",
|
||||||
|
"gte": "Größer als oder gleich",
|
||||||
|
"lt": "Kleiner als",
|
||||||
|
"lte": "Kleiner als oder gleich",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notBetween": "Nicht zwischen",
|
||||||
|
"notEmpty": "Nicht leer"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Beinhaltet",
|
||||||
|
"empty": "Leer",
|
||||||
|
"endsWith": "Endet mit",
|
||||||
|
"equals": "Entspricht",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notEmpty": "Nicht leer",
|
||||||
|
"startsWith": "Startet mit",
|
||||||
|
"notContains": "enthält nicht",
|
||||||
|
"notStartsWith": "startet nicht mit",
|
||||||
|
"notEndsWith": "endet nicht mit"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "ist gleich",
|
||||||
|
"empty": "ist leer",
|
||||||
|
"contains": "enthält",
|
||||||
|
"not": "ist ungleich",
|
||||||
|
"notEmpty": "ist nicht leer",
|
||||||
|
"without": "aber nicht"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Daten",
|
||||||
|
"deleteTitle": "Filterregel entfernen",
|
||||||
|
"leftTitle": "Äußere Kriterien",
|
||||||
|
"rightTitle": "Innere Kriterien",
|
||||||
|
"title": {
|
||||||
|
"0": "Such-Baukasten",
|
||||||
|
"_": "Such-Baukasten (%d)"
|
||||||
|
},
|
||||||
|
"value": "Wert",
|
||||||
|
"clearAll": "Alle entfernen",
|
||||||
|
"logicAnd": "Und",
|
||||||
|
"logicOr": "Oder"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Leeren",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Suchmasken",
|
||||||
|
"_": "Suchmasken (%d)"
|
||||||
|
},
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Keine Suchmasken",
|
||||||
|
"title": "Aktive Filter: %d",
|
||||||
|
"showMessage": "zeige Alle",
|
||||||
|
"collapseMessage": "Alle einklappen",
|
||||||
|
"count": "{total}",
|
||||||
|
"loadMessage": "Lade Suchmasken .."
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "Keine passenden Einträge gefunden",
|
||||||
|
"lengthMenu": "_MENU_ Zeilen anzeigen",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Vorher",
|
||||||
|
"next": "Nachher",
|
||||||
|
"hours": "Stunden",
|
||||||
|
"minutes": "Minuten",
|
||||||
|
"seconds": "Sekunden",
|
||||||
|
"unknown": "Unbekannt",
|
||||||
|
"weekdays": [
|
||||||
|
"Sonntag",
|
||||||
|
"Montag",
|
||||||
|
"Dienstag",
|
||||||
|
"Mittwoch",
|
||||||
|
"Donnerstag",
|
||||||
|
"Freitag",
|
||||||
|
"Samstag"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Januar",
|
||||||
|
"Februar",
|
||||||
|
"März",
|
||||||
|
"April",
|
||||||
|
"Mai",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"August",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Dezember"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Schließen",
|
||||||
|
"create": {
|
||||||
|
"button": "Neu",
|
||||||
|
"title": "Neuen Eintrag erstellen",
|
||||||
|
"submit": "Erstellen"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"confirm": {
|
||||||
|
"_": "Sollen %d Zeilen gelöscht werden?",
|
||||||
|
"1": "Soll diese Zeile gelöscht werden?"
|
||||||
|
},
|
||||||
|
"button": "Entfernen",
|
||||||
|
"title": "Entfernen",
|
||||||
|
"submit": "Entfernen"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ein Systemfehler ist aufgetreten"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mehrere Werte",
|
||||||
|
"restore": "Änderungen zurücksetzen",
|
||||||
|
"noMulti": "Dieses Feld kann nur einzeln bearbeitet werden, nicht als Teil einer Mengen-Änderung.",
|
||||||
|
"info": "Die ausgewählten Elemente enthalten mehrere Werte für dieses Feld. Um alle Elemente für dieses Feld zu bearbeiten und auf denselben Wert zu setzen, hier klicken oder tippen, andernfalls behalten diese ihre individuellen Werte bei."
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Bearbeiten",
|
||||||
|
"title": "Eintrag bearbeiten",
|
||||||
|
"submit": "Bearbeiten"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Suchen...",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Erstellen",
|
||||||
|
"columns": {
|
||||||
|
"search": "Spalten Suche",
|
||||||
|
"visible": "Spalten Sichtbarkeit"
|
||||||
|
},
|
||||||
|
"name": "Name:",
|
||||||
|
"order": "Sortieren",
|
||||||
|
"paging": "Seiten",
|
||||||
|
"scroller": "Scroll Position",
|
||||||
|
"search": "Suche",
|
||||||
|
"searchBuilder": "Such-Baukasten",
|
||||||
|
"select": "Auswahl",
|
||||||
|
"title": "Neue Ansicht erstellen",
|
||||||
|
"toggleLabel": "Inkludiert:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Eine Ansicht mit diesem Namen existiert bereits.",
|
||||||
|
"emptyError": "Name darf nicht leer sein.",
|
||||||
|
"emptyStates": "Keine gespeicherten Ansichten",
|
||||||
|
"removeError": "Entfernen der Ansicht fehlgeschlagen.",
|
||||||
|
"removeJoiner": " und ",
|
||||||
|
"removeSubmit": "Entfernen",
|
||||||
|
"removeTitle": "Ansicht entfernen",
|
||||||
|
"renameButton": "Umbenennen",
|
||||||
|
"renameLabel": "Neuer Name für %s:",
|
||||||
|
"renameTitle": "Ansicht umbenennen",
|
||||||
|
"removeConfirm": "Sicher dass %s entfernt werden soll?"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,244 @@
|
|||||||
|
{
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ registros",
|
||||||
|
"zeroRecords": "No se encontraron resultados",
|
||||||
|
"emptyTable": "Ningún dato disponible en esta tabla",
|
||||||
|
"infoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
||||||
|
"infoFiltered": "(filtrado de un total de _MAX_ registros)",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activar para ordenar la columna de manera ascendente",
|
||||||
|
"sortDescending": ": Activar para ordenar la columna de manera descendente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"colvis": "Visibilidad",
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copyKeys": "Presione ctrl o u2318 + C para copiar los datos de la tabla al portapapeles del sistema. <br \/> <br \/> Para cancelar, haga clic en este mensaje o presione escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiada 1 fila al portapapeles",
|
||||||
|
"_": "Copiadas %ds fila al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostrar todas las filas",
|
||||||
|
"_": "Mostrar %d filas"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"renameState": "Cambiar nombre",
|
||||||
|
"updateState": "Actualizar",
|
||||||
|
"createState": "Crear Estado",
|
||||||
|
"removeAllStates": "Remover Estados",
|
||||||
|
"removeState": "Remover",
|
||||||
|
"savedStates": "Estados Guardados",
|
||||||
|
"stateRestore": "Estado %d"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rellene todas las celdas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rellenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Rellenar celdas verticalmente"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Añadir condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Borrar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"after": "Después",
|
||||||
|
"notEmpty": "No Vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual que",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"empty": "Vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"startsWith": "Empieza con",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notStartsWith": "No empieza con",
|
||||||
|
"notEndsWith": "No termina con",
|
||||||
|
"notEmpty": "No Vacío"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"not": "Diferente de",
|
||||||
|
"equals": "Igual",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Criterios anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterios de sangría",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar todo",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de búsqueda",
|
||||||
|
"_": "Paneles de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"showMessage": "Mostrar Todo",
|
||||||
|
"collapseMessage": "Colapsar Todo"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celda seleccionada",
|
||||||
|
"_": "%d celdas seleccionadas"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnas seleccionadas"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Dom",
|
||||||
|
"1": "Lun",
|
||||||
|
"2": "Mar",
|
||||||
|
"4": "Jue",
|
||||||
|
"5": "Vie",
|
||||||
|
"3": "Mié",
|
||||||
|
"6": "Sáb"
|
||||||
|
},
|
||||||
|
"next": "Próximo"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear Nuevo Registro",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar Registro",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar Registro",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro de que desea eliminar %d filas?",
|
||||||
|
"1": "¿Está seguro de que desea eliminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Más información<\\\/a>).<\/a>"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples Valores",
|
||||||
|
"restore": "Deshacer Cambios",
|
||||||
|
"noMulti": "Este registro puede ser editado individualmente, pero no como parte de un grupo.",
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para este registro. Para editar y establecer todos los elementos de este registro con el mismo valor, haga clic o pulse aquí, de lo contrario conservarán sus valores individuales."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ registros",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Clasificación",
|
||||||
|
"paging": "Paginación",
|
||||||
|
"select": "Seleccionar",
|
||||||
|
"columns": {
|
||||||
|
"search": "Búsqueda de Columna",
|
||||||
|
"visible": "Visibilidad de Columna"
|
||||||
|
},
|
||||||
|
"title": "Crear Nuevo Estado",
|
||||||
|
"toggleLabel": "Incluir:",
|
||||||
|
"scroller": "Posición de desplazamiento",
|
||||||
|
"search": "Búsqueda",
|
||||||
|
"searchBuilder": "Búsqueda avanzada"
|
||||||
|
},
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"renameButton": "Cambiar Nombre",
|
||||||
|
"duplicateError": "Ya existe un Estado con este nombre.",
|
||||||
|
"emptyStates": "No hay Estados guardados",
|
||||||
|
"removeTitle": "Remover Estado",
|
||||||
|
"renameTitle": "Cambiar Nombre Estado",
|
||||||
|
"emptyError": "El nombre no puede estar vacío.",
|
||||||
|
"removeConfirm": "¿Seguro que quiere eliminar %s?",
|
||||||
|
"removeError": "Error al eliminar el Estado",
|
||||||
|
"renameLabel": "Nuevo nombre para %s:"
|
||||||
|
},
|
||||||
|
"infoThousands": "."
|
||||||
|
}
|
||||||
@@ -0,0 +1,245 @@
|
|||||||
|
{
|
||||||
|
"emptyTable": "Aucune donnée disponible dans le tableau",
|
||||||
|
"loadingRecords": "Chargement...",
|
||||||
|
"processing": "Traitement...",
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d lignes sélectionnées",
|
||||||
|
"1": "1 ligne sélectionnée"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cellule sélectionnée",
|
||||||
|
"_": "%d cellules sélectionnées"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 colonne sélectionnée",
|
||||||
|
"_": "%d colonnes sélectionnées"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Annuler",
|
||||||
|
"fill": "Remplir toutes les cellules avec <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Remplir les cellules horizontalement",
|
||||||
|
"fillVertical": "Remplir les cellules verticalement"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Après le",
|
||||||
|
"before": "Avant le",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vide",
|
||||||
|
"not": "Différent de",
|
||||||
|
"notBetween": "Pas entre",
|
||||||
|
"notEmpty": "Non vide",
|
||||||
|
"equals": "Égal à"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vide",
|
||||||
|
"gt": "Supérieur à",
|
||||||
|
"gte": "Supérieur ou égal à",
|
||||||
|
"lt": "Inférieur à",
|
||||||
|
"lte": "Inférieur ou égal à",
|
||||||
|
"not": "Différent de",
|
||||||
|
"notBetween": "Pas entre",
|
||||||
|
"notEmpty": "Non vide",
|
||||||
|
"equals": "Égal à"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contient",
|
||||||
|
"empty": "Vide",
|
||||||
|
"endsWith": "Se termine par",
|
||||||
|
"not": "Différent de",
|
||||||
|
"notEmpty": "Non vide",
|
||||||
|
"startsWith": "Commence par",
|
||||||
|
"equals": "Égal à",
|
||||||
|
"notContains": "Ne contient pas",
|
||||||
|
"notEndsWith": "Ne termine pas par",
|
||||||
|
"notStartsWith": "Ne commence pas par"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"empty": "Vide",
|
||||||
|
"contains": "Contient",
|
||||||
|
"not": "Différent de",
|
||||||
|
"notEmpty": "Non vide",
|
||||||
|
"without": "Sans",
|
||||||
|
"equals": "Égal à"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"add": "Ajouter une condition",
|
||||||
|
"button": {
|
||||||
|
"0": "Recherche avancée",
|
||||||
|
"_": "Recherche avancée (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Effacer tout",
|
||||||
|
"condition": "Condition",
|
||||||
|
"data": "Donnée",
|
||||||
|
"deleteTitle": "Supprimer la règle de filtrage",
|
||||||
|
"logicAnd": "Et",
|
||||||
|
"logicOr": "Ou",
|
||||||
|
"title": {
|
||||||
|
"0": "Recherche avancée",
|
||||||
|
"_": "Recherche avancée (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valeur",
|
||||||
|
"leftTitle": "Désindenter le critère",
|
||||||
|
"rightTitle": "Indenter le critère"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Effacer tout",
|
||||||
|
"count": "{total}",
|
||||||
|
"title": "Filtres actifs - %d",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Volet de recherche",
|
||||||
|
"_": "Volet de recherche (%d)"
|
||||||
|
},
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Pas de volet de recherche",
|
||||||
|
"loadMessage": "Chargement du volet de recherche...",
|
||||||
|
"collapseMessage": "Réduire tout",
|
||||||
|
"showMessage": "Montrer tout"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collection",
|
||||||
|
"colvis": "Visibilité colonnes",
|
||||||
|
"colvisRestore": "Rétablir visibilité",
|
||||||
|
"copy": "Copier",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 ligne copiée dans le presse-papier",
|
||||||
|
"_": "%d lignes copiées dans le presse-papier"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copier dans le presse-papier",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Afficher toutes les lignes",
|
||||||
|
"_": "Afficher %d lignes",
|
||||||
|
"1": "Afficher 1 ligne"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimer",
|
||||||
|
"copyKeys": "Appuyez sur ctrl ou u2318 + C pour copier les données du tableau dans votre presse-papier.",
|
||||||
|
"createState": "Créer un état",
|
||||||
|
"removeAllStates": "Supprimer tous les états",
|
||||||
|
"removeState": "Supprimer",
|
||||||
|
"renameState": "Renommer",
|
||||||
|
"savedStates": "États sauvegardés",
|
||||||
|
"stateRestore": "État %d",
|
||||||
|
"updateState": "Mettre à jour"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Précédent",
|
||||||
|
"next": "Suivant",
|
||||||
|
"hours": "Heures",
|
||||||
|
"minutes": "Minutes",
|
||||||
|
"seconds": "Secondes",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Janvier",
|
||||||
|
"2": "Mars",
|
||||||
|
"3": "Avril",
|
||||||
|
"4": "Mai",
|
||||||
|
"5": "Juin",
|
||||||
|
"6": "Juillet",
|
||||||
|
"8": "Septembre",
|
||||||
|
"9": "Octobre",
|
||||||
|
"10": "Novembre",
|
||||||
|
"1": "Février",
|
||||||
|
"11": "Décembre",
|
||||||
|
"7": "Août"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Dim",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mer",
|
||||||
|
"Jeu",
|
||||||
|
"Ven",
|
||||||
|
"Sam"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Fermer",
|
||||||
|
"create": {
|
||||||
|
"title": "Créer une nouvelle entrée",
|
||||||
|
"button": "Nouveau",
|
||||||
|
"submit": "Créer"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editer",
|
||||||
|
"title": "Editer Entrée",
|
||||||
|
"submit": "Mettre à jour"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Supprimer",
|
||||||
|
"title": "Supprimer",
|
||||||
|
"submit": "Supprimer",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Êtes-vous sûr de vouloir supprimer %d lignes ?",
|
||||||
|
"1": "Êtes-vous sûr de vouloir supprimer 1 ligne ?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Valeurs multiples",
|
||||||
|
"info": "Les éléments sélectionnés contiennent différentes valeurs pour cette entrée. Pour modifier et définir tous les éléments de cette entrée à la même valeur, cliquez ou tapez ici, sinon ils conserveront leurs valeurs individuelles.",
|
||||||
|
"restore": "Annuler les modifications",
|
||||||
|
"noMulti": "Ce champ peut être modifié individuellement, mais ne fait pas partie d'un groupe. "
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Une erreur système s'est produite (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Plus d'information<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"removeSubmit": "Supprimer",
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Créer",
|
||||||
|
"order": "Tri",
|
||||||
|
"paging": "Pagination",
|
||||||
|
"scroller": "Position du défilement",
|
||||||
|
"search": "Recherche",
|
||||||
|
"select": "Sélection",
|
||||||
|
"columns": {
|
||||||
|
"search": "Recherche par colonne",
|
||||||
|
"visible": "Visibilité des colonnes"
|
||||||
|
},
|
||||||
|
"name": "Nom :",
|
||||||
|
"searchBuilder": "Recherche avancée",
|
||||||
|
"title": "Créer un nouvel état",
|
||||||
|
"toggleLabel": "Inclus :"
|
||||||
|
},
|
||||||
|
"renameButton": "Renommer",
|
||||||
|
"duplicateError": "Il existe déjà un état avec ce nom.",
|
||||||
|
"emptyError": "Le nom ne peut pas être vide.",
|
||||||
|
"emptyStates": "Aucun état sauvegardé",
|
||||||
|
"removeConfirm": "Voulez vous vraiment supprimer %s ?",
|
||||||
|
"removeError": "Échec de la suppression de l'état.",
|
||||||
|
"removeJoiner": "et",
|
||||||
|
"removeTitle": "Supprimer l'état",
|
||||||
|
"renameLabel": "Nouveau nom pour %s :",
|
||||||
|
"renameTitle": "Renommer l'état"
|
||||||
|
},
|
||||||
|
"info": "Affichage de _START_ à _END_ sur _TOTAL_ entrées",
|
||||||
|
"infoEmpty": "Affichage de 0 à 0 sur 0 entrées",
|
||||||
|
"infoFiltered": "(filtrées depuis un total de _MAX_ entrées)",
|
||||||
|
"lengthMenu": "Afficher _MENU_ entrées",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Première",
|
||||||
|
"last": "Dernière",
|
||||||
|
"next": "Suivante",
|
||||||
|
"previous": "Précédente"
|
||||||
|
},
|
||||||
|
"zeroRecords": "Aucune entrée correspondante trouvée",
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": " : activer pour trier la colonne par ordre croissant",
|
||||||
|
"sortDescending": " : activer pour trier la colonne par ordre décroissant"
|
||||||
|
},
|
||||||
|
"infoThousands": " ",
|
||||||
|
"search": "Rechercher :",
|
||||||
|
"thousands": " "
|
||||||
|
}
|
||||||
@@ -0,0 +1,244 @@
|
|||||||
|
{
|
||||||
|
"infoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Caricamento...",
|
||||||
|
"processing": "Elaborazione...",
|
||||||
|
"search": "Cerca:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Inizio",
|
||||||
|
"previous": "Precedente",
|
||||||
|
"next": "Successivo",
|
||||||
|
"last": "Fine"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||||
|
"sortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Annulla",
|
||||||
|
"fill": "Riempi tutte le celle con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Riempi celle orizzontalmente",
|
||||||
|
"fillVertical": "Riempi celle verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collezione <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilità Colonna",
|
||||||
|
"colvisRestore": "Ripristina visibilità",
|
||||||
|
"copy": "Copia",
|
||||||
|
"copyKeys": "Premi ctrl o u2318 + C per copiare i dati della tabella nella tua clipboard di sistema.<br \/><br \/>Per annullare, clicca questo messaggio o premi ESC.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiata 1 riga nella clipboard",
|
||||||
|
"_": "Copiate %d righe nella clipboard"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copia nella Clipboard",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostra tutte le righe",
|
||||||
|
"_": "Mostra %d righe"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Stampa",
|
||||||
|
"createState": "Crea stato",
|
||||||
|
"removeAllStates": "Rimuovi tutti gli stati",
|
||||||
|
"removeState": "Rimuovi",
|
||||||
|
"renameState": "Rinomina",
|
||||||
|
"savedStates": "Salva stato",
|
||||||
|
"stateRestore": "Ripristina stato",
|
||||||
|
"updateState": "Aggiorna"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nessun dato disponibile nella tabella",
|
||||||
|
"info": "Risultati da _START_ a _END_ di _TOTAL_ elementi",
|
||||||
|
"infoEmpty": "Risultati da 0 a 0 di 0 elementi",
|
||||||
|
"lengthMenu": "Mostra _MENU_ elementi",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Aggiungi Condizione",
|
||||||
|
"button": {
|
||||||
|
"0": "Generatore di Ricerca",
|
||||||
|
"_": "Generatori di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Pulisci Tutto",
|
||||||
|
"condition": "Condizione",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Dopo",
|
||||||
|
"before": "Prima",
|
||||||
|
"between": "Tra",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notBetween": "Non Tra",
|
||||||
|
"notEmpty": "Non Vuoto"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Tra",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"gt": "Maggiore Di",
|
||||||
|
"gte": "Maggiore O Uguale A",
|
||||||
|
"lt": "Minore Di",
|
||||||
|
"lte": "Minore O Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notBetween": "Non Tra",
|
||||||
|
"notEmpty": "Non Vuoto"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"endsWith": "Finisce Con",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notEmpty": "Non Vuoto",
|
||||||
|
"startsWith": "Inizia Con",
|
||||||
|
"notContains": "Non Contiene",
|
||||||
|
"notStartsWith": "Non Inizia Con",
|
||||||
|
"notEndsWith": "Non Finisce Con"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "Non",
|
||||||
|
"notEmpty": "Non Vuoto",
|
||||||
|
"without": "Senza"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Dati",
|
||||||
|
"deleteTitle": "Elimina regola filtro",
|
||||||
|
"leftTitle": "Criterio di Riduzione Rientro",
|
||||||
|
"logicAnd": "E",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterio di Aumento Rientro",
|
||||||
|
"title": {
|
||||||
|
"0": "Generatore di Ricerca",
|
||||||
|
"_": "Generatori di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valore"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Pulisci Tutto",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Pannello di Ricerca",
|
||||||
|
"_": "Pannelli di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Nessun Pannello di Ricerca",
|
||||||
|
"loadMessage": "Caricamento Pannello di Ricerca",
|
||||||
|
"title": "Filtri Attivi - %d",
|
||||||
|
"showMessage": "Mostra tutto",
|
||||||
|
"collapseMessage": "Espandi tutto"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cella selezionata",
|
||||||
|
"_": "%d celle selezionate"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 colonna selezionata",
|
||||||
|
"_": "%d colonne selezionate"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 riga selezionata",
|
||||||
|
"_": "%d righe selezionate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nessun elemento corrispondente trovato",
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"hours": "ore",
|
||||||
|
"minutes": "minuti",
|
||||||
|
"next": "successivo",
|
||||||
|
"previous": "precedente",
|
||||||
|
"seconds": "secondi",
|
||||||
|
"unknown": "sconosciuto",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mer",
|
||||||
|
"Gio",
|
||||||
|
"Ven",
|
||||||
|
"Sab"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Gennaio",
|
||||||
|
"Febbraio",
|
||||||
|
"Marzo",
|
||||||
|
"Aprile",
|
||||||
|
"Maggio",
|
||||||
|
"Giugno",
|
||||||
|
"Luglio",
|
||||||
|
"Agosto",
|
||||||
|
"Settembre",
|
||||||
|
"Ottobre",
|
||||||
|
"Novembre",
|
||||||
|
"Dicembre"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Chiudi",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuovo",
|
||||||
|
"submit": "Aggiungi",
|
||||||
|
"title": "Aggiungi nuovo elemento"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Modifica",
|
||||||
|
"submit": "Modifica",
|
||||||
|
"title": "Modifica elemento"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Errore del sistema."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Gli elementi selezionati contengono valori diversi. Per modificare e impostare tutti gli elementi per questa selezione allo stesso valore, premi o clicca qui, altrimenti ogni cella manterrà il suo valore attuale.",
|
||||||
|
"noMulti": "Questa selezione può essere modificata individualmente, ma non se fa parte di un gruppo.",
|
||||||
|
"restore": "Annulla le modifiche",
|
||||||
|
"title": "Valori multipli"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Rimuovi",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Sei sicuro di voler cancellare %d righe?",
|
||||||
|
"1": "Sei sicuro di voler cancellare 1 riga?"
|
||||||
|
},
|
||||||
|
"submit": "Rimuovi",
|
||||||
|
"title": "Rimuovi"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"decimal": ",",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crea",
|
||||||
|
"columns": {
|
||||||
|
"search": "Colonna Cerca",
|
||||||
|
"visible": "Colonna Visibilità"
|
||||||
|
},
|
||||||
|
"name": "Nome:",
|
||||||
|
"order": "Ordinamento",
|
||||||
|
"paging": "Paginazione",
|
||||||
|
"scroller": "Scorri posizione",
|
||||||
|
"search": "Ricerca",
|
||||||
|
"searchBuilder": "Form di Ricerca",
|
||||||
|
"select": "Seleziona",
|
||||||
|
"title": "Crea nuovo Stato",
|
||||||
|
"toggleLabel": "Includi:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Nome stato già presente",
|
||||||
|
"emptyError": "Il nome è obbligatorio",
|
||||||
|
"emptyStates": "Non ci sono stati salvati",
|
||||||
|
"removeConfirm": "Sei sicuro di eliminare lo Stato %s?",
|
||||||
|
"removeError": "Errore durante l'eliminazione dello Stato",
|
||||||
|
"removeJoiner": "e",
|
||||||
|
"removeSubmit": "Elimina",
|
||||||
|
"removeTitle": "Elimina Stato",
|
||||||
|
"renameButton": "Rinomina",
|
||||||
|
"renameLabel": "Nuovo nome per %s:",
|
||||||
|
"renameTitle": "Rinomina Stato"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,84 @@
|
|||||||
|
{
|
||||||
|
"emptyTable": "テーブルにデータがありません",
|
||||||
|
"info": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
||||||
|
"infoEmpty": " 0 件中 0 から 0 まで表示",
|
||||||
|
"infoFiltered": "(全 _MAX_ 件より抽出)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "_MENU_ 件表示",
|
||||||
|
"loadingRecords": "読み込み中...",
|
||||||
|
"processing": "処理中...",
|
||||||
|
"search": "検索:",
|
||||||
|
"zeroRecords": "一致するレコードがありません",
|
||||||
|
"paginate": {
|
||||||
|
"first": "先頭",
|
||||||
|
"last": "最終",
|
||||||
|
"next": "次",
|
||||||
|
"previous": "前"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": 列を昇順に並べ替えるにはアクティブにする",
|
||||||
|
"sortDescending": ": 列を降順に並べ替えるにはアクティブにする"
|
||||||
|
},
|
||||||
|
"thousands": ",",
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "項目の表示\/非表示",
|
||||||
|
"csv": "CSVをダウンロード",
|
||||||
|
"collection": "コレクション"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "条件を追加",
|
||||||
|
"button": {
|
||||||
|
"0": "カスタムサーチ",
|
||||||
|
"_": "カスタムサーチ (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "すべての条件をクリア",
|
||||||
|
"condition": "条件",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "次の日付以降",
|
||||||
|
"before": "次の日付以前",
|
||||||
|
"between": "次の期間に含まれる",
|
||||||
|
"empty": "空白",
|
||||||
|
"equals": "次の日付と等しい",
|
||||||
|
"not": "次の日付と等しくない",
|
||||||
|
"notBetween": "次の期間に含まれない",
|
||||||
|
"notEmpty": "空白ではない"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "次の値の間に含まれる",
|
||||||
|
"empty": "空白",
|
||||||
|
"equals": "次の値と等しい",
|
||||||
|
"gt": "次の値よりも大きい",
|
||||||
|
"gte": "次の値以上",
|
||||||
|
"lt": "次の値未満",
|
||||||
|
"lte": "次の値以下",
|
||||||
|
"not": "次の値と等しくない",
|
||||||
|
"notBetween": "次の値の間に含まれない",
|
||||||
|
"notEmpty": "空白ではない"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "次の文字を含む",
|
||||||
|
"empty": "空白",
|
||||||
|
"endsWith": "次の文字で終わる",
|
||||||
|
"equals": "次の文字と等しい",
|
||||||
|
"not": "次の文字と等しくない",
|
||||||
|
"notEmpty": "空白ではない",
|
||||||
|
"startsWith": "次の文字から始まる",
|
||||||
|
"notContains": "次の文字を含まない",
|
||||||
|
"notStartsWith": "次の文字で始まらない",
|
||||||
|
"notEndsWith": "次の文字で終わらない"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "項目",
|
||||||
|
"title": {
|
||||||
|
"0": "カスタムサーチ",
|
||||||
|
"_": "カスタムサーチ (%d)"
|
||||||
|
},
|
||||||
|
"value": "値"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "キャンセル",
|
||||||
|
"fillHorizontal": "横でセルを書き込む",
|
||||||
|
"fillVertical": "縦でセルを書き込む"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,122 @@
|
|||||||
|
{
|
||||||
|
"emptyTable": "데이터가 없습니다",
|
||||||
|
"info": "_START_ - _END_ \/ _TOTAL_",
|
||||||
|
"infoEmpty": "0 - 0 \/ 0",
|
||||||
|
"infoFiltered": "(총 _MAX_ 개)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "페이지당 줄수 _MENU_",
|
||||||
|
"loadingRecords": "읽는중...",
|
||||||
|
"processing": "처리중...",
|
||||||
|
"search": "검색:",
|
||||||
|
"zeroRecords": "검색 결과가 없습니다",
|
||||||
|
"paginate": {
|
||||||
|
"first": "처음",
|
||||||
|
"last": "마지막",
|
||||||
|
"next": "다음",
|
||||||
|
"previous": "이전"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": 오름차순 정렬",
|
||||||
|
"sortDescending": ": 내림차순 정렬"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copyKeys": "ctrl키 나 u2318 + C키로 테이블 데이터를 시스텝 복사판에서 복사하고 취소하려면 이 메시지를 클릭하거나 ESC키를 누르면됩니다. to copy the table data to your system clipboard. To cancel, click this message or press escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d행을 복사판에서 복사됨",
|
||||||
|
"1": "1행을 복사판에서 복사됨"
|
||||||
|
},
|
||||||
|
"copyTitle": "복사판에서 복사",
|
||||||
|
"csv": "CSV",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "모든 행 보기",
|
||||||
|
"_": "%d행 보기"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "인쇄",
|
||||||
|
"collection": "집합 <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "컬럼 보기",
|
||||||
|
"colvisRestore": "보기 복원",
|
||||||
|
"copy": "복사",
|
||||||
|
"excel": "엑셀"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "조건 추가",
|
||||||
|
"button": {
|
||||||
|
"0": "빌더 조회",
|
||||||
|
"_": "빌더 조회(%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "모두 지우기",
|
||||||
|
"condition": "조건",
|
||||||
|
"data": "데이터",
|
||||||
|
"deleteTitle": "필터 규칙을 삭제",
|
||||||
|
"logicAnd": "And",
|
||||||
|
"logicOr": "Or",
|
||||||
|
"title": {
|
||||||
|
"0": "빌더 조회",
|
||||||
|
"_": "빌더 조회(%d)"
|
||||||
|
},
|
||||||
|
"value": "값"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "취소",
|
||||||
|
"fill": "모든 셀에서 <i>%d<i>을(를) 삽입<\/i><\/i>",
|
||||||
|
"fillHorizontal": "수평 셀에서 값을 삽입",
|
||||||
|
"fillVertical": "수직 설에서 값을 삽입"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "이전",
|
||||||
|
"next": "다음",
|
||||||
|
"hours": "시",
|
||||||
|
"minutes": "분",
|
||||||
|
"seconds": "초",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"오전",
|
||||||
|
"오후"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"일",
|
||||||
|
"월",
|
||||||
|
"화",
|
||||||
|
"수",
|
||||||
|
"목",
|
||||||
|
"금",
|
||||||
|
"토"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"1월",
|
||||||
|
"2월",
|
||||||
|
"3월",
|
||||||
|
"4월",
|
||||||
|
"5월",
|
||||||
|
"6월",
|
||||||
|
"7월",
|
||||||
|
"8월",
|
||||||
|
"9월",
|
||||||
|
"10월",
|
||||||
|
"11월",
|
||||||
|
"12월"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "닫기",
|
||||||
|
"create": {
|
||||||
|
"button": "추가",
|
||||||
|
"title": "항목 추가",
|
||||||
|
"submit": "완료"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "수정",
|
||||||
|
"title": "항목 수정",
|
||||||
|
"submit": "완료"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "삭제",
|
||||||
|
"title": "항목 삭제",
|
||||||
|
"submit": "완료"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "에러가 발생하였습니다 (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">자세한 정보<\/a>)."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,246 @@
|
|||||||
|
{
|
||||||
|
"lengthMenu": "_MENU_ resultaten weergeven",
|
||||||
|
"zeroRecords": "Geen resultaten gevonden",
|
||||||
|
"infoEmpty": "Geen resultaten om weer te geven",
|
||||||
|
"search": "Zoeken:",
|
||||||
|
"emptyTable": "Geen resultaten aanwezig in de tabel",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Een moment geduld aub - bezig met laden...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Eerste",
|
||||||
|
"last": "Laatste",
|
||||||
|
"next": "Volgende",
|
||||||
|
"previous": "Vorige"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": activeer om kolom oplopend te sorteren",
|
||||||
|
"sortDescending": ": activeer om kolom aflopend te sorteren"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"fill": "Vul alle cellen met <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Vul cellen horizontaal",
|
||||||
|
"fillVertical": "Vul cellen verticaal",
|
||||||
|
"cancel": "Annuleren",
|
||||||
|
"info": "Voorbeeld automatisch aanvullen info"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "Kolom zichtbaarheid",
|
||||||
|
"colvisRestore": "Herstel zichtbaarheid",
|
||||||
|
"copy": "Kopieer",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 regel naar klembord gekopieerd",
|
||||||
|
"_": "%ds regels naar klembord gekopieerd"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopieer naar klembord",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Toon alle regels",
|
||||||
|
"_": "Toon %d regels",
|
||||||
|
"1": "Toon 1 rij"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Print",
|
||||||
|
"copyKeys": "Klik ctrl of u2318 + C om de tabeldata to kopiëren naar je klembord. Om te annuleren klik hier of klik op escape.",
|
||||||
|
"collection": "Verzameling",
|
||||||
|
"createState": "Maak staat",
|
||||||
|
"removeAllStates": "Verwijder alle",
|
||||||
|
"removeState": "Verwijder",
|
||||||
|
"renameState": "Hernoem",
|
||||||
|
"savedStates": "Opgeslagen",
|
||||||
|
"updateState": "Bijwerken",
|
||||||
|
"stateRestore": "Preset %d"
|
||||||
|
},
|
||||||
|
"processing": "Verwerken...",
|
||||||
|
"decimal": ",",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Toevoegen",
|
||||||
|
"clearAll": "Verwijder alles",
|
||||||
|
"condition": "Conditie",
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Verwijder",
|
||||||
|
"value": "Waarde",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Na",
|
||||||
|
"before": "Voor",
|
||||||
|
"between": "Tussen",
|
||||||
|
"empty": "Leeg",
|
||||||
|
"equals": "Gelijk aan",
|
||||||
|
"not": "Niet",
|
||||||
|
"notBetween": "Niet tussen",
|
||||||
|
"notEmpty": "Niet leeg"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Tussen",
|
||||||
|
"empty": "Leeg",
|
||||||
|
"equals": "Gelijk aan",
|
||||||
|
"gt": "Groter dan",
|
||||||
|
"gte": "Groter dan of gelijk aan",
|
||||||
|
"lt": "Kleiner dan",
|
||||||
|
"lte": "kleiner dan of gelijk aan",
|
||||||
|
"not": "Niet",
|
||||||
|
"notBetween": "Niet tussen",
|
||||||
|
"notEmpty": "Niet leeg"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Bevat",
|
||||||
|
"empty": "Leeg",
|
||||||
|
"endsWith": "Eindigt met",
|
||||||
|
"equals": "Gelijk aan",
|
||||||
|
"not": "Niet",
|
||||||
|
"notEmpty": "Niet leeg",
|
||||||
|
"startsWith": "Start met",
|
||||||
|
"notContains": "Zonder",
|
||||||
|
"notEndsWith": "Eindigt niet met",
|
||||||
|
"notStartsWith": "Begint niet met"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Gelijk aan",
|
||||||
|
"empty": "Leeg",
|
||||||
|
"contains": "Bevat",
|
||||||
|
"not": "Niet",
|
||||||
|
"notEmpty": "Niet leeg",
|
||||||
|
"without": "Zonder"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"logicAnd": "En",
|
||||||
|
"logicOr": "Of",
|
||||||
|
"button": {
|
||||||
|
"0": "Zoekwizard",
|
||||||
|
"_": "Zoekwizard (%d)"
|
||||||
|
},
|
||||||
|
"leftTitle": "Afwijkende criteria",
|
||||||
|
"rightTitle": "Criteria inspringen",
|
||||||
|
"title": {
|
||||||
|
"0": "Zoekwizard",
|
||||||
|
"_": "Zoekwizard (%d) "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Alles leegmaken",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Zoekpanelen",
|
||||||
|
"_": "Zoekpanelen (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Geen zoekpanelen",
|
||||||
|
"loadMessage": "Zoekpanelen laden...",
|
||||||
|
"title": "%d filters actief",
|
||||||
|
"showMessage": "Alles weergeven",
|
||||||
|
"collapseMessage": "Instorten"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cel geselecteerd",
|
||||||
|
"_": "%d cellen geselecteerd"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 kolom geselecteerd",
|
||||||
|
"_": "%d kolommen geselecteerd"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 rij geselecteerd",
|
||||||
|
"_": "%d rijen geselecteerd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"info": "_START_ tot _END_ van _TOTAL_ resultaten",
|
||||||
|
"infoFiltered": " (gefilterd uit _MAX_ resultaten)",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Vorige",
|
||||||
|
"next": "Volgende",
|
||||||
|
"hours": "Uur",
|
||||||
|
"minutes": "Minuut",
|
||||||
|
"seconds": "Seconde",
|
||||||
|
"unknown": "Onbekend",
|
||||||
|
"amPm": [
|
||||||
|
"vm",
|
||||||
|
"nm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Zo",
|
||||||
|
"Ma",
|
||||||
|
"Di",
|
||||||
|
"Wo",
|
||||||
|
"Do",
|
||||||
|
"Vr",
|
||||||
|
"Za"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Januari",
|
||||||
|
"Februari",
|
||||||
|
"Maart",
|
||||||
|
"April",
|
||||||
|
"Mei",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"Augustus",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"December"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Sluiten",
|
||||||
|
"create": {
|
||||||
|
"button": "Nieuw",
|
||||||
|
"title": "Voeg nieuwe gegevens toe",
|
||||||
|
"submit": "Toevoegen"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Wijzigen",
|
||||||
|
"title": "Wijzig gegevens",
|
||||||
|
"submit": "Wijzigen"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Verwijderen",
|
||||||
|
"title": "Verwijder",
|
||||||
|
"submit": "Verwijder",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Bent u zeker dat u %d rijen wil verwijderen?",
|
||||||
|
"1": "Bent u zeker dat u 1 rij wil verwijderen?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Er is een fout gebeurd"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Meerdere waarden",
|
||||||
|
"info": "De geselecteerde items bevatten verschillende waarden voor deze invoer. Om alle items voor deze invoer op dezelfde waarde te zetten, klik of tik hier, zoniet zullen de individuele waarden behouden blijven.",
|
||||||
|
"restore": "Wijzigingen ongedaan maken",
|
||||||
|
"noMulti": "Deze invoer kan individueel gewijzigd worden, maar niet als deel van een groep."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Aanmaken",
|
||||||
|
"columns": {
|
||||||
|
"search": "Zoeken in kolom",
|
||||||
|
"visible": "Kolom tonen"
|
||||||
|
},
|
||||||
|
"name": "Naam",
|
||||||
|
"order": "Sorteervolgorde",
|
||||||
|
"paging": "Paginering",
|
||||||
|
"scroller": "Meescrollen",
|
||||||
|
"search": "Zoeken",
|
||||||
|
"searchBuilder": "SearchBuilder",
|
||||||
|
"select": "Selecteer",
|
||||||
|
"title": "Nieuwe staat aanmaken",
|
||||||
|
"toggleLabel": "Bevat"
|
||||||
|
},
|
||||||
|
"duplicateError": "Staat bestaat al",
|
||||||
|
"emptyError": "Naam kan niet leeg zijn",
|
||||||
|
"emptyStates": "Geen beschikbare staten",
|
||||||
|
"removeConfirm": "Weet u zeker dat u deze wil verwijderen:",
|
||||||
|
"removeError": "De verwijdering is mislukt",
|
||||||
|
"removeJoiner": "en",
|
||||||
|
"removeSubmit": "Verwijder",
|
||||||
|
"removeTitle": "Verwijder staat",
|
||||||
|
"renameButton": "Hernoem",
|
||||||
|
"renameLabel": "Nieuwe naam voor staat",
|
||||||
|
"renameTitle": "Hernoem staat"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,240 @@
|
|||||||
|
{
|
||||||
|
"processing": "Przetwarzanie...",
|
||||||
|
"search": "Szukaj:",
|
||||||
|
"lengthMenu": "Pokaż _MENU_ pozycji",
|
||||||
|
"info": "Pozycje od _START_ do _END_ z _TOTAL_ łącznie",
|
||||||
|
"infoEmpty": "Pozycji 0 z 0 dostępnych",
|
||||||
|
"infoFiltered": "(filtrowanie spośród _MAX_ dostępnych pozycji)",
|
||||||
|
"loadingRecords": "Wczytywanie...",
|
||||||
|
"zeroRecords": "Nie znaleziono pasujących pozycji",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Pierwsza",
|
||||||
|
"previous": "Poprzednia",
|
||||||
|
"next": "Następna",
|
||||||
|
"last": "Ostatnia"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktywuj, by posortować kolumnę rosnąco",
|
||||||
|
"sortDescending": ": aktywuj, by posortować kolumnę malejąco"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Anuluj",
|
||||||
|
"fill": "Wypełnij wszystkie komórki <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Wypełnij komórki w poziomie",
|
||||||
|
"fillVertical": "Wypełnij komórki w pionie"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Zbiór <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Widoczność kolumny",
|
||||||
|
"colvisRestore": "Przywróć widoczność",
|
||||||
|
"copy": "Kopiuj",
|
||||||
|
"copyKeys": "Naciśnij Ctrl lub u2318 + C, aby skopiować dane tabeli do schowka systemowego. <br \/> <br \/> Aby anulować, kliknij tę wiadomość lub naciśnij Esc.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Skopiowano 1 wiersz do schowka",
|
||||||
|
"_": "Skopiowano %d wierszy do schowka"
|
||||||
|
},
|
||||||
|
"copyTitle": "Skopiuj do schowka",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Pokaż wszystkie wiersze",
|
||||||
|
"_": "Pokaż %d wierszy"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Drukuj",
|
||||||
|
"createState": "Utwórz stan",
|
||||||
|
"removeAllStates": "Usuń wszystkie stany",
|
||||||
|
"removeState": "Usuń",
|
||||||
|
"renameState": "Zmień nazwę",
|
||||||
|
"savedStates": "Zapisane stany",
|
||||||
|
"stateRestore": "Stan %d",
|
||||||
|
"updateState": "Aktualizuj"
|
||||||
|
},
|
||||||
|
"emptyTable": "Brak danych w tabeli",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Dodaj warunek",
|
||||||
|
"clearAll": "Wyczyść wszystko",
|
||||||
|
"condition": "Warunek",
|
||||||
|
"data": "Dane",
|
||||||
|
"button": {
|
||||||
|
"_": "Aktywne zapytania",
|
||||||
|
"0": "Budowanie zapytania"
|
||||||
|
},
|
||||||
|
"conditions": {
|
||||||
|
"array": {
|
||||||
|
"contains": "Zawiera",
|
||||||
|
"empty": "Pusta",
|
||||||
|
"equals": "Równa się",
|
||||||
|
"not": "Nie",
|
||||||
|
"notEmpty": "Nie pusta",
|
||||||
|
"without": "Bez"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "Po",
|
||||||
|
"before": "Przed",
|
||||||
|
"between": "Pomiędzy",
|
||||||
|
"empty": "Pusto",
|
||||||
|
"equals": "Równa",
|
||||||
|
"not": "Nie",
|
||||||
|
"notBetween": "Nie pomiędzy",
|
||||||
|
"notEmpty": "Nie pusta"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Pomiędzy",
|
||||||
|
"empty": "Pusty",
|
||||||
|
"equals": "Równy",
|
||||||
|
"gt": "Większy niż",
|
||||||
|
"gte": "Równy lub większy niż",
|
||||||
|
"lt": "Mniejszy niż",
|
||||||
|
"lte": "Równy lub mniejszy niż",
|
||||||
|
"not": "Nie",
|
||||||
|
"notBetween": "Nie pomiędzy",
|
||||||
|
"notEmpty": "Nie pusty"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Zawiera",
|
||||||
|
"empty": "Pusty",
|
||||||
|
"endsWith": "Kończy się na",
|
||||||
|
"equals": "Równa się",
|
||||||
|
"not": "Nie",
|
||||||
|
"notEmpty": "Nie pusty",
|
||||||
|
"startsWith": "Zaczyna się od",
|
||||||
|
"notContains": "Nie zawiera",
|
||||||
|
"notStartsWith": "Nie zaczyna się od",
|
||||||
|
"notEndsWith": "Nie kończy się na"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deleteTitle": "Czyszczenie",
|
||||||
|
"leftTitle": "Lewy",
|
||||||
|
"logicAnd": "I",
|
||||||
|
"logicOr": "Lub",
|
||||||
|
"rightTitle": "Prawy",
|
||||||
|
"title": {
|
||||||
|
"_": "Aktywne zapytania",
|
||||||
|
"0": "Budowanie zapytania"
|
||||||
|
},
|
||||||
|
"value": "Wartość"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"hours": "Godzina",
|
||||||
|
"minutes": "Minuta",
|
||||||
|
"next": "Następne",
|
||||||
|
"previous": "Poprzednie",
|
||||||
|
"seconds": "Sekunda",
|
||||||
|
"unknown": "nieznana",
|
||||||
|
"months": {
|
||||||
|
"0": "Styczeń",
|
||||||
|
"1": "Luty",
|
||||||
|
"10": "Listopad",
|
||||||
|
"11": "Grudzień",
|
||||||
|
"2": "Marzec",
|
||||||
|
"3": "Kwiecień",
|
||||||
|
"4": "Maj",
|
||||||
|
"5": "Czerwiec",
|
||||||
|
"6": "Lipiec",
|
||||||
|
"7": "Sierpień",
|
||||||
|
"8": "Wrzesień",
|
||||||
|
"9": "Październik"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Nd",
|
||||||
|
"Pn",
|
||||||
|
"Wt",
|
||||||
|
"Śr",
|
||||||
|
"Czw",
|
||||||
|
"Pt",
|
||||||
|
"So"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Zamknij",
|
||||||
|
"create": {
|
||||||
|
"button": "Dodaj",
|
||||||
|
"submit": "Dodaj",
|
||||||
|
"title": "Dodawanie nowego wpisu"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Edytuj",
|
||||||
|
"submit": "Aktualizuj",
|
||||||
|
"title": "Aktualizacja wpisu"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Nastąpił błąd systemu (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Więcej informacji<\\\/a>).<\/a>"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Wybrane pole zawiera wiele elementów z różnymi wartościami. Aby zmienić ich wartość kliknij w nie, inaczej zachowane zostaną ich wartości domyślne.",
|
||||||
|
"noMulti": "Ta wartość może być edytowana oddzielnie - niezależnie od grupy.",
|
||||||
|
"restore": "Cofnij zmiany",
|
||||||
|
"title": "Pole z wieloma wartościami"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Usuń",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Czy na pewno chcesz usunąć %d rzędów?",
|
||||||
|
"1": "Czy na pewno chcesz usunąć 1 rząd?"
|
||||||
|
},
|
||||||
|
"submit": "Usuń",
|
||||||
|
"title": "Usuwanie"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Wyczyść wszystkie",
|
||||||
|
"collapse": {
|
||||||
|
"_": "Aktywne grupowania (%d)",
|
||||||
|
"0": "Grupowanie"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Brak paneli wyszukań",
|
||||||
|
"loadMessage": "Ładuję panele wyszukań",
|
||||||
|
"title": "Aktywne filtry",
|
||||||
|
"showMessage": "Pokaż wszystko",
|
||||||
|
"collapseMessage": "Rozwiń wszystko"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "zaznaczono %d komórek",
|
||||||
|
"1": "zaznaczono %d komórkę"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "zaznaczono %d kolumn",
|
||||||
|
"1": "zaznaczono %d kolumnę"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Utwórz",
|
||||||
|
"columns": {
|
||||||
|
"search": "Wyszukiwanie kolumny",
|
||||||
|
"visible": "Widoczność kolumny"
|
||||||
|
},
|
||||||
|
"name": "Nazwa:",
|
||||||
|
"order": "Sortowanie",
|
||||||
|
"paging": "Stronicowanie",
|
||||||
|
"scroller": "Przewijanie",
|
||||||
|
"search": "Szukanie",
|
||||||
|
"searchBuilder": "Tworzenie zapytań",
|
||||||
|
"select": "Wybieranie",
|
||||||
|
"title": "Utwórz nowy stan",
|
||||||
|
"toggleLabel": "Zawiera:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Stan o tej nazwie już istnieje.",
|
||||||
|
"emptyError": "Nazwa nie może być pusta.",
|
||||||
|
"emptyStates": "Brak zapisanych stanów",
|
||||||
|
"removeConfirm": "Czy na pewno chcesz usunąć %s?",
|
||||||
|
"removeError": "Nie udało się usunąć stanu.",
|
||||||
|
"removeJoiner": "oraz",
|
||||||
|
"removeSubmit": "Usuń",
|
||||||
|
"removeTitle": "Usuń stan",
|
||||||
|
"renameButton": "Zmień nazwę",
|
||||||
|
"renameLabel": "Nowa nazwa dla %s:",
|
||||||
|
"renameTitle": "Zmień nazwę stanu"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"infoThousands": " ",
|
||||||
|
"thousands": " "
|
||||||
|
}
|
||||||
@@ -0,0 +1,247 @@
|
|||||||
|
{
|
||||||
|
"processing": "Подождите...",
|
||||||
|
"search": "Поиск:",
|
||||||
|
"lengthMenu": "Показать _MENU_ записей",
|
||||||
|
"info": "Записи с _START_ до _END_ из _TOTAL_ записей",
|
||||||
|
"infoEmpty": "Записи с 0 до 0 из 0 записей",
|
||||||
|
"infoFiltered": "(отфильтровано из _MAX_ записей)",
|
||||||
|
"loadingRecords": "Загрузка записей...",
|
||||||
|
"zeroRecords": "Записи отсутствуют.",
|
||||||
|
"emptyTable": "В таблице отсутствуют данные",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Первая",
|
||||||
|
"previous": "Предыдущая",
|
||||||
|
"next": "Следующая",
|
||||||
|
"last": "Последняя"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": активировать для сортировки столбца по возрастанию",
|
||||||
|
"sortDescending": ": активировать для сортировки столбца по убыванию"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "Выбрано записей: %d",
|
||||||
|
"1": "Выбрана одна запись"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"_": "Выбрано %d ячеек",
|
||||||
|
"1": "Выбрана 1 ячейка "
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Выбран 1 столбец ",
|
||||||
|
"_": "Выбрано %d столбцов "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"conditions": {
|
||||||
|
"string": {
|
||||||
|
"startsWith": "Начинается с",
|
||||||
|
"contains": "Содержит",
|
||||||
|
"empty": "Пусто",
|
||||||
|
"endsWith": "Заканчивается на",
|
||||||
|
"equals": "Равно",
|
||||||
|
"not": "Не",
|
||||||
|
"notEmpty": "Не пусто",
|
||||||
|
"notContains": "Не содержит",
|
||||||
|
"notStartsWith": "Не начинается на",
|
||||||
|
"notEndsWith": "Не заканчивается на"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "После",
|
||||||
|
"before": "До",
|
||||||
|
"between": "Между",
|
||||||
|
"empty": "Пусто",
|
||||||
|
"equals": "Равно",
|
||||||
|
"not": "Не",
|
||||||
|
"notBetween": "Не между",
|
||||||
|
"notEmpty": "Не пусто"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"empty": "Пусто",
|
||||||
|
"equals": "Равно",
|
||||||
|
"gt": "Больше чем",
|
||||||
|
"gte": "Больше, чем равно",
|
||||||
|
"lt": "Меньше чем",
|
||||||
|
"lte": "Меньше, чем равно",
|
||||||
|
"not": "Не",
|
||||||
|
"notEmpty": "Не пусто",
|
||||||
|
"between": "Между",
|
||||||
|
"notBetween": "Не между ними"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Равно",
|
||||||
|
"empty": "Пусто",
|
||||||
|
"contains": "Содержит",
|
||||||
|
"not": "Не равно",
|
||||||
|
"notEmpty": "Не пусто",
|
||||||
|
"without": "Без"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Данные",
|
||||||
|
"deleteTitle": "Удалить условие фильтрации",
|
||||||
|
"logicAnd": "И",
|
||||||
|
"logicOr": "Или",
|
||||||
|
"title": {
|
||||||
|
"0": "Конструктор поиска",
|
||||||
|
"_": "Конструктор поиска (%d)"
|
||||||
|
},
|
||||||
|
"value": "Значение",
|
||||||
|
"add": "Добавить условие",
|
||||||
|
"button": {
|
||||||
|
"0": "Конструктор поиска",
|
||||||
|
"_": "Конструктор поиска (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Очистить всё",
|
||||||
|
"condition": "Условие",
|
||||||
|
"leftTitle": "Превосходные критерии",
|
||||||
|
"rightTitle": "Критерии отступа"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Очистить всё",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Панели поиска",
|
||||||
|
"_": "Панели поиска (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Нет панелей поиска",
|
||||||
|
"loadMessage": "Загрузка панелей поиска",
|
||||||
|
"title": "Фильтры активны - %d",
|
||||||
|
"showMessage": "Показать все",
|
||||||
|
"collapseMessage": "Скрыть все"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Печать",
|
||||||
|
"collection": "Коллекция <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Видимость столбцов",
|
||||||
|
"colvisRestore": "Восстановить видимость",
|
||||||
|
"copy": "Копировать",
|
||||||
|
"copyTitle": "Скопировать в буфер обмена",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Показать все строки",
|
||||||
|
"_": "Показать %d строк",
|
||||||
|
"1": "Показать 1 строку"
|
||||||
|
},
|
||||||
|
"removeState": "Удалить",
|
||||||
|
"renameState": "Переименовать",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Строка скопирована в буфер обмена",
|
||||||
|
"_": "Скопировано %d строк в буфер обмена"
|
||||||
|
},
|
||||||
|
"createState": "Создать состояние",
|
||||||
|
"removeAllStates": "Удалить все состояния",
|
||||||
|
"savedStates": "Сохраненные состояния",
|
||||||
|
"stateRestore": "Состояние %d",
|
||||||
|
"updateState": "Обновить",
|
||||||
|
"copyKeys": "Нажмите ctrl или u2318 + C, чтобы скопировать данные таблицы в буфер обмена. Для отмены, щелкните по сообщению или нажмите escape."
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Отменить",
|
||||||
|
"fill": "Заполнить все ячейки <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Заполнить ячейки по горизонтали",
|
||||||
|
"fillVertical": "Заполнить ячейки по вертикали",
|
||||||
|
"info": "Информация"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Предыдущий",
|
||||||
|
"next": "Следующий",
|
||||||
|
"hours": "Часы",
|
||||||
|
"minutes": "Минуты",
|
||||||
|
"seconds": "Секунды",
|
||||||
|
"unknown": "Неизвестный",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Январь",
|
||||||
|
"1": "Февраль",
|
||||||
|
"10": "Ноябрь",
|
||||||
|
"11": "Декабрь",
|
||||||
|
"2": "Март",
|
||||||
|
"3": "Апрель",
|
||||||
|
"4": "Май",
|
||||||
|
"5": "Июнь",
|
||||||
|
"6": "Июль",
|
||||||
|
"7": "Август",
|
||||||
|
"8": "Сентябрь",
|
||||||
|
"9": "Октябрь"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Вс",
|
||||||
|
"Пн",
|
||||||
|
"Вт",
|
||||||
|
"Ср",
|
||||||
|
"Чт",
|
||||||
|
"Пт",
|
||||||
|
"Сб"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Закрыть",
|
||||||
|
"create": {
|
||||||
|
"button": "Новый",
|
||||||
|
"title": "Создать новую запись",
|
||||||
|
"submit": "Создать"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Изменить",
|
||||||
|
"title": "Изменить запись",
|
||||||
|
"submit": "Изменить"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Удалить",
|
||||||
|
"title": "Удалить",
|
||||||
|
"submit": "Удалить",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Вы точно хотите удалить %d строк?",
|
||||||
|
"1": "Вы точно хотите удалить 1 строку?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"restore": "Отменить изменения",
|
||||||
|
"title": "Несколько значений",
|
||||||
|
"info": "Выбранные элементы содержат разные значения для этого входа. Чтобы отредактировать и установить для всех элементов этого ввода одинаковое значение, нажмите или коснитесь здесь, в противном случае они сохранят свои индивидуальные значения.",
|
||||||
|
"noMulti": "Это поле должно редактироваться отдельно, а не как часть группы"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Возникла системная ошибка (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Подробнее<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Что ищете?",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Создать",
|
||||||
|
"search": "Поиск",
|
||||||
|
"columns": {
|
||||||
|
"search": "Поиск по столбцам",
|
||||||
|
"visible": "Видимость столбцов"
|
||||||
|
},
|
||||||
|
"name": "Имя:",
|
||||||
|
"order": "Сортировка",
|
||||||
|
"paging": "Страницы",
|
||||||
|
"scroller": "Позиция прокрутки",
|
||||||
|
"searchBuilder": "Редактор поиска",
|
||||||
|
"select": "Выделение",
|
||||||
|
"title": "Создать новое состояние",
|
||||||
|
"toggleLabel": "Включает:"
|
||||||
|
},
|
||||||
|
"removeJoiner": "и",
|
||||||
|
"removeSubmit": "Удалить",
|
||||||
|
"renameButton": "Переименовать",
|
||||||
|
"duplicateError": "Состояние с таким именем уже существует.",
|
||||||
|
"emptyError": "Имя не может быть пустым.",
|
||||||
|
"emptyStates": "Нет сохраненных состояний",
|
||||||
|
"removeConfirm": "Вы уверены, что хотите удалить %s?",
|
||||||
|
"removeError": "Не удалось удалить состояние.",
|
||||||
|
"removeTitle": "Удалить состояние",
|
||||||
|
"renameLabel": "Новое имя для %s:",
|
||||||
|
"renameTitle": "Переименовать состояние"
|
||||||
|
},
|
||||||
|
"thousands": " "
|
||||||
|
}
|
||||||
@@ -0,0 +1,186 @@
|
|||||||
|
{
|
||||||
|
"lengthMenu": "Показати _MENU_ записів",
|
||||||
|
"infoFiltered": "(відфільтровано з _MAX_ записів)",
|
||||||
|
"search": "Пошук:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Перша",
|
||||||
|
"previous": "Попередня",
|
||||||
|
"next": "Наступна",
|
||||||
|
"last": "Остання"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": активуйте, щоб сортувати колонку за зростанням",
|
||||||
|
"sortDescending": ": активуйте, щоб сортувати колонку за спаданням"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Відміна",
|
||||||
|
"fill": "Заповнити всі клітинки з <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Заповнити клітинки горизонтально",
|
||||||
|
"fillVertical": "Заповнити клітинки вертикально"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Список <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Видимість колонки",
|
||||||
|
"colvisRestore": "Відновити видимість",
|
||||||
|
"copy": "Копіювати",
|
||||||
|
"copyKeys": "Нажміть ctrl або u2318 + C щоб копіювати інформацію з таблиці до вашого буферу обміну.<br \/><br \/>Щоб відмінити нажміть на це повідомлення або Esc",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Скопійовано 1 рядок в буфер обміну",
|
||||||
|
"_": "Скопійовано %d рядків в буфер обміну"
|
||||||
|
},
|
||||||
|
"copyTitle": "Копіювати в буфер обміну",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Показати усі рядки",
|
||||||
|
"_": "Показати %d рядки"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Друкувати"
|
||||||
|
},
|
||||||
|
"emptyTable": "Ця таблиця не містить даних",
|
||||||
|
"info": "Показано від _START_ по _END_ з _TOTAL_ записів",
|
||||||
|
"infoEmpty": "Показано від 0 по 0 з 0 записів",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"loadingRecords": "Завантаження",
|
||||||
|
"processing": "Опрацювання...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Додати умову",
|
||||||
|
"button": {
|
||||||
|
"0": "Розширений пошук",
|
||||||
|
"_": "Розширений пошук (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Очистити все",
|
||||||
|
"condition": "Умова",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Після",
|
||||||
|
"before": "До",
|
||||||
|
"between": "Між",
|
||||||
|
"empty": "Пусто",
|
||||||
|
"equals": "Дорівнює",
|
||||||
|
"not": "Не",
|
||||||
|
"notBetween": "Не між",
|
||||||
|
"notEmpty": "Не пусто"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Між",
|
||||||
|
"empty": "Пусто",
|
||||||
|
"equals": "Дорівнює",
|
||||||
|
"gt": "Більше ніж",
|
||||||
|
"gte": "Більше або дорівнює",
|
||||||
|
"lt": "Менше ніж",
|
||||||
|
"lte": "Менше або дорівнює",
|
||||||
|
"not": "Не",
|
||||||
|
"notBetween": "Не між",
|
||||||
|
"notEmpty": "Не пусто"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Містить",
|
||||||
|
"empty": "Пусто",
|
||||||
|
"endsWith": "Закінчується з",
|
||||||
|
"equals": "Дорівнює",
|
||||||
|
"not": "Не",
|
||||||
|
"notEmpty": "Не пусто",
|
||||||
|
"startsWith": "Починається з",
|
||||||
|
"notContains": "Не містить",
|
||||||
|
"notStartsWith": "Не починається з",
|
||||||
|
"notEndsWith": "Не закінчується на"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Дорівнює",
|
||||||
|
"empty": "Пустий",
|
||||||
|
"contains": "Містить",
|
||||||
|
"not": "Не",
|
||||||
|
"notEmpty": "Не пустий",
|
||||||
|
"without": "Без"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Дата",
|
||||||
|
"deleteTitle": "Видалити правило фільтрування",
|
||||||
|
"leftTitle": "Відступні критерії",
|
||||||
|
"logicAnd": "I",
|
||||||
|
"logicOr": "Або",
|
||||||
|
"rightTitle": "Відступні критерії",
|
||||||
|
"title": {
|
||||||
|
"0": "Розширений пошук",
|
||||||
|
"_": "Розширений пошук (%d)"
|
||||||
|
},
|
||||||
|
"value": "Значення"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Очистити все",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Пошукові Панелі",
|
||||||
|
"_": "Пошукові Панелі (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Немає Пошукових Панелей",
|
||||||
|
"loadMessage": "Завантаження Пошукових Панелей",
|
||||||
|
"title": "Активній фільтри - %d",
|
||||||
|
"showMessage": "Показати всі",
|
||||||
|
"collapseMessage": "Приховати всі"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 клітинку вибрано",
|
||||||
|
"_": "%d клітинок вибрано"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 колонку вибрано",
|
||||||
|
"_": "%d колонок вибрано"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ",",
|
||||||
|
"zeroRecords": "Не знайдено жодних записів",
|
||||||
|
"editor": {
|
||||||
|
"close": "Закрити",
|
||||||
|
"create": {
|
||||||
|
"button": "Cтворити нову",
|
||||||
|
"title": "Cтворити новий запис",
|
||||||
|
"submit": "Cтворити"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Редагувати",
|
||||||
|
"title": "Редагувати запис",
|
||||||
|
"submit": "Оновити"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Видалити",
|
||||||
|
"title": "Видалити",
|
||||||
|
"submit": "Видалити"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"minutes": "Хвилина",
|
||||||
|
"months": {
|
||||||
|
"0": "Січень",
|
||||||
|
"1": "Лютий",
|
||||||
|
"10": "Листопад",
|
||||||
|
"11": "Грудень",
|
||||||
|
"2": "Березень",
|
||||||
|
"3": "Квітень",
|
||||||
|
"4": "Травень",
|
||||||
|
"5": "Червень",
|
||||||
|
"6": "Липень",
|
||||||
|
"7": "Серпень",
|
||||||
|
"8": "Вересень",
|
||||||
|
"9": "Жовтень"
|
||||||
|
},
|
||||||
|
"next": "Наступні",
|
||||||
|
"previous": "Попередні",
|
||||||
|
"seconds": "Секунда",
|
||||||
|
"unknown": "-",
|
||||||
|
"weekdays": [
|
||||||
|
"Неділя",
|
||||||
|
"Понеділок",
|
||||||
|
"Вівторок",
|
||||||
|
"Середа",
|
||||||
|
"Четверг",
|
||||||
|
"П'ятниця",
|
||||||
|
"Субота"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Пошук"
|
||||||
|
}
|
||||||
@@ -0,0 +1,240 @@
|
|||||||
|
{
|
||||||
|
"processing": "處理中...",
|
||||||
|
"loadingRecords": "載入中...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "第一頁",
|
||||||
|
"previous": "上一頁",
|
||||||
|
"next": "下一頁",
|
||||||
|
"last": "最後一頁"
|
||||||
|
},
|
||||||
|
"emptyTable": "目前沒有資料",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "上一頁",
|
||||||
|
"next": "下一頁",
|
||||||
|
"hours": "時",
|
||||||
|
"minutes": "分",
|
||||||
|
"seconds": "秒",
|
||||||
|
"amPm": [
|
||||||
|
"上午",
|
||||||
|
"下午"
|
||||||
|
],
|
||||||
|
"unknown": "未知",
|
||||||
|
"weekdays": [
|
||||||
|
"週日",
|
||||||
|
"週一",
|
||||||
|
"週二",
|
||||||
|
"週三",
|
||||||
|
"週四",
|
||||||
|
"週五",
|
||||||
|
"週六"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"一月",
|
||||||
|
"二月",
|
||||||
|
"三月",
|
||||||
|
"四月",
|
||||||
|
"五月",
|
||||||
|
"六月",
|
||||||
|
"七月",
|
||||||
|
"八月",
|
||||||
|
"九月",
|
||||||
|
"十月",
|
||||||
|
"十一月",
|
||||||
|
"十二月"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "新增條件",
|
||||||
|
"condition": "條件",
|
||||||
|
"button": {
|
||||||
|
"_": "複合查詢 (%d)",
|
||||||
|
"0": "複合查詢"
|
||||||
|
},
|
||||||
|
"clearAll": "清空",
|
||||||
|
"conditions": {
|
||||||
|
"array": {
|
||||||
|
"contains": "含有",
|
||||||
|
"equals": "等於",
|
||||||
|
"empty": "空值",
|
||||||
|
"not": "不等於",
|
||||||
|
"notEmpty": "非空值",
|
||||||
|
"without": "不含"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "大於",
|
||||||
|
"before": "小於",
|
||||||
|
"between": "在其中",
|
||||||
|
"empty": "為空",
|
||||||
|
"equals": "等於",
|
||||||
|
"not": "不為",
|
||||||
|
"notBetween": "不在其中",
|
||||||
|
"notEmpty": "不為空"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "在其中",
|
||||||
|
"empty": "為空",
|
||||||
|
"equals": "等於",
|
||||||
|
"gt": "大於",
|
||||||
|
"gte": "大於等於",
|
||||||
|
"lt": "小於",
|
||||||
|
"lte": "小於等於",
|
||||||
|
"not": "不為",
|
||||||
|
"notBetween": "不在其中",
|
||||||
|
"notEmpty": "不為空"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "含有",
|
||||||
|
"empty": "為空",
|
||||||
|
"endsWith": "字尾為",
|
||||||
|
"equals": "等於",
|
||||||
|
"not": "不為",
|
||||||
|
"notEmpty": "不為空",
|
||||||
|
"startsWith": "字首為",
|
||||||
|
"notContains": "不含",
|
||||||
|
"notStartsWith": "開頭不是",
|
||||||
|
"notEndsWith": "結尾不是"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "欄位",
|
||||||
|
"leftTitle": "群組條件",
|
||||||
|
"logicAnd": "且",
|
||||||
|
"logicOr": "或",
|
||||||
|
"rightTitle": "取消群組",
|
||||||
|
"title": {
|
||||||
|
"_": "複合查詢 (%d)",
|
||||||
|
"0": "複合查詢"
|
||||||
|
},
|
||||||
|
"value": "內容",
|
||||||
|
"deleteTitle": "刪除篩選條件"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "關閉",
|
||||||
|
"create": {
|
||||||
|
"button": "新增",
|
||||||
|
"title": "新增資料",
|
||||||
|
"submit": "送出新增"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "刪除",
|
||||||
|
"title": "刪除資料",
|
||||||
|
"submit": "送出刪除",
|
||||||
|
"confirm": {
|
||||||
|
"_": "您確定要刪除您所選取的 %d 筆資料嗎?",
|
||||||
|
"1": "您確定要刪除您所選取的 1 筆資料嗎?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "系統發生錯誤(更多資訊)"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "修改",
|
||||||
|
"title": "修改資料",
|
||||||
|
"submit": "送出修改"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "多重值",
|
||||||
|
"info": "您所選擇的多筆資料中,此欄位包含了不同的值。若您想要將它們都改為同一個值,可以在此輸入,要不然它們會保留各自原本的值。",
|
||||||
|
"restore": "復原",
|
||||||
|
"noMulti": "此輸入欄需單獨輸入,不容許多筆資料一起修改"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "取消"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "複製了 %d 筆資料",
|
||||||
|
"1": "複製了 1 筆資料"
|
||||||
|
},
|
||||||
|
"copyTitle": "已經複製到剪貼簿",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "列印",
|
||||||
|
"copy": "複製",
|
||||||
|
"colvis": "欄位顯示",
|
||||||
|
"colvisRestore": "重置欄位顯示",
|
||||||
|
"csv": "CSV",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "顯示全部",
|
||||||
|
"_": "顯示 %d 筆"
|
||||||
|
},
|
||||||
|
"createState": "建立狀態",
|
||||||
|
"removeAllStates": "移除所有狀態",
|
||||||
|
"removeState": "移除",
|
||||||
|
"renameState": "重新命名",
|
||||||
|
"savedStates": "儲存狀態",
|
||||||
|
"stateRestore": "狀態 %d",
|
||||||
|
"updateState": "更新",
|
||||||
|
"collection": "更多"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"collapse": {
|
||||||
|
"_": "搜尋面版 (%d)",
|
||||||
|
"0": "搜尋面版"
|
||||||
|
},
|
||||||
|
"emptyPanes": "沒搜尋面版",
|
||||||
|
"loadMessage": "載入搜尋面版中...",
|
||||||
|
"clearMessage": "清空",
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"showMessage": "顯示全部",
|
||||||
|
"collapseMessage": "摺疊全部",
|
||||||
|
"title": "篩選條件 - %d"
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"emptyError": "名稱不能空白。",
|
||||||
|
"creationModal": {
|
||||||
|
"button": "建立",
|
||||||
|
"columns": {
|
||||||
|
"search": "欄位搜尋",
|
||||||
|
"visible": "欄位顯示"
|
||||||
|
},
|
||||||
|
"name": "名稱:",
|
||||||
|
"order": "排序",
|
||||||
|
"paging": "分頁",
|
||||||
|
"scroller": "卷軸位置",
|
||||||
|
"search": "搜尋",
|
||||||
|
"searchBuilder": "複合查詢",
|
||||||
|
"select": "選擇",
|
||||||
|
"title": "建立新狀態",
|
||||||
|
"toggleLabel": "包含:"
|
||||||
|
},
|
||||||
|
"duplicateError": "此狀態名稱已經存在。",
|
||||||
|
"emptyStates": "名稱不可空白。",
|
||||||
|
"removeConfirm": "確定要移除 %s 嗎?",
|
||||||
|
"removeError": "移除狀態失敗。",
|
||||||
|
"removeJoiner": "和",
|
||||||
|
"removeSubmit": "移除",
|
||||||
|
"removeTitle": "移除狀態",
|
||||||
|
"renameButton": "重新命名",
|
||||||
|
"renameLabel": "%s 的新名稱:",
|
||||||
|
"renameTitle": "重新命名狀態"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"columns": {
|
||||||
|
"_": "選擇了 %d 欄資料",
|
||||||
|
"1": "選擇了 1 欄資料"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "選擇了 1 筆資料",
|
||||||
|
"_": "選擇了 %d 筆資料"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "選擇了 1 格資料",
|
||||||
|
"_": "選擇了 %d 格資料"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "沒有符合的資料",
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ":升冪排列",
|
||||||
|
"sortDescending": ":降冪排列"
|
||||||
|
},
|
||||||
|
"info": "顯示第 _START_ 至 _END_ 筆結果,共 _TOTAL_ 筆",
|
||||||
|
"infoEmpty": "顯示第 0 至 0 筆結果,共 0 筆",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "顯示 _MENU_ 筆結果",
|
||||||
|
"search": "搜尋:",
|
||||||
|
"searchPlaceholder": "請輸入關鍵字",
|
||||||
|
"thousands": ",",
|
||||||
|
"infoFiltered": "(從 _MAX_ 筆結果中篩選)"
|
||||||
|
}
|
||||||
@@ -0,0 +1,191 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Czech [cs]
|
||||||
|
//! author : petrbela : https://github.com/petrbela
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var months = {
|
||||||
|
format: 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
standalone:
|
||||||
|
'ledna_února_března_dubna_května_června_července_srpna_září_října_listopadu_prosince'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
},
|
||||||
|
monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),
|
||||||
|
monthsParse = [
|
||||||
|
/^led/i,
|
||||||
|
/^úno/i,
|
||||||
|
/^bře/i,
|
||||||
|
/^dub/i,
|
||||||
|
/^kvě/i,
|
||||||
|
/^(čvn|červen$|června)/i,
|
||||||
|
/^(čvc|červenec|července)/i,
|
||||||
|
/^srp/i,
|
||||||
|
/^zář/i,
|
||||||
|
/^říj/i,
|
||||||
|
/^lis/i,
|
||||||
|
/^pro/i,
|
||||||
|
],
|
||||||
|
// NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.
|
||||||
|
// Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.
|
||||||
|
monthsRegex =
|
||||||
|
/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;
|
||||||
|
|
||||||
|
function plural(n) {
|
||||||
|
return n > 1 && n < 5 && ~~(n / 10) !== 1;
|
||||||
|
}
|
||||||
|
function translate(number, withoutSuffix, key, isFuture) {
|
||||||
|
var result = number + ' ';
|
||||||
|
switch (key) {
|
||||||
|
case 's': // a few seconds / in a few seconds / a few seconds ago
|
||||||
|
return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami';
|
||||||
|
case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago
|
||||||
|
if (withoutSuffix || isFuture) {
|
||||||
|
return result + (plural(number) ? 'sekundy' : 'sekund');
|
||||||
|
} else {
|
||||||
|
return result + 'sekundami';
|
||||||
|
}
|
||||||
|
case 'm': // a minute / in a minute / a minute ago
|
||||||
|
return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou';
|
||||||
|
case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago
|
||||||
|
if (withoutSuffix || isFuture) {
|
||||||
|
return result + (plural(number) ? 'minuty' : 'minut');
|
||||||
|
} else {
|
||||||
|
return result + 'minutami';
|
||||||
|
}
|
||||||
|
case 'h': // an hour / in an hour / an hour ago
|
||||||
|
return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';
|
||||||
|
case 'hh': // 9 hours / in 9 hours / 9 hours ago
|
||||||
|
if (withoutSuffix || isFuture) {
|
||||||
|
return result + (plural(number) ? 'hodiny' : 'hodin');
|
||||||
|
} else {
|
||||||
|
return result + 'hodinami';
|
||||||
|
}
|
||||||
|
case 'd': // a day / in a day / a day ago
|
||||||
|
return withoutSuffix || isFuture ? 'den' : 'dnem';
|
||||||
|
case 'dd': // 9 days / in 9 days / 9 days ago
|
||||||
|
if (withoutSuffix || isFuture) {
|
||||||
|
return result + (plural(number) ? 'dny' : 'dní');
|
||||||
|
} else {
|
||||||
|
return result + 'dny';
|
||||||
|
}
|
||||||
|
case 'M': // a month / in a month / a month ago
|
||||||
|
return withoutSuffix || isFuture ? 'měsíc' : 'měsícem';
|
||||||
|
case 'MM': // 9 months / in 9 months / 9 months ago
|
||||||
|
if (withoutSuffix || isFuture) {
|
||||||
|
return result + (plural(number) ? 'měsíce' : 'měsíců');
|
||||||
|
} else {
|
||||||
|
return result + 'měsíci';
|
||||||
|
}
|
||||||
|
case 'y': // a year / in a year / a year ago
|
||||||
|
return withoutSuffix || isFuture ? 'rok' : 'rokem';
|
||||||
|
case 'yy': // 9 years / in 9 years / 9 years ago
|
||||||
|
if (withoutSuffix || isFuture) {
|
||||||
|
return result + (plural(number) ? 'roky' : 'let');
|
||||||
|
} else {
|
||||||
|
return result + 'lety';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var cs = moment.defineLocale('cs', {
|
||||||
|
months: months,
|
||||||
|
monthsShort: monthsShort,
|
||||||
|
monthsRegex: monthsRegex,
|
||||||
|
monthsShortRegex: monthsRegex,
|
||||||
|
// NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.
|
||||||
|
// Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.
|
||||||
|
monthsStrictRegex:
|
||||||
|
/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,
|
||||||
|
monthsShortStrictRegex:
|
||||||
|
/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,
|
||||||
|
monthsParse: monthsParse,
|
||||||
|
longMonthsParse: monthsParse,
|
||||||
|
shortMonthsParse: monthsParse,
|
||||||
|
weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),
|
||||||
|
weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),
|
||||||
|
weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'H:mm',
|
||||||
|
LTS: 'H:mm:ss',
|
||||||
|
L: 'DD.MM.YYYY',
|
||||||
|
LL: 'D. MMMM YYYY',
|
||||||
|
LLL: 'D. MMMM YYYY H:mm',
|
||||||
|
LLLL: 'dddd D. MMMM YYYY H:mm',
|
||||||
|
l: 'D. M. YYYY',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[dnes v] LT',
|
||||||
|
nextDay: '[zítra v] LT',
|
||||||
|
nextWeek: function () {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return '[v neděli v] LT';
|
||||||
|
case 1:
|
||||||
|
case 2:
|
||||||
|
return '[v] dddd [v] LT';
|
||||||
|
case 3:
|
||||||
|
return '[ve středu v] LT';
|
||||||
|
case 4:
|
||||||
|
return '[ve čtvrtek v] LT';
|
||||||
|
case 5:
|
||||||
|
return '[v pátek v] LT';
|
||||||
|
case 6:
|
||||||
|
return '[v sobotu v] LT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lastDay: '[včera v] LT',
|
||||||
|
lastWeek: function () {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return '[minulou neděli v] LT';
|
||||||
|
case 1:
|
||||||
|
case 2:
|
||||||
|
return '[minulé] dddd [v] LT';
|
||||||
|
case 3:
|
||||||
|
return '[minulou středu v] LT';
|
||||||
|
case 4:
|
||||||
|
case 5:
|
||||||
|
return '[minulý] dddd [v] LT';
|
||||||
|
case 6:
|
||||||
|
return '[minulou sobotu v] LT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'za %s',
|
||||||
|
past: 'před %s',
|
||||||
|
s: translate,
|
||||||
|
ss: translate,
|
||||||
|
m: translate,
|
||||||
|
mm: translate,
|
||||||
|
h: translate,
|
||||||
|
hh: translate,
|
||||||
|
d: translate,
|
||||||
|
dd: translate,
|
||||||
|
M: translate,
|
||||||
|
MM: translate,
|
||||||
|
y: translate,
|
||||||
|
yy: translate,
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}\./,
|
||||||
|
ordinal: '%d.',
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return cs;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,89 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : German [de]
|
||||||
|
//! author : lluchs : https://github.com/lluchs
|
||||||
|
//! author: Menelion Elensúle: https://github.com/Oire
|
||||||
|
//! author : Mikolaj Dadela : https://github.com/mik01aj
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
function processRelativeTime(number, withoutSuffix, key, isFuture) {
|
||||||
|
var format = {
|
||||||
|
m: ['eine Minute', 'einer Minute'],
|
||||||
|
h: ['eine Stunde', 'einer Stunde'],
|
||||||
|
d: ['ein Tag', 'einem Tag'],
|
||||||
|
dd: [number + ' Tage', number + ' Tagen'],
|
||||||
|
w: ['eine Woche', 'einer Woche'],
|
||||||
|
M: ['ein Monat', 'einem Monat'],
|
||||||
|
MM: [number + ' Monate', number + ' Monaten'],
|
||||||
|
y: ['ein Jahr', 'einem Jahr'],
|
||||||
|
yy: [number + ' Jahre', number + ' Jahren'],
|
||||||
|
};
|
||||||
|
return withoutSuffix ? format[key][0] : format[key][1];
|
||||||
|
}
|
||||||
|
|
||||||
|
var de = moment.defineLocale('de', {
|
||||||
|
months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort:
|
||||||
|
'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
|
||||||
|
monthsParseExact: true,
|
||||||
|
weekdays:
|
||||||
|
'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
|
||||||
|
weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
|
||||||
|
weekdaysParseExact: true,
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'DD.MM.YYYY',
|
||||||
|
LL: 'D. MMMM YYYY',
|
||||||
|
LLL: 'D. MMMM YYYY HH:mm',
|
||||||
|
LLLL: 'dddd, D. MMMM YYYY HH:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[heute um] LT [Uhr]',
|
||||||
|
sameElse: 'L',
|
||||||
|
nextDay: '[morgen um] LT [Uhr]',
|
||||||
|
nextWeek: 'dddd [um] LT [Uhr]',
|
||||||
|
lastDay: '[gestern um] LT [Uhr]',
|
||||||
|
lastWeek: '[letzten] dddd [um] LT [Uhr]',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'in %s',
|
||||||
|
past: 'vor %s',
|
||||||
|
s: 'ein paar Sekunden',
|
||||||
|
ss: '%d Sekunden',
|
||||||
|
m: processRelativeTime,
|
||||||
|
mm: '%d Minuten',
|
||||||
|
h: processRelativeTime,
|
||||||
|
hh: '%d Stunden',
|
||||||
|
d: processRelativeTime,
|
||||||
|
dd: processRelativeTime,
|
||||||
|
w: processRelativeTime,
|
||||||
|
ww: '%d Wochen',
|
||||||
|
M: processRelativeTime,
|
||||||
|
MM: processRelativeTime,
|
||||||
|
y: processRelativeTime,
|
||||||
|
yy: processRelativeTime,
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}\./,
|
||||||
|
ordinal: '%d.',
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return de;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,121 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Spanish [es]
|
||||||
|
//! author : Julio Napurí : https://github.com/julionc
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var monthsShortDot =
|
||||||
|
'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),
|
||||||
|
monthsParse = [
|
||||||
|
/^ene/i,
|
||||||
|
/^feb/i,
|
||||||
|
/^mar/i,
|
||||||
|
/^abr/i,
|
||||||
|
/^may/i,
|
||||||
|
/^jun/i,
|
||||||
|
/^jul/i,
|
||||||
|
/^ago/i,
|
||||||
|
/^sep/i,
|
||||||
|
/^oct/i,
|
||||||
|
/^nov/i,
|
||||||
|
/^dic/i,
|
||||||
|
],
|
||||||
|
monthsRegex =
|
||||||
|
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;
|
||||||
|
|
||||||
|
var es = moment.defineLocale('es', {
|
||||||
|
months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort: function (m, format) {
|
||||||
|
if (!m) {
|
||||||
|
return monthsShortDot;
|
||||||
|
} else if (/-MMM-/.test(format)) {
|
||||||
|
return monthsShort[m.month()];
|
||||||
|
} else {
|
||||||
|
return monthsShortDot[m.month()];
|
||||||
|
}
|
||||||
|
},
|
||||||
|
monthsRegex: monthsRegex,
|
||||||
|
monthsShortRegex: monthsRegex,
|
||||||
|
monthsStrictRegex:
|
||||||
|
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,
|
||||||
|
monthsShortStrictRegex:
|
||||||
|
/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
|
||||||
|
monthsParse: monthsParse,
|
||||||
|
longMonthsParse: monthsParse,
|
||||||
|
shortMonthsParse: monthsParse,
|
||||||
|
weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
|
||||||
|
weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
|
||||||
|
weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),
|
||||||
|
weekdaysParseExact: true,
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'H:mm',
|
||||||
|
LTS: 'H:mm:ss',
|
||||||
|
L: 'DD/MM/YYYY',
|
||||||
|
LL: 'D [de] MMMM [de] YYYY',
|
||||||
|
LLL: 'D [de] MMMM [de] YYYY H:mm',
|
||||||
|
LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: function () {
|
||||||
|
return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||||
|
},
|
||||||
|
nextDay: function () {
|
||||||
|
return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||||
|
},
|
||||||
|
nextWeek: function () {
|
||||||
|
return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||||
|
},
|
||||||
|
lastDay: function () {
|
||||||
|
return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||||
|
},
|
||||||
|
lastWeek: function () {
|
||||||
|
return (
|
||||||
|
'[el] dddd [pasado a la' +
|
||||||
|
(this.hours() !== 1 ? 's' : '') +
|
||||||
|
'] LT'
|
||||||
|
);
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'en %s',
|
||||||
|
past: 'hace %s',
|
||||||
|
s: 'unos segundos',
|
||||||
|
ss: '%d segundos',
|
||||||
|
m: 'un minuto',
|
||||||
|
mm: '%d minutos',
|
||||||
|
h: 'una hora',
|
||||||
|
hh: '%d horas',
|
||||||
|
d: 'un día',
|
||||||
|
dd: '%d días',
|
||||||
|
w: 'una semana',
|
||||||
|
ww: '%d semanas',
|
||||||
|
M: 'un mes',
|
||||||
|
MM: '%d meses',
|
||||||
|
y: 'un año',
|
||||||
|
yy: '%d años',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}º/,
|
||||||
|
ordinal: '%dº',
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
invalidDate: 'Fecha inválida',
|
||||||
|
});
|
||||||
|
|
||||||
|
return es;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,119 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : French [fr]
|
||||||
|
//! author : John Fischer : https://github.com/jfroffice
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var monthsStrictRegex =
|
||||||
|
/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,
|
||||||
|
monthsShortStrictRegex =
|
||||||
|
/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,
|
||||||
|
monthsRegex =
|
||||||
|
/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,
|
||||||
|
monthsParse = [
|
||||||
|
/^janv/i,
|
||||||
|
/^févr/i,
|
||||||
|
/^mars/i,
|
||||||
|
/^avr/i,
|
||||||
|
/^mai/i,
|
||||||
|
/^juin/i,
|
||||||
|
/^juil/i,
|
||||||
|
/^août/i,
|
||||||
|
/^sept/i,
|
||||||
|
/^oct/i,
|
||||||
|
/^nov/i,
|
||||||
|
/^déc/i,
|
||||||
|
];
|
||||||
|
|
||||||
|
var fr = moment.defineLocale('fr', {
|
||||||
|
months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort:
|
||||||
|
'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsRegex: monthsRegex,
|
||||||
|
monthsShortRegex: monthsRegex,
|
||||||
|
monthsStrictRegex: monthsStrictRegex,
|
||||||
|
monthsShortStrictRegex: monthsShortStrictRegex,
|
||||||
|
monthsParse: monthsParse,
|
||||||
|
longMonthsParse: monthsParse,
|
||||||
|
shortMonthsParse: monthsParse,
|
||||||
|
weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
|
||||||
|
weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
|
||||||
|
weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),
|
||||||
|
weekdaysParseExact: true,
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'DD/MM/YYYY',
|
||||||
|
LL: 'D MMMM YYYY',
|
||||||
|
LLL: 'D MMMM YYYY HH:mm',
|
||||||
|
LLLL: 'dddd D MMMM YYYY HH:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[Aujourd’hui à] LT',
|
||||||
|
nextDay: '[Demain à] LT',
|
||||||
|
nextWeek: 'dddd [à] LT',
|
||||||
|
lastDay: '[Hier à] LT',
|
||||||
|
lastWeek: 'dddd [dernier à] LT',
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'dans %s',
|
||||||
|
past: 'il y a %s',
|
||||||
|
s: 'quelques secondes',
|
||||||
|
ss: '%d secondes',
|
||||||
|
m: 'une minute',
|
||||||
|
mm: '%d minutes',
|
||||||
|
h: 'une heure',
|
||||||
|
hh: '%d heures',
|
||||||
|
d: 'un jour',
|
||||||
|
dd: '%d jours',
|
||||||
|
w: 'une semaine',
|
||||||
|
ww: '%d semaines',
|
||||||
|
M: 'un mois',
|
||||||
|
MM: '%d mois',
|
||||||
|
y: 'un an',
|
||||||
|
yy: '%d ans',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}(er|)/,
|
||||||
|
ordinal: function (number, period) {
|
||||||
|
switch (period) {
|
||||||
|
// TODO: Return 'e' when day of month > 1. Move this case inside
|
||||||
|
// block for masculine words below.
|
||||||
|
// See https://github.com/moment/moment/issues/3375
|
||||||
|
case 'D':
|
||||||
|
return number + (number === 1 ? 'er' : '');
|
||||||
|
|
||||||
|
// Words with masculine grammatical gender: mois, trimestre, jour
|
||||||
|
default:
|
||||||
|
case 'M':
|
||||||
|
case 'Q':
|
||||||
|
case 'DDD':
|
||||||
|
case 'd':
|
||||||
|
return number + (number === 1 ? 'er' : 'e');
|
||||||
|
|
||||||
|
// Words with feminine grammatical gender: semaine
|
||||||
|
case 'w':
|
||||||
|
case 'W':
|
||||||
|
return number + (number === 1 ? 're' : 'e');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return fr;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Italian [it]
|
||||||
|
//! author : Lorenzo : https://github.com/aliem
|
||||||
|
//! author: Mattia Larentis: https://github.com/nostalgiaz
|
||||||
|
//! author: Marco : https://github.com/Manfre98
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var it = moment.defineLocale('it', {
|
||||||
|
months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),
|
||||||
|
weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),
|
||||||
|
weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'DD/MM/YYYY',
|
||||||
|
LL: 'D MMMM YYYY',
|
||||||
|
LLL: 'D MMMM YYYY HH:mm',
|
||||||
|
LLLL: 'dddd D MMMM YYYY HH:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: function () {
|
||||||
|
return (
|
||||||
|
'[Oggi a' +
|
||||||
|
(this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") +
|
||||||
|
']LT'
|
||||||
|
);
|
||||||
|
},
|
||||||
|
nextDay: function () {
|
||||||
|
return (
|
||||||
|
'[Domani a' +
|
||||||
|
(this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") +
|
||||||
|
']LT'
|
||||||
|
);
|
||||||
|
},
|
||||||
|
nextWeek: function () {
|
||||||
|
return (
|
||||||
|
'dddd [a' +
|
||||||
|
(this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") +
|
||||||
|
']LT'
|
||||||
|
);
|
||||||
|
},
|
||||||
|
lastDay: function () {
|
||||||
|
return (
|
||||||
|
'[Ieri a' +
|
||||||
|
(this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") +
|
||||||
|
']LT'
|
||||||
|
);
|
||||||
|
},
|
||||||
|
lastWeek: function () {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return (
|
||||||
|
'[La scorsa] dddd [a' +
|
||||||
|
(this.hours() > 1
|
||||||
|
? 'lle '
|
||||||
|
: this.hours() === 0
|
||||||
|
? ' '
|
||||||
|
: "ll'") +
|
||||||
|
']LT'
|
||||||
|
);
|
||||||
|
default:
|
||||||
|
return (
|
||||||
|
'[Lo scorso] dddd [a' +
|
||||||
|
(this.hours() > 1
|
||||||
|
? 'lle '
|
||||||
|
: this.hours() === 0
|
||||||
|
? ' '
|
||||||
|
: "ll'") +
|
||||||
|
']LT'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'tra %s',
|
||||||
|
past: '%s fa',
|
||||||
|
s: 'alcuni secondi',
|
||||||
|
ss: '%d secondi',
|
||||||
|
m: 'un minuto',
|
||||||
|
mm: '%d minuti',
|
||||||
|
h: "un'ora",
|
||||||
|
hh: '%d ore',
|
||||||
|
d: 'un giorno',
|
||||||
|
dd: '%d giorni',
|
||||||
|
w: 'una settimana',
|
||||||
|
ww: '%d settimane',
|
||||||
|
M: 'un mese',
|
||||||
|
MM: '%d mesi',
|
||||||
|
y: 'un anno',
|
||||||
|
yy: '%d anni',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}º/,
|
||||||
|
ordinal: '%dº',
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return it;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,159 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Japanese [ja]
|
||||||
|
//! author : LI Long : https://github.com/baryon
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var ja = moment.defineLocale('ja', {
|
||||||
|
eras: [
|
||||||
|
{
|
||||||
|
since: '2019-05-01',
|
||||||
|
offset: 1,
|
||||||
|
name: '令和',
|
||||||
|
narrow: '㋿',
|
||||||
|
abbr: 'R',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
since: '1989-01-08',
|
||||||
|
until: '2019-04-30',
|
||||||
|
offset: 1,
|
||||||
|
name: '平成',
|
||||||
|
narrow: '㍻',
|
||||||
|
abbr: 'H',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
since: '1926-12-25',
|
||||||
|
until: '1989-01-07',
|
||||||
|
offset: 1,
|
||||||
|
name: '昭和',
|
||||||
|
narrow: '㍼',
|
||||||
|
abbr: 'S',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
since: '1912-07-30',
|
||||||
|
until: '1926-12-24',
|
||||||
|
offset: 1,
|
||||||
|
name: '大正',
|
||||||
|
narrow: '㍽',
|
||||||
|
abbr: 'T',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
since: '1873-01-01',
|
||||||
|
until: '1912-07-29',
|
||||||
|
offset: 6,
|
||||||
|
name: '明治',
|
||||||
|
narrow: '㍾',
|
||||||
|
abbr: 'M',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
since: '0001-01-01',
|
||||||
|
until: '1873-12-31',
|
||||||
|
offset: 1,
|
||||||
|
name: '西暦',
|
||||||
|
narrow: 'AD',
|
||||||
|
abbr: 'AD',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
since: '0000-12-31',
|
||||||
|
until: -Infinity,
|
||||||
|
offset: 1,
|
||||||
|
name: '紀元前',
|
||||||
|
narrow: 'BC',
|
||||||
|
abbr: 'BC',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
eraYearOrdinalRegex: /(元|\d+)年/,
|
||||||
|
eraYearOrdinalParse: function (input, match) {
|
||||||
|
return match[1] === '元' ? 1 : parseInt(match[1] || input, 10);
|
||||||
|
},
|
||||||
|
months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
|
||||||
|
monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),
|
||||||
|
weekdaysShort: '日_月_火_水_木_金_土'.split('_'),
|
||||||
|
weekdaysMin: '日_月_火_水_木_金_土'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'YYYY/MM/DD',
|
||||||
|
LL: 'YYYY年M月D日',
|
||||||
|
LLL: 'YYYY年M月D日 HH:mm',
|
||||||
|
LLLL: 'YYYY年M月D日 dddd HH:mm',
|
||||||
|
l: 'YYYY/MM/DD',
|
||||||
|
ll: 'YYYY年M月D日',
|
||||||
|
lll: 'YYYY年M月D日 HH:mm',
|
||||||
|
llll: 'YYYY年M月D日(ddd) HH:mm',
|
||||||
|
},
|
||||||
|
meridiemParse: /午前|午後/i,
|
||||||
|
isPM: function (input) {
|
||||||
|
return input === '午後';
|
||||||
|
},
|
||||||
|
meridiem: function (hour, minute, isLower) {
|
||||||
|
if (hour < 12) {
|
||||||
|
return '午前';
|
||||||
|
} else {
|
||||||
|
return '午後';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[今日] LT',
|
||||||
|
nextDay: '[明日] LT',
|
||||||
|
nextWeek: function (now) {
|
||||||
|
if (now.week() !== this.week()) {
|
||||||
|
return '[来週]dddd LT';
|
||||||
|
} else {
|
||||||
|
return 'dddd LT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lastDay: '[昨日] LT',
|
||||||
|
lastWeek: function (now) {
|
||||||
|
if (this.week() !== now.week()) {
|
||||||
|
return '[先週]dddd LT';
|
||||||
|
} else {
|
||||||
|
return 'dddd LT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}日/,
|
||||||
|
ordinal: function (number, period) {
|
||||||
|
switch (period) {
|
||||||
|
case 'y':
|
||||||
|
return number === 1 ? '元年' : number + '年';
|
||||||
|
case 'd':
|
||||||
|
case 'D':
|
||||||
|
case 'DDD':
|
||||||
|
return number + '日';
|
||||||
|
default:
|
||||||
|
return number;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: '%s後',
|
||||||
|
past: '%s前',
|
||||||
|
s: '数秒',
|
||||||
|
ss: '%d秒',
|
||||||
|
m: '1分',
|
||||||
|
mm: '%d分',
|
||||||
|
h: '1時間',
|
||||||
|
hh: '%d時間',
|
||||||
|
d: '1日',
|
||||||
|
dd: '%d日',
|
||||||
|
M: '1ヶ月',
|
||||||
|
MM: '%dヶ月',
|
||||||
|
y: '1年',
|
||||||
|
yy: '%d年',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return ja;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,86 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Korean [ko]
|
||||||
|
//! author : Kyungwook, Park : https://github.com/kyungw00k
|
||||||
|
//! author : Jeeeyul Lee <jeeeyul@gmail.com>
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var ko = moment.defineLocale('ko', {
|
||||||
|
months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
||||||
|
monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
||||||
|
weekdaysShort: '일_월_화_수_목_금_토'.split('_'),
|
||||||
|
weekdaysMin: '일_월_화_수_목_금_토'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'A h:mm',
|
||||||
|
LTS: 'A h:mm:ss',
|
||||||
|
L: 'YYYY.MM.DD.',
|
||||||
|
LL: 'YYYY년 MMMM D일',
|
||||||
|
LLL: 'YYYY년 MMMM D일 A h:mm',
|
||||||
|
LLLL: 'YYYY년 MMMM D일 dddd A h:mm',
|
||||||
|
l: 'YYYY.MM.DD.',
|
||||||
|
ll: 'YYYY년 MMMM D일',
|
||||||
|
lll: 'YYYY년 MMMM D일 A h:mm',
|
||||||
|
llll: 'YYYY년 MMMM D일 dddd A h:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '오늘 LT',
|
||||||
|
nextDay: '내일 LT',
|
||||||
|
nextWeek: 'dddd LT',
|
||||||
|
lastDay: '어제 LT',
|
||||||
|
lastWeek: '지난주 dddd LT',
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: '%s 후',
|
||||||
|
past: '%s 전',
|
||||||
|
s: '몇 초',
|
||||||
|
ss: '%d초',
|
||||||
|
m: '1분',
|
||||||
|
mm: '%d분',
|
||||||
|
h: '한 시간',
|
||||||
|
hh: '%d시간',
|
||||||
|
d: '하루',
|
||||||
|
dd: '%d일',
|
||||||
|
M: '한 달',
|
||||||
|
MM: '%d달',
|
||||||
|
y: '일 년',
|
||||||
|
yy: '%d년',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}(일|월|주)/,
|
||||||
|
ordinal: function (number, period) {
|
||||||
|
switch (period) {
|
||||||
|
case 'd':
|
||||||
|
case 'D':
|
||||||
|
case 'DDD':
|
||||||
|
return number + '일';
|
||||||
|
case 'M':
|
||||||
|
return number + '월';
|
||||||
|
case 'w':
|
||||||
|
case 'W':
|
||||||
|
return number + '주';
|
||||||
|
default:
|
||||||
|
return number;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
meridiemParse: /오전|오후/,
|
||||||
|
isPM: function (token) {
|
||||||
|
return token === '오후';
|
||||||
|
},
|
||||||
|
meridiem: function (hour, minute, isUpper) {
|
||||||
|
return hour < 12 ? '오전' : '오후';
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return ko;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,115 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Dutch [nl]
|
||||||
|
//! author : Joris Röling : https://github.com/jorisroling
|
||||||
|
//! author : Jacob Middag : https://github.com/middagj
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var monthsShortWithDots =
|
||||||
|
'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),
|
||||||
|
monthsShortWithoutDots =
|
||||||
|
'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_'),
|
||||||
|
monthsParse = [
|
||||||
|
/^jan/i,
|
||||||
|
/^feb/i,
|
||||||
|
/^maart|mrt.?$/i,
|
||||||
|
/^apr/i,
|
||||||
|
/^mei$/i,
|
||||||
|
/^jun[i.]?$/i,
|
||||||
|
/^jul[i.]?$/i,
|
||||||
|
/^aug/i,
|
||||||
|
/^sep/i,
|
||||||
|
/^okt/i,
|
||||||
|
/^nov/i,
|
||||||
|
/^dec/i,
|
||||||
|
],
|
||||||
|
monthsRegex =
|
||||||
|
/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;
|
||||||
|
|
||||||
|
var nl = moment.defineLocale('nl', {
|
||||||
|
months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort: function (m, format) {
|
||||||
|
if (!m) {
|
||||||
|
return monthsShortWithDots;
|
||||||
|
} else if (/-MMM-/.test(format)) {
|
||||||
|
return monthsShortWithoutDots[m.month()];
|
||||||
|
} else {
|
||||||
|
return monthsShortWithDots[m.month()];
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
monthsRegex: monthsRegex,
|
||||||
|
monthsShortRegex: monthsRegex,
|
||||||
|
monthsStrictRegex:
|
||||||
|
/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,
|
||||||
|
monthsShortStrictRegex:
|
||||||
|
/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,
|
||||||
|
|
||||||
|
monthsParse: monthsParse,
|
||||||
|
longMonthsParse: monthsParse,
|
||||||
|
shortMonthsParse: monthsParse,
|
||||||
|
|
||||||
|
weekdays:
|
||||||
|
'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),
|
||||||
|
weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),
|
||||||
|
weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),
|
||||||
|
weekdaysParseExact: true,
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'DD-MM-YYYY',
|
||||||
|
LL: 'D MMMM YYYY',
|
||||||
|
LLL: 'D MMMM YYYY HH:mm',
|
||||||
|
LLLL: 'dddd D MMMM YYYY HH:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[vandaag om] LT',
|
||||||
|
nextDay: '[morgen om] LT',
|
||||||
|
nextWeek: 'dddd [om] LT',
|
||||||
|
lastDay: '[gisteren om] LT',
|
||||||
|
lastWeek: '[afgelopen] dddd [om] LT',
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'over %s',
|
||||||
|
past: '%s geleden',
|
||||||
|
s: 'een paar seconden',
|
||||||
|
ss: '%d seconden',
|
||||||
|
m: 'één minuut',
|
||||||
|
mm: '%d minuten',
|
||||||
|
h: 'één uur',
|
||||||
|
hh: '%d uur',
|
||||||
|
d: 'één dag',
|
||||||
|
dd: '%d dagen',
|
||||||
|
w: 'één week',
|
||||||
|
ww: '%d weken',
|
||||||
|
M: 'één maand',
|
||||||
|
MM: '%d maanden',
|
||||||
|
y: 'één jaar',
|
||||||
|
yy: '%d jaar',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
|
||||||
|
ordinal: function (number) {
|
||||||
|
return (
|
||||||
|
number +
|
||||||
|
(number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')
|
||||||
|
);
|
||||||
|
},
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return nl;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,151 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Polish [pl]
|
||||||
|
//! author : Rafal Hirsz : https://github.com/evoL
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var monthsNominative =
|
||||||
|
'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsSubjective =
|
||||||
|
'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsParse = [
|
||||||
|
/^sty/i,
|
||||||
|
/^lut/i,
|
||||||
|
/^mar/i,
|
||||||
|
/^kwi/i,
|
||||||
|
/^maj/i,
|
||||||
|
/^cze/i,
|
||||||
|
/^lip/i,
|
||||||
|
/^sie/i,
|
||||||
|
/^wrz/i,
|
||||||
|
/^paź/i,
|
||||||
|
/^lis/i,
|
||||||
|
/^gru/i,
|
||||||
|
];
|
||||||
|
function plural(n) {
|
||||||
|
return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1;
|
||||||
|
}
|
||||||
|
function translate(number, withoutSuffix, key) {
|
||||||
|
var result = number + ' ';
|
||||||
|
switch (key) {
|
||||||
|
case 'ss':
|
||||||
|
return result + (plural(number) ? 'sekundy' : 'sekund');
|
||||||
|
case 'm':
|
||||||
|
return withoutSuffix ? 'minuta' : 'minutę';
|
||||||
|
case 'mm':
|
||||||
|
return result + (plural(number) ? 'minuty' : 'minut');
|
||||||
|
case 'h':
|
||||||
|
return withoutSuffix ? 'godzina' : 'godzinę';
|
||||||
|
case 'hh':
|
||||||
|
return result + (plural(number) ? 'godziny' : 'godzin');
|
||||||
|
case 'ww':
|
||||||
|
return result + (plural(number) ? 'tygodnie' : 'tygodni');
|
||||||
|
case 'MM':
|
||||||
|
return result + (plural(number) ? 'miesiące' : 'miesięcy');
|
||||||
|
case 'yy':
|
||||||
|
return result + (plural(number) ? 'lata' : 'lat');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var pl = moment.defineLocale('pl', {
|
||||||
|
months: function (momentToFormat, format) {
|
||||||
|
if (!momentToFormat) {
|
||||||
|
return monthsNominative;
|
||||||
|
} else if (/D MMMM/.test(format)) {
|
||||||
|
return monthsSubjective[momentToFormat.month()];
|
||||||
|
} else {
|
||||||
|
return monthsNominative[momentToFormat.month()];
|
||||||
|
}
|
||||||
|
},
|
||||||
|
monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),
|
||||||
|
monthsParse: monthsParse,
|
||||||
|
longMonthsParse: monthsParse,
|
||||||
|
shortMonthsParse: monthsParse,
|
||||||
|
weekdays:
|
||||||
|
'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),
|
||||||
|
weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),
|
||||||
|
weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'DD.MM.YYYY',
|
||||||
|
LL: 'D MMMM YYYY',
|
||||||
|
LLL: 'D MMMM YYYY HH:mm',
|
||||||
|
LLLL: 'dddd, D MMMM YYYY HH:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[Dziś o] LT',
|
||||||
|
nextDay: '[Jutro o] LT',
|
||||||
|
nextWeek: function () {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return '[W niedzielę o] LT';
|
||||||
|
|
||||||
|
case 2:
|
||||||
|
return '[We wtorek o] LT';
|
||||||
|
|
||||||
|
case 3:
|
||||||
|
return '[W środę o] LT';
|
||||||
|
|
||||||
|
case 6:
|
||||||
|
return '[W sobotę o] LT';
|
||||||
|
|
||||||
|
default:
|
||||||
|
return '[W] dddd [o] LT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lastDay: '[Wczoraj o] LT',
|
||||||
|
lastWeek: function () {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return '[W zeszłą niedzielę o] LT';
|
||||||
|
case 3:
|
||||||
|
return '[W zeszłą środę o] LT';
|
||||||
|
case 6:
|
||||||
|
return '[W zeszłą sobotę o] LT';
|
||||||
|
default:
|
||||||
|
return '[W zeszły] dddd [o] LT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'za %s',
|
||||||
|
past: '%s temu',
|
||||||
|
s: 'kilka sekund',
|
||||||
|
ss: translate,
|
||||||
|
m: translate,
|
||||||
|
mm: translate,
|
||||||
|
h: translate,
|
||||||
|
hh: translate,
|
||||||
|
d: '1 dzień',
|
||||||
|
dd: '%d dni',
|
||||||
|
w: 'tydzień',
|
||||||
|
ww: translate,
|
||||||
|
M: 'miesiąc',
|
||||||
|
MM: translate,
|
||||||
|
y: 'rok',
|
||||||
|
yy: translate,
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}\./,
|
||||||
|
ordinal: '%d.',
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return pl;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,224 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Russian [ru]
|
||||||
|
//! author : Viktorminator : https://github.com/Viktorminator
|
||||||
|
//! author : Menelion Elensúle : https://github.com/Oire
|
||||||
|
//! author : Коренберг Марк : https://github.com/socketpair
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
function plural(word, num) {
|
||||||
|
var forms = word.split('_');
|
||||||
|
return num % 10 === 1 && num % 100 !== 11
|
||||||
|
? forms[0]
|
||||||
|
: num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)
|
||||||
|
? forms[1]
|
||||||
|
: forms[2];
|
||||||
|
}
|
||||||
|
function relativeTimeWithPlural(number, withoutSuffix, key) {
|
||||||
|
var format = {
|
||||||
|
ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',
|
||||||
|
mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',
|
||||||
|
hh: 'час_часа_часов',
|
||||||
|
dd: 'день_дня_дней',
|
||||||
|
ww: 'неделя_недели_недель',
|
||||||
|
MM: 'месяц_месяца_месяцев',
|
||||||
|
yy: 'год_года_лет',
|
||||||
|
};
|
||||||
|
if (key === 'm') {
|
||||||
|
return withoutSuffix ? 'минута' : 'минуту';
|
||||||
|
} else {
|
||||||
|
return number + ' ' + plural(format[key], +number);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
var monthsParse = [
|
||||||
|
/^янв/i,
|
||||||
|
/^фев/i,
|
||||||
|
/^мар/i,
|
||||||
|
/^апр/i,
|
||||||
|
/^ма[йя]/i,
|
||||||
|
/^июн/i,
|
||||||
|
/^июл/i,
|
||||||
|
/^авг/i,
|
||||||
|
/^сен/i,
|
||||||
|
/^окт/i,
|
||||||
|
/^ноя/i,
|
||||||
|
/^дек/i,
|
||||||
|
];
|
||||||
|
|
||||||
|
// http://new.gramota.ru/spravka/rules/139-prop : § 103
|
||||||
|
// Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637
|
||||||
|
// CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753
|
||||||
|
var ru = moment.defineLocale('ru', {
|
||||||
|
months: {
|
||||||
|
format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
standalone:
|
||||||
|
'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
},
|
||||||
|
monthsShort: {
|
||||||
|
// по CLDR именно "июл." и "июн.", но какой смысл менять букву на точку?
|
||||||
|
format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
standalone:
|
||||||
|
'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
},
|
||||||
|
weekdays: {
|
||||||
|
standalone:
|
||||||
|
'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
isFormat: /\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/,
|
||||||
|
},
|
||||||
|
weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||||
|
weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||||
|
monthsParse: monthsParse,
|
||||||
|
longMonthsParse: monthsParse,
|
||||||
|
shortMonthsParse: monthsParse,
|
||||||
|
|
||||||
|
// полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки
|
||||||
|
monthsRegex:
|
||||||
|
/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,
|
||||||
|
|
||||||
|
// копия предыдущего
|
||||||
|
monthsShortRegex:
|
||||||
|
/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,
|
||||||
|
|
||||||
|
// полные названия с падежами
|
||||||
|
monthsStrictRegex:
|
||||||
|
/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,
|
||||||
|
|
||||||
|
// Выражение, которое соответствует только сокращённым формам
|
||||||
|
monthsShortStrictRegex:
|
||||||
|
/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'H:mm',
|
||||||
|
LTS: 'H:mm:ss',
|
||||||
|
L: 'DD.MM.YYYY',
|
||||||
|
LL: 'D MMMM YYYY г.',
|
||||||
|
LLL: 'D MMMM YYYY г., H:mm',
|
||||||
|
LLLL: 'dddd, D MMMM YYYY г., H:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[Сегодня, в] LT',
|
||||||
|
nextDay: '[Завтра, в] LT',
|
||||||
|
lastDay: '[Вчера, в] LT',
|
||||||
|
nextWeek: function (now) {
|
||||||
|
if (now.week() !== this.week()) {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return '[В следующее] dddd, [в] LT';
|
||||||
|
case 1:
|
||||||
|
case 2:
|
||||||
|
case 4:
|
||||||
|
return '[В следующий] dddd, [в] LT';
|
||||||
|
case 3:
|
||||||
|
case 5:
|
||||||
|
case 6:
|
||||||
|
return '[В следующую] dddd, [в] LT';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (this.day() === 2) {
|
||||||
|
return '[Во] dddd, [в] LT';
|
||||||
|
} else {
|
||||||
|
return '[В] dddd, [в] LT';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lastWeek: function (now) {
|
||||||
|
if (now.week() !== this.week()) {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
return '[В прошлое] dddd, [в] LT';
|
||||||
|
case 1:
|
||||||
|
case 2:
|
||||||
|
case 4:
|
||||||
|
return '[В прошлый] dddd, [в] LT';
|
||||||
|
case 3:
|
||||||
|
case 5:
|
||||||
|
case 6:
|
||||||
|
return '[В прошлую] dddd, [в] LT';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (this.day() === 2) {
|
||||||
|
return '[Во] dddd, [в] LT';
|
||||||
|
} else {
|
||||||
|
return '[В] dddd, [в] LT';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'через %s',
|
||||||
|
past: '%s назад',
|
||||||
|
s: 'несколько секунд',
|
||||||
|
ss: relativeTimeWithPlural,
|
||||||
|
m: relativeTimeWithPlural,
|
||||||
|
mm: relativeTimeWithPlural,
|
||||||
|
h: 'час',
|
||||||
|
hh: relativeTimeWithPlural,
|
||||||
|
d: 'день',
|
||||||
|
dd: relativeTimeWithPlural,
|
||||||
|
w: 'неделя',
|
||||||
|
ww: relativeTimeWithPlural,
|
||||||
|
M: 'месяц',
|
||||||
|
MM: relativeTimeWithPlural,
|
||||||
|
y: 'год',
|
||||||
|
yy: relativeTimeWithPlural,
|
||||||
|
},
|
||||||
|
meridiemParse: /ночи|утра|дня|вечера/i,
|
||||||
|
isPM: function (input) {
|
||||||
|
return /^(дня|вечера)$/.test(input);
|
||||||
|
},
|
||||||
|
meridiem: function (hour, minute, isLower) {
|
||||||
|
if (hour < 4) {
|
||||||
|
return 'ночи';
|
||||||
|
} else if (hour < 12) {
|
||||||
|
return 'утра';
|
||||||
|
} else if (hour < 17) {
|
||||||
|
return 'дня';
|
||||||
|
} else {
|
||||||
|
return 'вечера';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}-(й|го|я)/,
|
||||||
|
ordinal: function (number, period) {
|
||||||
|
switch (period) {
|
||||||
|
case 'M':
|
||||||
|
case 'd':
|
||||||
|
case 'DDD':
|
||||||
|
return number + '-й';
|
||||||
|
case 'D':
|
||||||
|
return number + '-го';
|
||||||
|
case 'w':
|
||||||
|
case 'W':
|
||||||
|
return number + '-я';
|
||||||
|
default:
|
||||||
|
return number;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return ru;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,178 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Ukrainian [uk]
|
||||||
|
//! author : zemlanin : https://github.com/zemlanin
|
||||||
|
//! Author : Menelion Elensúle : https://github.com/Oire
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
function plural(word, num) {
|
||||||
|
var forms = word.split('_');
|
||||||
|
return num % 10 === 1 && num % 100 !== 11
|
||||||
|
? forms[0]
|
||||||
|
: num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)
|
||||||
|
? forms[1]
|
||||||
|
: forms[2];
|
||||||
|
}
|
||||||
|
function relativeTimeWithPlural(number, withoutSuffix, key) {
|
||||||
|
var format = {
|
||||||
|
ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',
|
||||||
|
mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',
|
||||||
|
hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',
|
||||||
|
dd: 'день_дні_днів',
|
||||||
|
MM: 'місяць_місяці_місяців',
|
||||||
|
yy: 'рік_роки_років',
|
||||||
|
};
|
||||||
|
if (key === 'm') {
|
||||||
|
return withoutSuffix ? 'хвилина' : 'хвилину';
|
||||||
|
} else if (key === 'h') {
|
||||||
|
return withoutSuffix ? 'година' : 'годину';
|
||||||
|
} else {
|
||||||
|
return number + ' ' + plural(format[key], +number);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
function weekdaysCaseReplace(m, format) {
|
||||||
|
var weekdays = {
|
||||||
|
nominative:
|
||||||
|
'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
accusative:
|
||||||
|
'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
genitive:
|
||||||
|
'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
},
|
||||||
|
nounCase;
|
||||||
|
|
||||||
|
if (m === true) {
|
||||||
|
return weekdays['nominative']
|
||||||
|
.slice(1, 7)
|
||||||
|
.concat(weekdays['nominative'].slice(0, 1));
|
||||||
|
}
|
||||||
|
if (!m) {
|
||||||
|
return weekdays['nominative'];
|
||||||
|
}
|
||||||
|
|
||||||
|
nounCase = /(\[[ВвУу]\]) ?dddd/.test(format)
|
||||||
|
? 'accusative'
|
||||||
|
: /\[?(?:минулої|наступної)? ?\] ?dddd/.test(format)
|
||||||
|
? 'genitive'
|
||||||
|
: 'nominative';
|
||||||
|
return weekdays[nounCase][m.day()];
|
||||||
|
}
|
||||||
|
function processHoursFunction(str) {
|
||||||
|
return function () {
|
||||||
|
return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
var uk = moment.defineLocale('uk', {
|
||||||
|
months: {
|
||||||
|
format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
standalone:
|
||||||
|
'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
},
|
||||||
|
monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
weekdays: weekdaysCaseReplace,
|
||||||
|
weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||||
|
weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'DD.MM.YYYY',
|
||||||
|
LL: 'D MMMM YYYY р.',
|
||||||
|
LLL: 'D MMMM YYYY р., HH:mm',
|
||||||
|
LLLL: 'dddd, D MMMM YYYY р., HH:mm',
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: processHoursFunction('[Сьогодні '),
|
||||||
|
nextDay: processHoursFunction('[Завтра '),
|
||||||
|
lastDay: processHoursFunction('[Вчора '),
|
||||||
|
nextWeek: processHoursFunction('[У] dddd ['),
|
||||||
|
lastWeek: function () {
|
||||||
|
switch (this.day()) {
|
||||||
|
case 0:
|
||||||
|
case 3:
|
||||||
|
case 5:
|
||||||
|
case 6:
|
||||||
|
return processHoursFunction('[Минулої] dddd [').call(this);
|
||||||
|
case 1:
|
||||||
|
case 2:
|
||||||
|
case 4:
|
||||||
|
return processHoursFunction('[Минулого] dddd [').call(this);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: 'за %s',
|
||||||
|
past: '%s тому',
|
||||||
|
s: 'декілька секунд',
|
||||||
|
ss: relativeTimeWithPlural,
|
||||||
|
m: relativeTimeWithPlural,
|
||||||
|
mm: relativeTimeWithPlural,
|
||||||
|
h: 'годину',
|
||||||
|
hh: relativeTimeWithPlural,
|
||||||
|
d: 'день',
|
||||||
|
dd: relativeTimeWithPlural,
|
||||||
|
M: 'місяць',
|
||||||
|
MM: relativeTimeWithPlural,
|
||||||
|
y: 'рік',
|
||||||
|
yy: relativeTimeWithPlural,
|
||||||
|
},
|
||||||
|
// M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason
|
||||||
|
meridiemParse: /ночі|ранку|дня|вечора/,
|
||||||
|
isPM: function (input) {
|
||||||
|
return /^(дня|вечора)$/.test(input);
|
||||||
|
},
|
||||||
|
meridiem: function (hour, minute, isLower) {
|
||||||
|
if (hour < 4) {
|
||||||
|
return 'ночі';
|
||||||
|
} else if (hour < 12) {
|
||||||
|
return 'ранку';
|
||||||
|
} else if (hour < 17) {
|
||||||
|
return 'дня';
|
||||||
|
} else {
|
||||||
|
return 'вечора';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}-(й|го)/,
|
||||||
|
ordinal: function (number, period) {
|
||||||
|
switch (period) {
|
||||||
|
case 'M':
|
||||||
|
case 'd':
|
||||||
|
case 'DDD':
|
||||||
|
case 'w':
|
||||||
|
case 'W':
|
||||||
|
return number + '-й';
|
||||||
|
case 'D':
|
||||||
|
return number + '-го';
|
||||||
|
default:
|
||||||
|
return number;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
week: {
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 7, // The week that contains Jan 7th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return uk;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -0,0 +1,131 @@
|
|||||||
|
//! moment.js locale configuration
|
||||||
|
//! locale : Chinese (China) [zh-cn]
|
||||||
|
//! author : suupic : https://github.com/suupic
|
||||||
|
//! author : Zeno Zeng : https://github.com/zenozeng
|
||||||
|
//! author : uu109 : https://github.com/uu109
|
||||||
|
|
||||||
|
;(function (global, factory) {
|
||||||
|
typeof exports === 'object' && typeof module !== 'undefined'
|
||||||
|
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||||
|
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||||
|
factory(global.moment)
|
||||||
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
//! moment.js locale configuration
|
||||||
|
|
||||||
|
var zhCn = moment.defineLocale('zh-cn', {
|
||||||
|
months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(
|
||||||
|
'_'
|
||||||
|
),
|
||||||
|
weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
|
||||||
|
weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),
|
||||||
|
weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
|
||||||
|
longDateFormat: {
|
||||||
|
LT: 'HH:mm',
|
||||||
|
LTS: 'HH:mm:ss',
|
||||||
|
L: 'YYYY/MM/DD',
|
||||||
|
LL: 'YYYY年M月D日',
|
||||||
|
LLL: 'YYYY年M月D日Ah点mm分',
|
||||||
|
LLLL: 'YYYY年M月D日ddddAh点mm分',
|
||||||
|
l: 'YYYY/M/D',
|
||||||
|
ll: 'YYYY年M月D日',
|
||||||
|
lll: 'YYYY年M月D日 HH:mm',
|
||||||
|
llll: 'YYYY年M月D日dddd HH:mm',
|
||||||
|
},
|
||||||
|
meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
|
||||||
|
meridiemHour: function (hour, meridiem) {
|
||||||
|
if (hour === 12) {
|
||||||
|
hour = 0;
|
||||||
|
}
|
||||||
|
if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {
|
||||||
|
return hour;
|
||||||
|
} else if (meridiem === '下午' || meridiem === '晚上') {
|
||||||
|
return hour + 12;
|
||||||
|
} else {
|
||||||
|
// '中午'
|
||||||
|
return hour >= 11 ? hour : hour + 12;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
meridiem: function (hour, minute, isLower) {
|
||||||
|
var hm = hour * 100 + minute;
|
||||||
|
if (hm < 600) {
|
||||||
|
return '凌晨';
|
||||||
|
} else if (hm < 900) {
|
||||||
|
return '早上';
|
||||||
|
} else if (hm < 1130) {
|
||||||
|
return '上午';
|
||||||
|
} else if (hm < 1230) {
|
||||||
|
return '中午';
|
||||||
|
} else if (hm < 1800) {
|
||||||
|
return '下午';
|
||||||
|
} else {
|
||||||
|
return '晚上';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
calendar: {
|
||||||
|
sameDay: '[今天]LT',
|
||||||
|
nextDay: '[明天]LT',
|
||||||
|
nextWeek: function (now) {
|
||||||
|
if (now.week() !== this.week()) {
|
||||||
|
return '[下]dddLT';
|
||||||
|
} else {
|
||||||
|
return '[本]dddLT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lastDay: '[昨天]LT',
|
||||||
|
lastWeek: function (now) {
|
||||||
|
if (this.week() !== now.week()) {
|
||||||
|
return '[上]dddLT';
|
||||||
|
} else {
|
||||||
|
return '[本]dddLT';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sameElse: 'L',
|
||||||
|
},
|
||||||
|
dayOfMonthOrdinalParse: /\d{1,2}(日|月|周)/,
|
||||||
|
ordinal: function (number, period) {
|
||||||
|
switch (period) {
|
||||||
|
case 'd':
|
||||||
|
case 'D':
|
||||||
|
case 'DDD':
|
||||||
|
return number + '日';
|
||||||
|
case 'M':
|
||||||
|
return number + '月';
|
||||||
|
case 'w':
|
||||||
|
case 'W':
|
||||||
|
return number + '周';
|
||||||
|
default:
|
||||||
|
return number;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
relativeTime: {
|
||||||
|
future: '%s后',
|
||||||
|
past: '%s前',
|
||||||
|
s: '几秒',
|
||||||
|
ss: '%d 秒',
|
||||||
|
m: '1 分钟',
|
||||||
|
mm: '%d 分钟',
|
||||||
|
h: '1 小时',
|
||||||
|
hh: '%d 小时',
|
||||||
|
d: '1 天',
|
||||||
|
dd: '%d 天',
|
||||||
|
w: '1 周',
|
||||||
|
ww: '%d 周',
|
||||||
|
M: '1 个月',
|
||||||
|
MM: '%d 个月',
|
||||||
|
y: '1 年',
|
||||||
|
yy: '%d 年',
|
||||||
|
},
|
||||||
|
week: {
|
||||||
|
// GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
|
||||||
|
dow: 1, // Monday is the first day of the week.
|
||||||
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
return zhCn;
|
||||||
|
|
||||||
|
})));
|
||||||
@@ -10,11 +10,6 @@
|
|||||||
<i class="fa-solid fa-gauge-high fa-fw"></i> {% translate "Dashboard" %}
|
<i class="fa-solid fa-gauge-high fa-fw"></i> {% translate "Dashboard" %}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a class="{% navactive request 'groupmanagement:groups' %}" href="{% url 'groupmanagement:groups' %}">
|
|
||||||
<i class="fa-solid fa-users fa-fw"></i> {% translate "Groups" %}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
{% menu_items %}
|
{% menu_items %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% load static %}
|
{% load sri %}
|
||||||
|
|
||||||
<link href="{% static 'allianceauth/css/auth-base.css' %}" rel="stylesheet">
|
{% sri_static 'allianceauth/css/auth-base.css' %}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% load static %}
|
{% load sri %}
|
||||||
|
|
||||||
<link href="{% static 'allianceauth/framework/css/auth-framework.css' %}" rel="stylesheet">
|
{% sri_static 'allianceauth/framework/css/auth-framework.css' %}
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% load sri %}
|
||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
{% if NIGHT_MODE %}
|
{% if NIGHT_MODE %}
|
||||||
{% if debug %}
|
{% if debug %}
|
||||||
@@ -6,7 +8,7 @@
|
|||||||
<link rel="stylesheet/less" href="{% static 'allianceauth/css/themes/darkly/darkly.less' %}">
|
<link rel="stylesheet/less" href="{% static 'allianceauth/css/themes/darkly/darkly.less' %}">
|
||||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/less.js/4.1.3/less.min.js' integrity='sha512-6gUGqd/zBCrEKbJqPI7iINc61jlOfH5A+SluY15IkNO1o4qP1DEYjQBewTB4l0U4ihXZdupg8Mb77VxqE+37dg==' crossorigin='anonymous' referrerpolicy="no-referrer"></script>
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/less.js/4.1.3/less.min.js' integrity='sha512-6gUGqd/zBCrEKbJqPI7iINc61jlOfH5A+SluY15IkNO1o4qP1DEYjQBewTB4l0U4ihXZdupg8Mb77VxqE+37dg==' crossorigin='anonymous' referrerpolicy="no-referrer"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<link rel="stylesheet" href="{% static 'allianceauth/css/themes/darkly/darkly.min.css' %}">
|
{% sri_static 'allianceauth/css/themes/darkly/darkly.min.css' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if debug %}
|
{% if debug %}
|
||||||
@@ -14,7 +16,7 @@
|
|||||||
<link rel="stylesheet/less" href="{% static 'allianceauth/css/themes/flatly/flatly.less' %}">
|
<link rel="stylesheet/less" href="{% static 'allianceauth/css/themes/flatly/flatly.less' %}">
|
||||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/less.js/4.1.3/less.min.js' integrity='sha512-6gUGqd/zBCrEKbJqPI7iINc61jlOfH5A+SluY15IkNO1o4qP1DEYjQBewTB4l0U4ihXZdupg8Mb77VxqE+37dg==' crossorigin='anonymous' referrerpolicy="no-referrer"></script>
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/less.js/4.1.3/less.min.js' integrity='sha512-6gUGqd/zBCrEKbJqPI7iINc61jlOfH5A+SluY15IkNO1o4qP1DEYjQBewTB4l0U4ihXZdupg8Mb77VxqE+37dg==' crossorigin='anonymous' referrerpolicy="no-referrer"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<link rel="stylesheet" href="{% static 'allianceauth/css/themes/flatly/flatly.min.css' %}">
|
{% sri_static 'allianceauth/css/themes/flatly/flatly.min.css' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- End Bootstrap CSS -->
|
<!-- End Bootstrap CSS -->
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user