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
@@ -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: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/ja/>\n"
13
+ "Language: ja\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=1; plural=0;\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 "このアプリにアクセス可能です"
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 ""
@@ -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: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/ko/>\n"
13
+ "Language: ko_KR\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=1; plural=0;\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 "서비스에 접근할 수 있습니다"
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 "번역가 팀에 참여하세요!"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
10
10
  "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"
11
+ "POT-Creation-Date: 2025-02-14 09:35+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"
@@ -25,43 +25,55 @@ msgid "Mumble Quick Connect"
25
25
  msgstr ""
26
26
 
27
27
  #: aa_mumble_quick_connect/models.py:26
28
+ msgid "The Mumble channel URL must start with \"mumble://\""
29
+ msgstr ""
30
+
31
+ #: aa_mumble_quick_connect/models.py:36
28
32
  #, python-brace-format
29
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
33
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
30
34
  msgstr ""
31
35
 
32
- #: aa_mumble_quick_connect/models.py:44
36
+ #: aa_mumble_quick_connect/models.py:56
33
37
  msgid "Can access this app"
34
38
  msgstr ""
35
39
 
36
- #: aa_mumble_quick_connect/models.py:53
40
+ #: aa_mumble_quick_connect/models.py:65
37
41
  msgid "Name of the section"
38
42
  msgstr ""
39
43
 
40
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
44
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
41
45
  msgid "Section"
42
46
  msgstr ""
43
47
 
44
- #: aa_mumble_quick_connect/models.py:63
48
+ #: aa_mumble_quick_connect/models.py:75
45
49
  msgid "Sections"
46
50
  msgstr ""
47
51
 
48
- #: aa_mumble_quick_connect/models.py:81
52
+ #: aa_mumble_quick_connect/models.py:100
49
53
  msgid "Section the Mumble channel belongs to. (Optional)"
50
54
  msgstr ""
51
55
 
52
- #: aa_mumble_quick_connect/models.py:83
56
+ #: aa_mumble_quick_connect/models.py:102
53
57
  msgid "Name of the Mumble channel"
54
58
  msgstr ""
55
59
 
56
- #: aa_mumble_quick_connect/models.py:87
60
+ #: aa_mumble_quick_connect/models.py:105
57
61
  msgid "URL to the channel"
58
62
  msgstr ""
59
63
 
60
- #: aa_mumble_quick_connect/models.py:96
64
+ #: aa_mumble_quick_connect/models.py:109
65
+ msgid "Disable Mumble channel URL verification"
66
+ msgstr ""
67
+
68
+ #: aa_mumble_quick_connect/models.py:111
69
+ 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."
70
+ msgstr ""
71
+
72
+ #: aa_mumble_quick_connect/models.py:124
61
73
  msgid "Mumble Link"
62
74
  msgstr ""
63
75
 
64
- #: aa_mumble_quick_connect/models.py:97
76
+ #: aa_mumble_quick_connect/models.py:125
65
77
  msgid "Mumble Links"
66
78
  msgstr ""
67
79
 
@@ -76,3 +88,11 @@ msgstr ""
76
88
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
77
89
  msgid "Uncategorized"
78
90
  msgstr ""
91
+
92
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
93
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
94
+ msgstr ""
95
+
96
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
97
+ msgid "Join our team of translators!"
98
+ 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: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/pl/>\n"
13
+ "Language: pl_PL\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=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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
37
  msgstr ""
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 "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne tłumaczenia?"
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 "Dołącz do naszego zespołu tłumaczy!"
@@ -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: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-mumble-quick-connect/ru/>\n"
13
+ "Language: ru\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 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 "Имеет доступ к приложению"
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 "Присоединяйтесь к нашей команде переводчиков!"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Mumble Quick Connect 0.0.1\n"
10
10
  "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"
11
+ "POT-Creation-Date: 2025-02-14 09:35+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"
@@ -25,43 +25,55 @@ msgid "Mumble Quick Connect"
25
25
  msgstr ""
26
26
 
27
27
  #: aa_mumble_quick_connect/models.py:26
28
+ msgid "The Mumble channel URL must start with \"mumble://\""
29
+ msgstr ""
30
+
31
+ #: aa_mumble_quick_connect/models.py:36
28
32
  #, python-brace-format
29
- msgid "The Mumble channel URL must start with '{mumble_base_url}'"
33
+ msgid "The Mumble channel URL must start with \"{mumble_base_url}\""
30
34
  msgstr ""
31
35
 
32
- #: aa_mumble_quick_connect/models.py:44
36
+ #: aa_mumble_quick_connect/models.py:56
33
37
  msgid "Can access this app"
34
38
  msgstr ""
35
39
 
36
- #: aa_mumble_quick_connect/models.py:53
40
+ #: aa_mumble_quick_connect/models.py:65
37
41
  msgid "Name of the section"
38
42
  msgstr ""
39
43
 
40
- #: aa_mumble_quick_connect/models.py:62 aa_mumble_quick_connect/models.py:78
44
+ #: aa_mumble_quick_connect/models.py:74 aa_mumble_quick_connect/models.py:97
41
45
  msgid "Section"
42
46
  msgstr ""
43
47
 
44
- #: aa_mumble_quick_connect/models.py:63
48
+ #: aa_mumble_quick_connect/models.py:75
45
49
  msgid "Sections"
46
50
  msgstr ""
47
51
 
48
- #: aa_mumble_quick_connect/models.py:81
52
+ #: aa_mumble_quick_connect/models.py:100
49
53
  msgid "Section the Mumble channel belongs to. (Optional)"
50
54
  msgstr ""
51
55
 
52
- #: aa_mumble_quick_connect/models.py:83
56
+ #: aa_mumble_quick_connect/models.py:102
53
57
  msgid "Name of the Mumble channel"
54
58
  msgstr ""
55
59
 
56
- #: aa_mumble_quick_connect/models.py:87
60
+ #: aa_mumble_quick_connect/models.py:105
57
61
  msgid "URL to the channel"
58
62
  msgstr ""
59
63
 
60
- #: aa_mumble_quick_connect/models.py:96
64
+ #: aa_mumble_quick_connect/models.py:109
65
+ msgid "Disable Mumble channel URL verification"
66
+ msgstr ""
67
+
68
+ #: aa_mumble_quick_connect/models.py:111
69
+ 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."
70
+ msgstr ""
71
+
72
+ #: aa_mumble_quick_connect/models.py:124
61
73
  msgid "Mumble Link"
62
74
  msgstr ""
63
75
 
64
- #: aa_mumble_quick_connect/models.py:97
76
+ #: aa_mumble_quick_connect/models.py:125
65
77
  msgid "Mumble Links"
66
78
  msgstr ""
67
79
 
@@ -76,3 +88,11 @@ msgstr ""
76
88
  #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/channels-without-sections.html:10
77
89
  msgid "Uncategorized"
78
90
  msgstr ""
91
+
92
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:5
93
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
94
+ msgstr ""
95
+
96
+ #: aa_mumble_quick_connect/templates/aa_mumble_quick_connect/partials/footer/app-translation-footer.html:8
97
+ msgid "Join our team of translators!"
98
+ msgstr ""