aa-mumble-quick-connect 0.0.3__py3-none-any.whl → 0.0.5__py3-none-any.whl

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.
Files changed (42) hide show
  1. aa_mumble_quick_connect/__init__.py +1 -1
  2. aa_mumble_quick_connect/admin.py +1 -1
  3. aa_mumble_quick_connect/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  4. aa_mumble_quick_connect/locale/cs_CZ/LC_MESSAGES/django.po +38 -19
  5. aa_mumble_quick_connect/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_mumble_quick_connect/locale/de/LC_MESSAGES/django.po +32 -12
  7. aa_mumble_quick_connect/locale/django.pot +38 -12
  8. aa_mumble_quick_connect/locale/es/LC_MESSAGES/django.mo +0 -0
  9. aa_mumble_quick_connect/locale/es/LC_MESSAGES/django.po +38 -19
  10. aa_mumble_quick_connect/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_mumble_quick_connect/locale/fr_FR/LC_MESSAGES/django.po +38 -19
  12. aa_mumble_quick_connect/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  13. aa_mumble_quick_connect/locale/it_IT/LC_MESSAGES/django.po +38 -19
  14. aa_mumble_quick_connect/locale/ja/LC_MESSAGES/django.mo +0 -0
  15. aa_mumble_quick_connect/locale/ja/LC_MESSAGES/django.po +38 -19
  16. aa_mumble_quick_connect/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  17. aa_mumble_quick_connect/locale/ko_KR/LC_MESSAGES/django.po +38 -19
  18. aa_mumble_quick_connect/locale/nl_NL/LC_MESSAGES/django.po +31 -11
  19. aa_mumble_quick_connect/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  20. aa_mumble_quick_connect/locale/pl_PL/LC_MESSAGES/django.po +37 -18
  21. aa_mumble_quick_connect/locale/ru/LC_MESSAGES/django.mo +0 -0
  22. aa_mumble_quick_connect/locale/ru/LC_MESSAGES/django.po +38 -19
  23. aa_mumble_quick_connect/locale/sk/LC_MESSAGES/django.po +31 -11
  24. aa_mumble_quick_connect/locale/uk/LC_MESSAGES/django.mo +0 -0
  25. aa_mumble_quick_connect/locale/uk/LC_MESSAGES/django.po +37 -18
  26. aa_mumble_quick_connect/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  27. aa_mumble_quick_connect/locale/zh_Hans/LC_MESSAGES/django.po +38 -19
  28. aa_mumble_quick_connect/migrations/0002_mumblelink_disable_url_verification.py +28 -0
  29. aa_mumble_quick_connect/models.py +66 -12
  30. aa_mumble_quick_connect/templates/aa_mumble_quick_connect/base.html +6 -1
  31. aa_mumble_quick_connect/templates/aa_mumble_quick_connect/index.html +3 -6
  32. aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-in-sections.html +3 -3
  33. aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html +3 -3
  34. aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html +11 -0
  35. aa_mumble_quick_connect/tests/test_models.py +115 -3
  36. aa_mumble_quick_connect/urls.py +1 -0
  37. aa_mumble_quick_connect/views.py +9 -3
  38. {aa_mumble_quick_connect-0.0.3.dist-info → aa_mumble_quick_connect-0.0.5.dist-info}/METADATA +2 -2
  39. aa_mumble_quick_connect-0.0.5.dist-info/RECORD +55 -0
  40. aa_mumble_quick_connect-0.0.3.dist-info/RECORD +0 -43
  41. {aa_mumble_quick_connect-0.0.3.dist-info → aa_mumble_quick_connect-0.0.5.dist-info}/WHEEL +0 -0
  42. {aa_mumble_quick_connect-0.0.3.dist-info → aa_mumble_quick_connect-0.0.5.dist-info}/licenses/LICENSE +0 -0
@@ -2,5 +2,5 @@
2
2
  Initialize the app
3
3
  """
4
4
 
5
- __version__ = "0.0.3"
5
+ __version__ = "0.0.5"
6
6
  __title__ = "AA Mumble Quick Connect"
@@ -25,5 +25,5 @@ class MumbleLinkAdmin(admin.ModelAdmin):
25
25
  MumbleLinkAdmin
26
26
  """
27
27
 
28
- list_display = ("name", "url", "section")
28
+ list_display = ("name", "section", "url", "disable_url_verification")
29
29
  ordering = ("section", "name")
@@ -1,22 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2025.
7
5
  msgid ""
8
6
  msgstr ""
9
7
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
10
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-mumble-quick-connect/issues\n"
11
- "POT-Creation-Date: 2025-02-13 12:23+0100\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"
9
+ "POT-Creation-Date: 2025-02-14 09:35+0100\n"
10
+ "PO-Revision-Date: 2025-02-13 22:07+0000\n"
11
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/cs/>\n"
13
+ "Language: cs_CZ\n"
16
14
  "MIME-Version: 1.0\n"
17
15
  "Content-Type: text/plain; charset=UTF-8\n"
18
16
  "Content-Transfer-Encoding: 8bit\n"
19
17
  "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"
18
+ "X-Generator: Weblate 5.9.2\n"
20
19
 
21
20
  #: aa_mumble_quick_connect/auth_hooks.py:26
22
21
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/base.html:6
@@ -25,43 +24,55 @@ msgid "Mumble Quick Connect"
25
24
  msgstr ""
26
25
 
27
26
  #: aa_mumble_quick_connect/models.py:26
27
+ msgid "The Mumble channel URL must start with \"mumble://\""
28
+ msgstr ""
29
+
30
+ #: aa_mumble_quick_connect/models.py:36
28
31
  #, python-brace-format
29
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
32
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
30
33
  msgstr ""
31
34
 
32
- #: aa_mumble_quick_connect/models.py:44
35
+ #: aa_mumble_quick_connect/models.py:56
33
36
  msgid "Can access this app"
34
- msgstr ""
37
+ msgstr "Má přístup k této aplikaci"
35
38
 
36
- #: aa_mumble_quick_connect/models.py:53
39
+ #: aa_mumble_quick_connect/models.py:65
37
40
  msgid "Name of the section"
38
41
  msgstr ""
39
42
 
40
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
43
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
41
44
  msgid "Section"
42
45
  msgstr ""
43
46
 
44
- #: aa_mumble_quick_connect/models.py:63
47
+ #: aa_mumble_quick_connect/models.py:75
45
48
  msgid "Sections"
46
49
  msgstr ""
47
50
 
48
- #: aa_mumble_quick_connect/models.py:81
51
+ #: aa_mumble_quick_connect/models.py:100
49
52
  msgid "Section the Mumble channel belongs to. (Optional)"
50
53
  msgstr ""
51
54
 
52
- #: aa_mumble_quick_connect/models.py:83
55
+ #: aa_mumble_quick_connect/models.py:102
53
56
  msgid "Name of the Mumble channel"
54
57
  msgstr ""
55
58
 
56
- #: aa_mumble_quick_connect/models.py:87
59
+ #: aa_mumble_quick_connect/models.py:105
57
60
  msgid "URL to the channel"
58
61
  msgstr ""
59
62
 
60
- #: aa_mumble_quick_connect/models.py:96
63
+ #: aa_mumble_quick_connect/models.py:109
64
+ msgid "Disable Mumble channel URL verification"
65
+ msgstr ""
66
+
67
+ #: aa_mumble_quick_connect/models.py:111
68
+ msgid "If checked, the Mumble channel URL will not be verified against what is configured for this Auth instance when saving the link. Only use this if you are sure the URL is correct and the Mumble server is controlled by this Auth instance."
69
+ msgstr ""
70
+
71
+ #: aa_mumble_quick_connect/models.py:124
61
72
  msgid "Mumble Link"
62
73
  msgstr ""
63
74
 
64
- #: aa_mumble_quick_connect/models.py:97
75
+ #: aa_mumble_quick_connect/models.py:125
65
76
  msgid "Mumble Links"
66
77
  msgstr ""
67
78
 
@@ -76,3 +87,11 @@ msgstr ""
76
87
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
77
88
  msgid "Uncategorized"
78
89
  msgstr ""
90
+
91
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
92
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
93
+ msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit současný překlad?"
94
+
95
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
96
+ msgid "Join our team of translators!"
97
+ msgstr "Připoj se k našemu týmu překladatelů!"
@@ -6,8 +6,8 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-mumble-quick-connect/issues\n"
9
- "POT-Creation-Date: 2025-02-13 12:23+0100\n"
10
- "PO-Revision-Date: 2025-02-13 11:37+0000\n"
9
+ "POT-Creation-Date: 2025-02-14 09:35+0100\n"
10
+ "PO-Revision-Date: 2025-02-14 08:42+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/de/>\n"
13
13
  "Language: de\n"
@@ -24,43 +24,55 @@ msgid "Mumble Quick Connect"
24
24
  msgstr "Mumble Schnellverbindung"
25
25
 
26
26
  #: aa_mumble_quick_connect/models.py:26
27
+ msgid "The Mumble channel URL must start with \"mumble://\""
28
+ msgstr "Die Mumble-Kanal-URL muss mit „mumble://“ beginnen"
29
+
30
+ #: aa_mumble_quick_connect/models.py:36
27
31
  #, python-brace-format
28
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
32
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
29
33
  msgstr "Die Mumble-Kanal-URL muss mit „{mumble_base_url}“ beginnen"
30
34
 
31
- #: aa_mumble_quick_connect/models.py:44
35
+ #: aa_mumble_quick_connect/models.py:56
32
36
  msgid "Can access this app"
33
37
  msgstr "Kann auf diese App zugreifen"
34
38
 
35
- #: aa_mumble_quick_connect/models.py:53
39
+ #: aa_mumble_quick_connect/models.py:65
36
40
  msgid "Name of the section"
37
41
  msgstr "Name der Sektion"
38
42
 
39
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
43
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
40
44
  msgid "Section"
41
45
  msgstr "Sektion"
42
46
 
43
- #: aa_mumble_quick_connect/models.py:63
47
+ #: aa_mumble_quick_connect/models.py:75
44
48
  msgid "Sections"
45
49
  msgstr "Sektionen"
46
50
 
47
- #: aa_mumble_quick_connect/models.py:81
51
+ #: aa_mumble_quick_connect/models.py:100
48
52
  msgid "Section the Mumble channel belongs to. (Optional)"
49
53
  msgstr "Abschnitt, zu dem der Mumble-Kanal gehört. (Optional)"
50
54
 
51
- #: aa_mumble_quick_connect/models.py:83
55
+ #: aa_mumble_quick_connect/models.py:102
52
56
  msgid "Name of the Mumble channel"
53
57
  msgstr "Name des Mumble-Kanals"
54
58
 
55
- #: aa_mumble_quick_connect/models.py:87
59
+ #: aa_mumble_quick_connect/models.py:105
56
60
  msgid "URL to the channel"
57
61
  msgstr "URL zum Kanal"
58
62
 
59
- #: aa_mumble_quick_connect/models.py:96
63
+ #: aa_mumble_quick_connect/models.py:109
64
+ msgid "Disable Mumble channel URL verification"
65
+ msgstr "Verifizierung der Mumble-Kanal-URL deaktivieren"
66
+
67
+ #: aa_mumble_quick_connect/models.py:111
68
+ msgid "If checked, the Mumble channel URL will not be verified against what is configured for this Auth instance when saving the link. Only use this if you are sure the URL is correct and the Mumble server is controlled by this Auth instance."
69
+ msgstr "Wenn diese Option aktiviert ist, wird die Mumble-Kanal-URL beim Speichern des Links nicht mit der für diese Auth Instanz konfigurierten URL verglichen. Verwende diese Option nur, wenn Du sicher bist, dass die URL korrekt ist und der Mumble-Server von dieser Auth Instanz gesteuert wird."
70
+
71
+ #: aa_mumble_quick_connect/models.py:124
60
72
  msgid "Mumble Link"
61
73
  msgstr "Mumble Link"
62
74
 
63
- #: aa_mumble_quick_connect/models.py:97
75
+ #: aa_mumble_quick_connect/models.py:125
64
76
  msgid "Mumble Links"
65
77
  msgstr "Mumble Links"
66
78
 
@@ -75,3 +87,11 @@ msgstr "Mumble Service ist nicht installiert!"
75
87
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
76
88
  msgid "Uncategorized"
77
89
  msgstr "Unkategorisiert"
90
+
91
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
92
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
93
+ msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die bestehende Übersetzung verbessern?"
94
+
95
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
96
+ msgid "Join our team of translators!"
97
+ msgstr "Tritt unserm Team von Übersetzern bei!"
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Mumble Quick Connect 0.0.3\n"
9
+ "Project-Id-Version: AA Mumble Quick Connect 0.0.5\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-mumble-quick-connect/issues\n"
11
- "POT-Creation-Date: 2025-02-13 14:42+0100\n"
11
+ "POT-Creation-Date: 2025-02-14 09:46+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,43 +24,59 @@ msgid "Mumble Quick Connect"
24
24
  msgstr ""
25
25
 
26
26
  #: aa_mumble_quick_connect/models.py:26
27
+ msgid "The Mumble channel URL must start with \"mumble://\""
28
+ msgstr ""
29
+
30
+ #: aa_mumble_quick_connect/models.py:36
27
31
  #, python-brace-format
28
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
32
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
29
33
  msgstr ""
30
34
 
31
- #: aa_mumble_quick_connect/models.py:44
35
+ #: aa_mumble_quick_connect/models.py:56
32
36
  msgid "Can access this app"
33
37
  msgstr ""
34
38
 
35
- #: aa_mumble_quick_connect/models.py:53
39
+ #: aa_mumble_quick_connect/models.py:65
36
40
  msgid "Name of the section"
37
41
  msgstr ""
38
42
 
39
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
43
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
40
44
  msgid "Section"
41
45
  msgstr ""
42
46
 
43
- #: aa_mumble_quick_connect/models.py:63
47
+ #: aa_mumble_quick_connect/models.py:75
44
48
  msgid "Sections"
45
49
  msgstr ""
46
50
 
47
- #: aa_mumble_quick_connect/models.py:81
51
+ #: aa_mumble_quick_connect/models.py:100
48
52
  msgid "Section the Mumble channel belongs to. (Optional)"
49
53
  msgstr ""
50
54
 
51
- #: aa_mumble_quick_connect/models.py:83
55
+ #: aa_mumble_quick_connect/models.py:102
52
56
  msgid "Name of the Mumble channel"
53
57
  msgstr ""
54
58
 
55
- #: aa_mumble_quick_connect/models.py:87
59
+ #: aa_mumble_quick_connect/models.py:105
56
60
  msgid "URL to the channel"
57
61
  msgstr ""
58
62
 
59
- #: aa_mumble_quick_connect/models.py:96
63
+ #: aa_mumble_quick_connect/models.py:109
64
+ msgid "Disable Mumble channel URL verification"
65
+ msgstr ""
66
+
67
+ #: aa_mumble_quick_connect/models.py:111
68
+ msgid ""
69
+ "If checked, the Mumble channel URL will not be verified against what is "
70
+ "configured for this Auth instance when saving the link. Only use this if you "
71
+ "are sure the URL is correct and the Mumble server is controlled by this Auth "
72
+ "instance."
73
+ msgstr ""
74
+
75
+ #: aa_mumble_quick_connect/models.py:124
60
76
  msgid "Mumble Link"
61
77
  msgstr ""
62
78
 
63
- #: aa_mumble_quick_connect/models.py:97
79
+ #: aa_mumble_quick_connect/models.py:125
64
80
  msgid "Mumble Links"
65
81
  msgstr ""
66
82
 
@@ -77,3 +93,13 @@ msgstr ""
77
93
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
78
94
  msgid "Uncategorized"
79
95
  msgstr ""
96
+
97
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
98
+ msgid ""
99
+ "Do you want to help translate this app into your language or improve the "
100
+ "existing translation?"
101
+ msgstr ""
102
+
103
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
104
+ msgid "Join our team of translators!"
105
+ msgstr ""
@@ -1,22 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2025.
7
5
  msgid ""
8
6
  msgstr ""
9
7
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
10
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-mumble-quick-connect/issues\n"
11
- "POT-Creation-Date: 2025-02-13 12:23+0100\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"
9
+ "POT-Creation-Date: 2025-02-14 09:35+0100\n"
10
+ "PO-Revision-Date: 2025-02-13 22:08+0000\n"
11
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/es/>\n"
13
+ "Language: es\n"
16
14
  "MIME-Version: 1.0\n"
17
15
  "Content-Type: text/plain; charset=UTF-8\n"
18
16
  "Content-Transfer-Encoding: 8bit\n"
19
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Generator: Weblate 5.9.2\n"
20
19
 
21
20
  #: aa_mumble_quick_connect/auth_hooks.py:26
22
21
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/base.html:6
@@ -25,43 +24,55 @@ msgid "Mumble Quick Connect"
25
24
  msgstr ""
26
25
 
27
26
  #: aa_mumble_quick_connect/models.py:26
27
+ msgid "The Mumble channel URL must start with \"mumble://\""
28
+ msgstr ""
29
+
30
+ #: aa_mumble_quick_connect/models.py:36
28
31
  #, python-brace-format
29
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
32
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
30
33
  msgstr ""
31
34
 
32
- #: aa_mumble_quick_connect/models.py:44
35
+ #: aa_mumble_quick_connect/models.py:56
33
36
  msgid "Can access this app"
34
- msgstr ""
37
+ msgstr "Puede acceder esta aplicacion"
35
38
 
36
- #: aa_mumble_quick_connect/models.py:53
39
+ #: aa_mumble_quick_connect/models.py:65
37
40
  msgid "Name of the section"
38
41
  msgstr ""
39
42
 
40
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
43
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
41
44
  msgid "Section"
42
45
  msgstr ""
43
46
 
44
- #: aa_mumble_quick_connect/models.py:63
47
+ #: aa_mumble_quick_connect/models.py:75
45
48
  msgid "Sections"
46
49
  msgstr ""
47
50
 
48
- #: aa_mumble_quick_connect/models.py:81
51
+ #: aa_mumble_quick_connect/models.py:100
49
52
  msgid "Section the Mumble channel belongs to. (Optional)"
50
53
  msgstr ""
51
54
 
52
- #: aa_mumble_quick_connect/models.py:83
55
+ #: aa_mumble_quick_connect/models.py:102
53
56
  msgid "Name of the Mumble channel"
54
57
  msgstr ""
55
58
 
56
- #: aa_mumble_quick_connect/models.py:87
59
+ #: aa_mumble_quick_connect/models.py:105
57
60
  msgid "URL to the channel"
58
61
  msgstr ""
59
62
 
60
- #: aa_mumble_quick_connect/models.py:96
63
+ #: aa_mumble_quick_connect/models.py:109
64
+ msgid "Disable Mumble channel URL verification"
65
+ msgstr ""
66
+
67
+ #: aa_mumble_quick_connect/models.py:111
68
+ msgid "If checked, the Mumble channel URL will not be verified against what is configured for this Auth instance when saving the link. Only use this if you are sure the URL is correct and the Mumble server is controlled by this Auth instance."
69
+ msgstr ""
70
+
71
+ #: aa_mumble_quick_connect/models.py:124
61
72
  msgid "Mumble Link"
62
73
  msgstr ""
63
74
 
64
- #: aa_mumble_quick_connect/models.py:97
75
+ #: aa_mumble_quick_connect/models.py:125
65
76
  msgid "Mumble Links"
66
77
  msgstr ""
67
78
 
@@ -76,3 +87,11 @@ msgstr ""
76
87
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
77
88
  msgid "Uncategorized"
78
89
  msgstr ""
90
+
91
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
92
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
93
+ msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la traducción existente?"
94
+
95
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
96
+ msgid "Join our team of translators!"
97
+ msgstr "¡Únete a nuestro equipo de traductores!"
@@ -1,22 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2025.
7
5
  msgid ""
8
6
  msgstr ""
9
7
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
10
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-mumble-quick-connect/issues\n"
11
- "POT-Creation-Date: 2025-02-13 12:23+0100\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"
9
+ "POT-Creation-Date: 2025-02-14 09:35+0100\n"
10
+ "PO-Revision-Date: 2025-02-13 22:08+0000\n"
11
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/fr/>\n"
13
+ "Language: fr_FR\n"
16
14
  "MIME-Version: 1.0\n"
17
15
  "Content-Type: text/plain; charset=UTF-8\n"
18
16
  "Content-Transfer-Encoding: 8bit\n"
19
17
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
18
+ "X-Generator: Weblate 5.9.2\n"
20
19
 
21
20
  #: aa_mumble_quick_connect/auth_hooks.py:26
22
21
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/base.html:6
@@ -25,43 +24,55 @@ msgid "Mumble Quick Connect"
25
24
  msgstr ""
26
25
 
27
26
  #: aa_mumble_quick_connect/models.py:26
27
+ msgid "The Mumble channel URL must start with \"mumble://\""
28
+ msgstr ""
29
+
30
+ #: aa_mumble_quick_connect/models.py:36
28
31
  #, python-brace-format
29
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
32
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
30
33
  msgstr ""
31
34
 
32
- #: aa_mumble_quick_connect/models.py:44
35
+ #: aa_mumble_quick_connect/models.py:56
33
36
  msgid "Can access this app"
34
- msgstr ""
37
+ msgstr "Peut accéder à cette application"
35
38
 
36
- #: aa_mumble_quick_connect/models.py:53
39
+ #: aa_mumble_quick_connect/models.py:65
37
40
  msgid "Name of the section"
38
41
  msgstr ""
39
42
 
40
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
43
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
41
44
  msgid "Section"
42
45
  msgstr ""
43
46
 
44
- #: aa_mumble_quick_connect/models.py:63
47
+ #: aa_mumble_quick_connect/models.py:75
45
48
  msgid "Sections"
46
49
  msgstr ""
47
50
 
48
- #: aa_mumble_quick_connect/models.py:81
51
+ #: aa_mumble_quick_connect/models.py:100
49
52
  msgid "Section the Mumble channel belongs to. (Optional)"
50
53
  msgstr ""
51
54
 
52
- #: aa_mumble_quick_connect/models.py:83
55
+ #: aa_mumble_quick_connect/models.py:102
53
56
  msgid "Name of the Mumble channel"
54
57
  msgstr ""
55
58
 
56
- #: aa_mumble_quick_connect/models.py:87
59
+ #: aa_mumble_quick_connect/models.py:105
57
60
  msgid "URL to the channel"
58
61
  msgstr ""
59
62
 
60
- #: aa_mumble_quick_connect/models.py:96
63
+ #: aa_mumble_quick_connect/models.py:109
64
+ msgid "Disable Mumble channel URL verification"
65
+ msgstr ""
66
+
67
+ #: aa_mumble_quick_connect/models.py:111
68
+ msgid "If checked, the Mumble channel URL will not be verified against what is configured for this Auth instance when saving the link. Only use this if you are sure the URL is correct and the Mumble server is controlled by this Auth instance."
69
+ msgstr ""
70
+
71
+ #: aa_mumble_quick_connect/models.py:124
61
72
  msgid "Mumble Link"
62
73
  msgstr ""
63
74
 
64
- #: aa_mumble_quick_connect/models.py:97
75
+ #: aa_mumble_quick_connect/models.py:125
65
76
  msgid "Mumble Links"
66
77
  msgstr ""
67
78
 
@@ -76,3 +87,11 @@ msgstr ""
76
87
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
77
88
  msgid "Uncategorized"
78
89
  msgstr ""
90
+
91
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
92
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
93
+ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou améliorer la traduction existante ?"
94
+
95
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
96
+ msgid "Join our team of translators!"
97
+ msgstr "Rejoignez notre équipe de traducteurs !"
@@ -1,22 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2025.
7
5
  msgid ""
8
6
  msgstr ""
9
7
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
10
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-mumble-quick-connect/issues\n"
11
- "POT-Creation-Date: 2025-02-13 12:23+0100\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"
9
+ "POT-Creation-Date: 2025-02-14 09:35+0100\n"
10
+ "PO-Revision-Date: 2025-02-13 22:08+0000\n"
11
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/it/>\n"
13
+ "Language: it_IT\n"
16
14
  "MIME-Version: 1.0\n"
17
15
  "Content-Type: text/plain; charset=UTF-8\n"
18
16
  "Content-Transfer-Encoding: 8bit\n"
19
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Generator: Weblate 5.9.2\n"
20
19
 
21
20
  #: aa_mumble_quick_connect/auth_hooks.py:26
22
21
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/base.html:6
@@ -25,43 +24,55 @@ msgid "Mumble Quick Connect"
25
24
  msgstr ""
26
25
 
27
26
  #: aa_mumble_quick_connect/models.py:26
27
+ msgid "The Mumble channel URL must start with \"mumble://\""
28
+ msgstr ""
29
+
30
+ #: aa_mumble_quick_connect/models.py:36
28
31
  #, python-brace-format
29
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
32
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
30
33
  msgstr ""
31
34
 
32
- #: aa_mumble_quick_connect/models.py:44
35
+ #: aa_mumble_quick_connect/models.py:56
33
36
  msgid "Can access this app"
34
- msgstr ""
37
+ msgstr "Ha accesso a questa applicazione"
35
38
 
36
- #: aa_mumble_quick_connect/models.py:53
39
+ #: aa_mumble_quick_connect/models.py:65
37
40
  msgid "Name of the section"
38
41
  msgstr ""
39
42
 
40
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
43
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
41
44
  msgid "Section"
42
45
  msgstr ""
43
46
 
44
- #: aa_mumble_quick_connect/models.py:63
47
+ #: aa_mumble_quick_connect/models.py:75
45
48
  msgid "Sections"
46
49
  msgstr ""
47
50
 
48
- #: aa_mumble_quick_connect/models.py:81
51
+ #: aa_mumble_quick_connect/models.py:100
49
52
  msgid "Section the Mumble channel belongs to. (Optional)"
50
53
  msgstr ""
51
54
 
52
- #: aa_mumble_quick_connect/models.py:83
55
+ #: aa_mumble_quick_connect/models.py:102
53
56
  msgid "Name of the Mumble channel"
54
57
  msgstr ""
55
58
 
56
- #: aa_mumble_quick_connect/models.py:87
59
+ #: aa_mumble_quick_connect/models.py:105
57
60
  msgid "URL to the channel"
58
61
  msgstr ""
59
62
 
60
- #: aa_mumble_quick_connect/models.py:96
63
+ #: aa_mumble_quick_connect/models.py:109
64
+ msgid "Disable Mumble channel URL verification"
65
+ msgstr ""
66
+
67
+ #: aa_mumble_quick_connect/models.py:111
68
+ msgid "If checked, the Mumble channel URL will not be verified against what is configured for this Auth instance when saving the link. Only use this if you are sure the URL is correct and the Mumble server is controlled by this Auth instance."
69
+ msgstr ""
70
+
71
+ #: aa_mumble_quick_connect/models.py:124
61
72
  msgid "Mumble Link"
62
73
  msgstr ""
63
74
 
64
- #: aa_mumble_quick_connect/models.py:97
75
+ #: aa_mumble_quick_connect/models.py:125
65
76
  msgid "Mumble Links"
66
77
  msgstr ""
67
78
 
@@ -76,3 +87,11 @@ msgstr ""
76
87
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
77
88
  msgid "Uncategorized"
78
89
  msgstr ""
90
+
91
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
92
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
93
+ msgstr ""
94
+
95
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
96
+ msgid "Join our team of translators!"
97
+ msgstr ""