aa-fleetfinder 1.0.0b1__tar.gz → 1.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aa-fleetfinder might be problematic. Click here for more details.

Files changed (63) hide show
  1. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/CHANGELOG.md +17 -3
  2. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/PKG-INFO +67 -2
  3. aa_fleetfinder-1.1.0/README.md +81 -0
  4. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/aa_fleetfinder.egg-info/PKG-INFO +67 -2
  5. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/aa_fleetfinder.egg-info/SOURCES.txt +10 -0
  6. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/__init__.py +1 -1
  7. aa_fleetfinder-1.1.0/fleetfinder/locale/de/LC_MESSAGES/django.mo +0 -0
  8. aa_fleetfinder-1.1.0/fleetfinder/locale/de/LC_MESSAGES/django.po +158 -0
  9. aa_fleetfinder-1.1.0/fleetfinder/locale/es/LC_MESSAGES/django.po +156 -0
  10. aa_fleetfinder-1.1.0/fleetfinder/locale/fr_FR/LC_MESSAGES/django.po +155 -0
  11. aa_fleetfinder-1.1.0/fleetfinder/locale/it_IT/LC_MESSAGES/django.po +155 -0
  12. aa_fleetfinder-1.1.0/fleetfinder/locale/ja/LC_MESSAGES/django.po +156 -0
  13. aa_fleetfinder-1.1.0/fleetfinder/locale/ko_KR/LC_MESSAGES/django.po +155 -0
  14. aa_fleetfinder-1.1.0/fleetfinder/locale/ru/LC_MESSAGES/django.mo +0 -0
  15. aa_fleetfinder-1.1.0/fleetfinder/locale/ru/LC_MESSAGES/django.po +161 -0
  16. aa_fleetfinder-1.1.0/fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po +156 -0
  17. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/create-fleet.html +1 -1
  18. aa_fleetfinder-1.0.0b1/README.md +0 -16
  19. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/LICENSE +0 -0
  20. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/MANIFEST.in +0 -0
  21. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/aa_fleetfinder.egg-info/dependency_links.txt +0 -0
  22. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/aa_fleetfinder.egg-info/not-zip-safe +0 -0
  23. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/aa_fleetfinder.egg-info/requires.txt +0 -0
  24. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/aa_fleetfinder.egg-info/top_level.txt +0 -0
  25. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/apps.py +0 -0
  26. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/auth_hooks.py +0 -0
  27. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/constants.py +0 -0
  28. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/migrations/0001_initial.py +0 -0
  29. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/migrations/__init__.py +0 -0
  30. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/models.py +0 -0
  31. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/providers.py +0 -0
  32. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/css/aa-bootstrap-fix.css +0 -0
  33. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/css/aa-bootstrap-fix.min.css +0 -0
  34. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/css/fleetfinder.css +0 -0
  35. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/css/fleetfinder.min.css +0 -0
  36. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/libs/datatables/plugins/datetime/datetime.js +0 -0
  37. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/libs/datatables/plugins/datetime/datetime.min.js +0 -0
  38. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/libs/multi-select/0.9.12/css/multi-select.min.css +0 -0
  39. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/libs/slim-select/1.26.0/css/slimselect.min.css +0 -0
  40. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/static/fleetfinder/libs/slim-select/1.26.0/js/slimselect.min.js +0 -0
  41. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/tasks.py +0 -0
  42. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/base.html +0 -0
  43. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/bundles/css/fleetfinder-css.html +0 -0
  44. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/bundles/css/multi-select-css.html +0 -0
  45. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/bundles/css/slim-select-css.html +0 -0
  46. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/bundles/js/datetime-js.html +0 -0
  47. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/bundles/js/slim-select-js.html +0 -0
  48. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/dashboard.html +0 -0
  49. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/edit-fleet.html +0 -0
  50. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/fleet-details.html +0 -0
  51. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/join-fleet.html +0 -0
  52. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templates/fleetfinder/partials/header/header-navigation.html +0 -0
  53. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templatetags/__init__.py +0 -0
  54. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/templatetags/fleetfinder_versioned_static.py +0 -0
  55. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/tests/__init__.py +0 -0
  56. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/tests/test_access.py +0 -0
  57. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/tests/test_auth_hooks.py +0 -0
  58. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/tests/test_templatetags.py +0 -0
  59. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/tests/utils.py +0 -0
  60. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/urls.py +0 -0
  61. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/fleetfinder/views.py +0 -0
  62. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/pyproject.toml +0 -0
  63. {aa_fleetfinder-1.0.0b1 → aa_fleetfinder-1.1.0}/setup.cfg +0 -0
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
  ## [In Development] - Unreleased
10
10
 
11
11
 
12
+ ## [1.1.0] - 2023-04-16
13
+
14
+ ### Added
15
+
16
+ - Russian translation
17
+
18
+
19
+ ## [1.0.0] - 2023-04-13
20
+
21
+ ### Added
22
+
23
+ - German translation
24
+
25
+
12
26
  ## [1.0.0-beta.1] - 2023-01-10
13
27
 
14
28
  ### Changed
@@ -49,7 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
63
  - Using `allianceauth-app-utils` for logging
50
64
  - Task ESI error handling improved
51
65
  - Moved constants to their own file
52
- - `related_name` for group restrictions in model to prevent conflicts with other
66
+ - `related_name` for group restrictions in the model to prevent conflicts with other
53
67
  modules. The name was too generic.
54
68
  - Minimum Requirements
55
69
  - Alliance Auth >= 3.0.0
@@ -202,7 +216,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
202
216
 
203
217
  - Datatables in fleet details view set up properly
204
218
  - UI in fleet details view re-done
205
- - Fleet details are nor refreshed every 15 seconds via Datatables reload
219
+ - Fleet details are now refreshed every 15 seconds via Datatables reload
206
220
 
207
221
 
208
222
  ## [0.1.0-alpha.1] - 2020-12-30
@@ -212,7 +226,7 @@ App forked from [Dreadbomb/aa-fleet](https://github.com/Dreadbomb/aa-fleet)
212
226
  ### Fixed
213
227
 
214
228
  - HTML errors
215
- - Datatable erors
229
+ - Datatable errors
216
230
  - Import order
217
231
  - Code issues cleaned up
218
232
  - General model and permissions
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa_fleetfinder
3
- Version: 1.0.0b1
3
+ Version: 1.1.0
4
4
  Summary: Fleet finder plugin for Alliance Auth
5
5
  Home-page: https://github.com/ppfeufer/aa-fleetfinder
6
6
  Author: Peter Pfeufer
@@ -44,4 +44,69 @@ License-File: LICENSE
44
44
 
45
45
  [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N8CL1BY)
46
46
 
47
- ## Not yet publicly available
47
+ Control access to your fleets through Alliance Auth.
48
+
49
+
50
+ <!-- TOC -->
51
+ * [AA Fleet Finder](#aa-fleet-finder)
52
+ * [Installation](#installation)
53
+ * [Step 1: Install the Package](#step-1-install-the-package)
54
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
55
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
56
+ * [Step 4: Setup Permissions](#step-4-setup-permissions)
57
+ * [Changelog](#changelog)
58
+ * [Contributing](#contributing)
59
+ <!-- TOC -->
60
+
61
+
62
+ ## Installation
63
+
64
+ ### Step 1: Install the Package
65
+
66
+ Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
67
+
68
+ ```shell
69
+ pip install aa-fleetfinder
70
+ ```
71
+
72
+
73
+ ### Step 2: Configure Alliance Auth
74
+
75
+ This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
76
+
77
+ Configure your AA settings (`local.py`) as follows:
78
+
79
+ - Add `"fleetfinder",` to `INSTALLED_APPS`
80
+
81
+
82
+ ### Step 3: Finalizing the Installation
83
+
84
+ Run static files collection and migrations
85
+
86
+ ```shell
87
+ python manage.py collectstatic
88
+ python manage.py migrate
89
+ ```
90
+
91
+
92
+ ### Step 4: Setup Permissions
93
+
94
+ Now it's time to set up access permissions for your new Fleetfinder module.
95
+
96
+ | ID | Description | Notes |
97
+ |:----------------------|:-----------------------------------|:-------------------------------------------------------------------------------------------------------------|
98
+ | `access_fleetfinder` | Can access the Fleetfinder module | Your line members should have this permission, together with everyone you want to have access to he module. |
99
+ | `manage_fleets` | Can manage fleets | Everyone with this permission can open and edit fleets |
100
+
101
+
102
+ ## Changelog
103
+
104
+ See [CHANGELOG.md](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md)
105
+
106
+
107
+ ## Contributing
108
+
109
+ You want to contribute to this project? That's cool!
110
+
111
+ Please make sure to read the [Contribution Guidelines](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CONTRIBUTING.md) (I promise, it's not much,
112
+ just some basics)
@@ -0,0 +1,81 @@
1
+ # AA Fleet Finder
2
+
3
+ [![Version](https://img.shields.io/pypi/v/aa-fleetfinder?label=release)](https://pypi.org/project/aa-fleetfinder/)
4
+ [![License](https://img.shields.io/github/license/ppfeufer/aa-fleetfinder)](https://github.com/ppfeufer/aa-fleetfinder/blob/master/LICENSE)
5
+ [![Python](https://img.shields.io/pypi/pyversions/aa-fleetfinder)](https://pypi.org/project/aa-fleetfinder/)
6
+ [![Django](https://img.shields.io/pypi/djversions/aa-fleetfinder?label=django)](https://pypi.org/project/aa-fleetfinder/)
7
+ ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
8
+ [![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](http://black.readthedocs.io/en/latest/)
9
+ [![Discord](https://img.shields.io/discord/790364535294132234?label=discord)](https://discord.gg/zmh52wnfvM)
10
+ [![Checks](https://github.com/ppfeufer/aa-fleetfinder/actions/workflows/automated-checks.yml/badge.svg)](https://github.com/ppfeufer/aa-fleetfinder/actions/workflows/automated-checks.yml)
11
+ [![codecov](https://codecov.io/gh/ppfeufer/aa-fleetfinder/branch/master/graph/badge.svg?token=GFOR9GWRNQ)](https://codecov.io/gh/ppfeufer/aa-fleetfinder)
12
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CODE_OF_CONDUCT.md)
13
+
14
+ [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N8CL1BY)
15
+
16
+ Control access to your fleets through Alliance Auth.
17
+
18
+
19
+ <!-- TOC -->
20
+ * [AA Fleet Finder](#aa-fleet-finder)
21
+ * [Installation](#installation)
22
+ * [Step 1: Install the Package](#step-1-install-the-package)
23
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
24
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
25
+ * [Step 4: Setup Permissions](#step-4-setup-permissions)
26
+ * [Changelog](#changelog)
27
+ * [Contributing](#contributing)
28
+ <!-- TOC -->
29
+
30
+
31
+ ## Installation
32
+
33
+ ### Step 1: Install the Package
34
+
35
+ Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
36
+
37
+ ```shell
38
+ pip install aa-fleetfinder
39
+ ```
40
+
41
+
42
+ ### Step 2: Configure Alliance Auth
43
+
44
+ This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
45
+
46
+ Configure your AA settings (`local.py`) as follows:
47
+
48
+ - Add `"fleetfinder",` to `INSTALLED_APPS`
49
+
50
+
51
+ ### Step 3: Finalizing the Installation
52
+
53
+ Run static files collection and migrations
54
+
55
+ ```shell
56
+ python manage.py collectstatic
57
+ python manage.py migrate
58
+ ```
59
+
60
+
61
+ ### Step 4: Setup Permissions
62
+
63
+ Now it's time to set up access permissions for your new Fleetfinder module.
64
+
65
+ | ID | Description | Notes |
66
+ |:----------------------|:-----------------------------------|:-------------------------------------------------------------------------------------------------------------|
67
+ | `access_fleetfinder` | Can access the Fleetfinder module | Your line members should have this permission, together with everyone you want to have access to he module. |
68
+ | `manage_fleets` | Can manage fleets | Everyone with this permission can open and edit fleets |
69
+
70
+
71
+ ## Changelog
72
+
73
+ See [CHANGELOG.md](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md)
74
+
75
+
76
+ ## Contributing
77
+
78
+ You want to contribute to this project? That's cool!
79
+
80
+ Please make sure to read the [Contribution Guidelines](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CONTRIBUTING.md) (I promise, it's not much,
81
+ just some basics)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-fleetfinder
3
- Version: 1.0.0b1
3
+ Version: 1.1.0
4
4
  Summary: Fleet finder plugin for Alliance Auth
5
5
  Home-page: https://github.com/ppfeufer/aa-fleetfinder
6
6
  Author: Peter Pfeufer
@@ -44,4 +44,69 @@ License-File: LICENSE
44
44
 
45
45
  [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N8CL1BY)
46
46
 
47
- ## Not yet publicly available
47
+ Control access to your fleets through Alliance Auth.
48
+
49
+
50
+ <!-- TOC -->
51
+ * [AA Fleet Finder](#aa-fleet-finder)
52
+ * [Installation](#installation)
53
+ * [Step 1: Install the Package](#step-1-install-the-package)
54
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
55
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
56
+ * [Step 4: Setup Permissions](#step-4-setup-permissions)
57
+ * [Changelog](#changelog)
58
+ * [Contributing](#contributing)
59
+ <!-- TOC -->
60
+
61
+
62
+ ## Installation
63
+
64
+ ### Step 1: Install the Package
65
+
66
+ Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
67
+
68
+ ```shell
69
+ pip install aa-fleetfinder
70
+ ```
71
+
72
+
73
+ ### Step 2: Configure Alliance Auth
74
+
75
+ This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
76
+
77
+ Configure your AA settings (`local.py`) as follows:
78
+
79
+ - Add `"fleetfinder",` to `INSTALLED_APPS`
80
+
81
+
82
+ ### Step 3: Finalizing the Installation
83
+
84
+ Run static files collection and migrations
85
+
86
+ ```shell
87
+ python manage.py collectstatic
88
+ python manage.py migrate
89
+ ```
90
+
91
+
92
+ ### Step 4: Setup Permissions
93
+
94
+ Now it's time to set up access permissions for your new Fleetfinder module.
95
+
96
+ | ID | Description | Notes |
97
+ |:----------------------|:-----------------------------------|:-------------------------------------------------------------------------------------------------------------|
98
+ | `access_fleetfinder` | Can access the Fleetfinder module | Your line members should have this permission, together with everyone you want to have access to he module. |
99
+ | `manage_fleets` | Can manage fleets | Everyone with this permission can open and edit fleets |
100
+
101
+
102
+ ## Changelog
103
+
104
+ See [CHANGELOG.md](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md)
105
+
106
+
107
+ ## Contributing
108
+
109
+ You want to contribute to this project? That's cool!
110
+
111
+ Please make sure to read the [Contribution Guidelines](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CONTRIBUTING.md) (I promise, it's not much,
112
+ just some basics)
@@ -19,6 +19,16 @@ fleetfinder/providers.py
19
19
  fleetfinder/tasks.py
20
20
  fleetfinder/urls.py
21
21
  fleetfinder/views.py
22
+ fleetfinder/locale/de/LC_MESSAGES/django.mo
23
+ fleetfinder/locale/de/LC_MESSAGES/django.po
24
+ fleetfinder/locale/es/LC_MESSAGES/django.po
25
+ fleetfinder/locale/fr_FR/LC_MESSAGES/django.po
26
+ fleetfinder/locale/it_IT/LC_MESSAGES/django.po
27
+ fleetfinder/locale/ja/LC_MESSAGES/django.po
28
+ fleetfinder/locale/ko_KR/LC_MESSAGES/django.po
29
+ fleetfinder/locale/ru/LC_MESSAGES/django.mo
30
+ fleetfinder/locale/ru/LC_MESSAGES/django.po
31
+ fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po
22
32
  fleetfinder/migrations/0001_initial.py
23
33
  fleetfinder/migrations/__init__.py
24
34
  fleetfinder/static/fleetfinder/css/aa-bootstrap-fix.css
@@ -3,6 +3,6 @@ Initialize the app
3
3
  """
4
4
 
5
5
  __title__ = "Fleet Finder"
6
- __version__ = "1.0.0-beta.1"
6
+ __version__ = "1.1.0"
7
7
 
8
8
  __verbose_name__ = "Fleet Finder for Alliance Auth"
@@ -0,0 +1,158 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: PACKAGE VERSION\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2023-04-12 08:35+0200\n"
10
+ "PO-Revision-Date: 2023-04-12 09:55+0000\n"
11
+ "Last-Translator: \"H. Peter Pfeufer\" <info@ppfeufer.de>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-fleetfinder/de/>\n"
14
+ "Language: de\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
+ "X-Generator: Weblate 4.16.4\n"
20
+
21
+ #: auth_hooks.py:25 templates/fleetfinder/base.html:5
22
+ msgid "Fleet Finder"
23
+ msgstr "Flottenfinder"
24
+
25
+ #: templates/fleetfinder/create-fleet.html:14
26
+ #: templates/fleetfinder/partials/header/header-navigation.html:18
27
+ #: templates/fleetfinder/create-fleet.html:5
28
+ msgid "Create Fleet"
29
+ msgstr "Flotte erstellen"
30
+
31
+ #: templates/fleetfinder/create-fleet.html:29
32
+ #: templates/fleetfinder/edit-fleet.html:27
33
+ msgid "Fleet Name"
34
+ msgstr "Flottenname"
35
+
36
+ #: templates/fleetfinder/create-fleet.html:38
37
+ #: templates/fleetfinder/edit-fleet.html:36
38
+ msgid "Select Groups"
39
+ msgstr "Gruppenauswahl"
40
+
41
+ #: templates/fleetfinder/create-fleet.html:40
42
+ #: templates/fleetfinder/edit-fleet.html:39
43
+ msgid ""
44
+ "Only selected groups will have access to the fleet. If no groups are "
45
+ "selected the fleet will be available to all of the authed groups."
46
+ msgstr ""
47
+ "Nur die ausgewählten Gruppen haben Zugriff zu dieser Flotte, Wenn keine "
48
+ "Gruppen ausgewählt sind ist die Flotte für alle verfügbar."
49
+
50
+ #: templates/fleetfinder/create-fleet.html:63
51
+ #: templates/fleetfinder/edit-fleet.html:58
52
+ msgid "Fleet MOTD"
53
+ msgstr "Flotten MOTD"
54
+
55
+ #: templates/fleetfinder/create-fleet.html:73
56
+ #: templates/fleetfinder/edit-fleet.html:68
57
+ msgid "Enable Free Move"
58
+ msgstr "Freie Bewegung aktiv"
59
+
60
+ #: templates/fleetfinder/create-fleet.html:75
61
+ #: templates/fleetfinder/edit-fleet.html:70
62
+ msgid "Submit"
63
+ msgstr "Absenden"
64
+
65
+ #: templates/fleetfinder/dashboard.html:9
66
+ #: templates/fleetfinder/partials/header/header-navigation.html:13
67
+ msgid "Available Fleets"
68
+ msgstr "Verfügbare Flotten"
69
+
70
+ #: templates/fleetfinder/dashboard.html:17
71
+ msgid "Fleet Commander"
72
+ msgstr "Flottenkommandant"
73
+
74
+ #: templates/fleetfinder/dashboard.html:18
75
+ #: templates/fleetfinder/fleet-details.html:44
76
+ msgid "Name"
77
+ msgstr "Name"
78
+
79
+ #: templates/fleetfinder/dashboard.html:19
80
+ msgid "Created At"
81
+ msgstr "Erstellt um"
82
+
83
+ #: templates/fleetfinder/dashboard.html:20
84
+ msgid "Join"
85
+ msgstr "Beitreten"
86
+
87
+ #: templates/fleetfinder/dashboard.html:23
88
+ msgid "Details"
89
+ msgstr "Details"
90
+
91
+ #: templates/fleetfinder/dashboard.html:24
92
+ msgid "Edit"
93
+ msgstr "Bearbeiten"
94
+
95
+ #: templates/fleetfinder/edit-fleet.html:5
96
+ #: templates/fleetfinder/edit-fleet.html:11
97
+ msgid "Edit Fleet"
98
+ msgstr "Flotte bearbeiten"
99
+
100
+ #: templates/fleetfinder/fleet-details.html:5
101
+ msgid "Fleet Details"
102
+ msgstr "Flottendetails"
103
+
104
+ #: templates/fleetfinder/fleet-details.html:13
105
+ msgid "Fleet Composition"
106
+ msgstr "Flottenzusammansetzung"
107
+
108
+ #: templates/fleetfinder/fleet-details.html:21
109
+ msgid "Ship Name"
110
+ msgstr "Schiffsname"
111
+
112
+ #: templates/fleetfinder/fleet-details.html:22
113
+ msgid "Quantity"
114
+ msgstr "Anzahl"
115
+
116
+ #: templates/fleetfinder/fleet-details.html:36
117
+ msgid "Fleet Members"
118
+ msgstr "Flottenmitglieder"
119
+
120
+ #: templates/fleetfinder/fleet-details.html:45
121
+ msgid "Ship type"
122
+ msgstr "Schiffstyp"
123
+
124
+ #: templates/fleetfinder/fleet-details.html:46
125
+ msgid "System"
126
+ msgstr "System"
127
+
128
+ #: templates/fleetfinder/join-fleet.html:5 views.py:79
129
+ msgid "Join Fleet"
130
+ msgstr "Flotte beitreten"
131
+
132
+ #: templates/fleetfinder/join-fleet.html:11
133
+ msgid "Fleet Invitation"
134
+ msgstr "Flotteneinladung"
135
+
136
+ #: templates/fleetfinder/join-fleet.html:21
137
+ msgid "Select the characters to invite"
138
+ msgstr "Wähle einzuladende Charaktere"
139
+
140
+ #: templates/fleetfinder/join-fleet.html:29
141
+ msgid "Send fleet invite(s)"
142
+ msgstr "Flotteneinladung(en) senden"
143
+
144
+ #: templates/fleetfinder/partials/header/header-navigation.html:7
145
+ msgid "Toggle navigation"
146
+ msgstr "Navigation umschalten"
147
+
148
+ #: views.py:92
149
+ msgid "View Fleet Details"
150
+ msgstr "Flottendetails anzeigen"
151
+
152
+ #: views.py:99
153
+ msgid "Edit Fleet Advert"
154
+ msgstr "Flottenanzeige bearbeiten"
155
+
156
+ #: views.py:248
157
+ msgid "<h4>Error!</h4><p>Fleet advert is no longer valid</p>"
158
+ msgstr "<h4>Fehler!</h4><p>Flottenanzeige ist nicht mehr gültig</p>"
@@ -0,0 +1,156 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-12 11:15+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+
21
+ #: auth_hooks.py:25 templates/fleetfinder/base.html:5
22
+ msgid "Fleet Finder"
23
+ msgstr ""
24
+
25
+ #: templates/fleetfinder/create-fleet.html:5
26
+ #: templates/fleetfinder/create-fleet.html:14
27
+ #: templates/fleetfinder/partials/header/header-navigation.html:18
28
+ msgid "Create Fleet"
29
+ msgstr ""
30
+
31
+ #: templates/fleetfinder/create-fleet.html:29
32
+ #: templates/fleetfinder/edit-fleet.html:27
33
+ msgid "Fleet Name"
34
+ msgstr ""
35
+
36
+ #: templates/fleetfinder/create-fleet.html:38
37
+ #: templates/fleetfinder/edit-fleet.html:36
38
+ msgid "Select Groups"
39
+ msgstr ""
40
+
41
+ #: templates/fleetfinder/create-fleet.html:40
42
+ #: templates/fleetfinder/edit-fleet.html:39
43
+ msgid ""
44
+ "Only selected groups will have access to the fleet. If no groups are "
45
+ "selected the fleet will be available to all of the authed groups."
46
+ msgstr ""
47
+
48
+ #: templates/fleetfinder/create-fleet.html:63
49
+ #: templates/fleetfinder/edit-fleet.html:58
50
+ msgid "Fleet MOTD"
51
+ msgstr ""
52
+
53
+ #: templates/fleetfinder/create-fleet.html:73
54
+ #: templates/fleetfinder/edit-fleet.html:68
55
+ msgid "Enable Free Move"
56
+ msgstr ""
57
+
58
+ #: templates/fleetfinder/create-fleet.html:75
59
+ #: templates/fleetfinder/edit-fleet.html:70
60
+ msgid "Submit"
61
+ msgstr ""
62
+
63
+ #: templates/fleetfinder/dashboard.html:9
64
+ #: templates/fleetfinder/partials/header/header-navigation.html:13
65
+ msgid "Available Fleets"
66
+ msgstr ""
67
+
68
+ #: templates/fleetfinder/dashboard.html:17
69
+ msgid "Fleet Commander"
70
+ msgstr ""
71
+
72
+ #: templates/fleetfinder/dashboard.html:18
73
+ #: templates/fleetfinder/fleet-details.html:44
74
+ msgid "Name"
75
+ msgstr ""
76
+
77
+ #: templates/fleetfinder/dashboard.html:19
78
+ msgid "Created At"
79
+ msgstr ""
80
+
81
+ #: templates/fleetfinder/dashboard.html:20
82
+ msgid "Join"
83
+ msgstr ""
84
+
85
+ #: templates/fleetfinder/dashboard.html:23
86
+ msgid "Details"
87
+ msgstr ""
88
+
89
+ #: templates/fleetfinder/dashboard.html:24
90
+ msgid "Edit"
91
+ msgstr ""
92
+
93
+ #: templates/fleetfinder/edit-fleet.html:5
94
+ #: templates/fleetfinder/edit-fleet.html:11
95
+ msgid "Edit Fleet"
96
+ msgstr ""
97
+
98
+ #: templates/fleetfinder/fleet-details.html:5
99
+ msgid "Fleet Details"
100
+ msgstr ""
101
+
102
+ #: templates/fleetfinder/fleet-details.html:13
103
+ msgid "Fleet Composition"
104
+ msgstr ""
105
+
106
+ #: templates/fleetfinder/fleet-details.html:21
107
+ msgid "Ship Name"
108
+ msgstr ""
109
+
110
+ #: templates/fleetfinder/fleet-details.html:22
111
+ msgid "Quantity"
112
+ msgstr ""
113
+
114
+ #: templates/fleetfinder/fleet-details.html:36
115
+ msgid "Fleet Members"
116
+ msgstr ""
117
+
118
+ #: templates/fleetfinder/fleet-details.html:45
119
+ msgid "Ship type"
120
+ msgstr ""
121
+
122
+ #: templates/fleetfinder/fleet-details.html:46
123
+ msgid "System"
124
+ msgstr ""
125
+
126
+ #: templates/fleetfinder/join-fleet.html:5 views.py:79
127
+ msgid "Join Fleet"
128
+ msgstr ""
129
+
130
+ #: templates/fleetfinder/join-fleet.html:11
131
+ msgid "Fleet Invitation"
132
+ msgstr ""
133
+
134
+ #: templates/fleetfinder/join-fleet.html:21
135
+ msgid "Select the characters to invite"
136
+ msgstr ""
137
+
138
+ #: templates/fleetfinder/join-fleet.html:29
139
+ msgid "Send fleet invite(s)"
140
+ msgstr ""
141
+
142
+ #: templates/fleetfinder/partials/header/header-navigation.html:7
143
+ msgid "Toggle navigation"
144
+ msgstr ""
145
+
146
+ #: views.py:92
147
+ msgid "View Fleet Details"
148
+ msgstr ""
149
+
150
+ #: views.py:99
151
+ msgid "Edit Fleet Advert"
152
+ msgstr ""
153
+
154
+ #: views.py:248
155
+ msgid "<h4>Error!</h4><p>Fleet advert is no longer valid</p>"
156
+ msgstr ""