wbwriter 1.51.0__tar.gz → 1.51.2rc1__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 wbwriter might be problematic. Click here for more details.
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/.gitignore +0 -1
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/PKG-INFO +1 -1
- wbwriter-1.51.2rc1/wbwriter/locale/de/LC_MESSAGES/django.mo +0 -0
- wbwriter-1.51.2rc1/wbwriter/locale/de/LC_MESSAGES/django.po +118 -0
- wbwriter-1.51.2rc1/wbwriter/locale/en/LC_MESSAGES/django.mo +0 -0
- {wbwriter-1.51.0/wbwriter/locale/fr → wbwriter-1.51.2rc1/wbwriter/locale/en}/LC_MESSAGES/django.po +27 -32
- wbwriter-1.51.2rc1/wbwriter/locale/fr/LC_MESSAGES/django.mo +0 -0
- wbwriter-1.51.2rc1/wbwriter/locale/fr/LC_MESSAGES/django.po +118 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/endpoints/article.py +1 -3
- wbwriter-1.51.0/wbwriter/locale/de/LC_MESSAGES/django.po +0 -122
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/pyproject.toml +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/admin.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/apps.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/dynamic_preferences_registry.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/factories/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/factories/article.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/factories/meta_information.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/filters/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/filters/article.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/filters/metainformationinstance.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/migrations/0001_initial_squashed_squashed_0008_alter_article_author_alter_article_feedback_contact_and_more.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/migrations/0009_dependantarticle.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/migrations/0010_alter_article_options.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/migrations/0011_auto_20240103_0953.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/migrations/0012_i18n.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/migrations/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/article.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/article_type.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/block.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/block_parameter.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/in_editor_template.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/meta_information.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/mixins.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/publication_models.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/style.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/models/template.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/pdf_generator.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/publication_parser.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/serializers/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/serializers/article.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/serializers/article_type.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/serializers/in_editor_template.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/serializers/meta_information.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/serializers/publication.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templates/wbwriter/article_pdf.html +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templates/wbwriter/templatetags/cite_article.html +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templates/wbwriter/templatetags/table_of_contents.html +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templates/wbwriter/templatetags/table_of_contents_articles.html +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templatetags/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templatetags/writer.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/conftest.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/signals.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/test_filter.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/test_model.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/test_writer.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/tests/tests.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/typings.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/urls.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/article.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/article_type.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/buttons.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/article.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/article_type.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/in_editor_template.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/meta_information.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/meta_information_instance.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/publication.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/documentation/article.md +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/endpoints/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/endpoints/meta_information.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/in_editor_template.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/menu.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/meta_information.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/meta_information_instance.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/publication.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/titles/__init__.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/titles/publication_title_config.py +0 -0
- {wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/titles/reviewer_article_title_config.py +0 -0
|
Binary file
|
|
@@ -0,0 +1,118 @@
|
|
|
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: 2025-05-30 11:37+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2025-05-30 09:40+0000\n"
|
|
13
|
+
"Language-Team: German (https://app.transifex.com/stainly/teams/171242/de/)\n"
|
|
14
|
+
"MIME-Version: 1.0\n"
|
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
17
|
+
"Language: de\n"
|
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
19
|
+
|
|
20
|
+
#: models/article.py:776
|
|
21
|
+
msgid "Status needs to be approved in order to allow publication"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: models/article.py:783
|
|
25
|
+
msgid "unvalid type for publication"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: models/article.py:795
|
|
29
|
+
msgid "invalid parser"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: viewsets/display/article.py:27
|
|
33
|
+
msgid "Article"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: viewsets/display/article.py:38
|
|
37
|
+
msgid "Uses Articles"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#: viewsets/display/article.py:58
|
|
41
|
+
msgid "Used in Articles"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#: viewsets/display/article.py:78 viewsets/display/article.py:83
|
|
45
|
+
msgid "Status"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
#: viewsets/display/article.py:97 viewsets/display/article.py:102
|
|
49
|
+
msgid "Author & Reviewers"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
#: viewsets/display/article.py:117
|
|
53
|
+
msgid "Additional Information"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
#: viewsets/display/article.py:168 viewsets/display/article.py:174
|
|
57
|
+
msgid "Metadata"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
#: viewsets/display/article.py:199 viewsets/display/article.py:204
|
|
61
|
+
msgid "Content & Tags"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
#: viewsets/display/article.py:240
|
|
65
|
+
msgid "General Information"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
#: viewsets/display/article.py:268
|
|
69
|
+
msgid "ID"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
#: viewsets/display/article.py:269
|
|
73
|
+
msgid "Title"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
#: viewsets/display/article.py:270
|
|
77
|
+
msgid "Teaser image"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
#: viewsets/display/article.py:271
|
|
81
|
+
msgid "Type"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#: viewsets/display/article.py:272
|
|
85
|
+
msgid "Last Modification Date"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
#: viewsets/display/article.py:273
|
|
89
|
+
msgid "Creation Date"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
#: viewsets/display/article.py:274
|
|
93
|
+
msgid "Tags"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
#: viewsets/display/article.py:275
|
|
97
|
+
msgid "Author"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: viewsets/display/article.py:276
|
|
101
|
+
msgid "Reviewer"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#: viewsets/display/article.py:277
|
|
105
|
+
msgid "Peer Reviewer"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#: viewsets/display/article.py:278
|
|
109
|
+
msgid "QA Reviewer"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
#: viewsets/display/article.py:382
|
|
113
|
+
msgid "Public"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
#: viewsets/display/article.py:387
|
|
117
|
+
msgid "Private"
|
|
118
|
+
msgstr ""
|
|
Binary file
|
{wbwriter-1.51.0/wbwriter/locale/fr → wbwriter-1.51.2rc1/wbwriter/locale/en}/LC_MESSAGES/django.po
RENAMED
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
|
-
#, fuzzy
|
|
7
6
|
msgid ""
|
|
8
7
|
msgstr ""
|
|
9
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
9
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2025-05-
|
|
10
|
+
"POT-Creation-Date: 2025-05-30 11:37+0200\n"
|
|
12
11
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -16,107 +15,103 @@ msgstr ""
|
|
|
16
15
|
"MIME-Version: 1.0\n"
|
|
17
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
-
|
|
20
|
-
#:
|
|
18
|
+
|
|
19
|
+
#: models/article.py:776
|
|
21
20
|
msgid "Status needs to be approved in order to allow publication"
|
|
22
21
|
msgstr ""
|
|
23
22
|
|
|
24
|
-
#:
|
|
23
|
+
#: models/article.py:783
|
|
25
24
|
msgid "unvalid type for publication"
|
|
26
25
|
msgstr ""
|
|
27
26
|
|
|
28
|
-
#:
|
|
27
|
+
#: models/article.py:795
|
|
29
28
|
msgid "invalid parser"
|
|
30
29
|
msgstr ""
|
|
31
30
|
|
|
32
|
-
#:
|
|
31
|
+
#: viewsets/display/article.py:27
|
|
33
32
|
msgid "Article"
|
|
34
33
|
msgstr ""
|
|
35
34
|
|
|
36
|
-
#:
|
|
35
|
+
#: viewsets/display/article.py:38
|
|
37
36
|
msgid "Uses Articles"
|
|
38
37
|
msgstr ""
|
|
39
38
|
|
|
40
|
-
#:
|
|
39
|
+
#: viewsets/display/article.py:58
|
|
41
40
|
msgid "Used in Articles"
|
|
42
41
|
msgstr ""
|
|
43
42
|
|
|
44
|
-
#:
|
|
45
|
-
#: wbwriter/viewsets/display/article.py:83
|
|
43
|
+
#: viewsets/display/article.py:78 viewsets/display/article.py:83
|
|
46
44
|
msgid "Status"
|
|
47
45
|
msgstr ""
|
|
48
46
|
|
|
49
|
-
#:
|
|
50
|
-
#: wbwriter/viewsets/display/article.py:102
|
|
47
|
+
#: viewsets/display/article.py:97 viewsets/display/article.py:102
|
|
51
48
|
msgid "Author & Reviewers"
|
|
52
49
|
msgstr ""
|
|
53
50
|
|
|
54
|
-
#:
|
|
51
|
+
#: viewsets/display/article.py:117
|
|
55
52
|
msgid "Additional Information"
|
|
56
53
|
msgstr ""
|
|
57
54
|
|
|
58
|
-
#:
|
|
59
|
-
#: wbwriter/viewsets/display/article.py:174
|
|
55
|
+
#: viewsets/display/article.py:168 viewsets/display/article.py:174
|
|
60
56
|
msgid "Metadata"
|
|
61
57
|
msgstr ""
|
|
62
58
|
|
|
63
|
-
#:
|
|
64
|
-
#: wbwriter/viewsets/display/article.py:204
|
|
59
|
+
#: viewsets/display/article.py:199 viewsets/display/article.py:204
|
|
65
60
|
msgid "Content & Tags"
|
|
66
61
|
msgstr ""
|
|
67
62
|
|
|
68
|
-
#:
|
|
63
|
+
#: viewsets/display/article.py:240
|
|
69
64
|
msgid "General Information"
|
|
70
65
|
msgstr ""
|
|
71
66
|
|
|
72
|
-
#:
|
|
67
|
+
#: viewsets/display/article.py:268
|
|
73
68
|
msgid "ID"
|
|
74
69
|
msgstr ""
|
|
75
70
|
|
|
76
|
-
#:
|
|
71
|
+
#: viewsets/display/article.py:269
|
|
77
72
|
msgid "Title"
|
|
78
73
|
msgstr ""
|
|
79
74
|
|
|
80
|
-
#:
|
|
75
|
+
#: viewsets/display/article.py:270
|
|
81
76
|
msgid "Teaser image"
|
|
82
77
|
msgstr ""
|
|
83
78
|
|
|
84
|
-
#:
|
|
79
|
+
#: viewsets/display/article.py:271
|
|
85
80
|
msgid "Type"
|
|
86
81
|
msgstr ""
|
|
87
82
|
|
|
88
|
-
#:
|
|
83
|
+
#: viewsets/display/article.py:272
|
|
89
84
|
msgid "Last Modification Date"
|
|
90
85
|
msgstr ""
|
|
91
86
|
|
|
92
|
-
#:
|
|
87
|
+
#: viewsets/display/article.py:273
|
|
93
88
|
msgid "Creation Date"
|
|
94
89
|
msgstr ""
|
|
95
90
|
|
|
96
|
-
#:
|
|
91
|
+
#: viewsets/display/article.py:274
|
|
97
92
|
msgid "Tags"
|
|
98
93
|
msgstr ""
|
|
99
94
|
|
|
100
|
-
#:
|
|
95
|
+
#: viewsets/display/article.py:275
|
|
101
96
|
msgid "Author"
|
|
102
97
|
msgstr ""
|
|
103
98
|
|
|
104
|
-
#:
|
|
99
|
+
#: viewsets/display/article.py:276
|
|
105
100
|
msgid "Reviewer"
|
|
106
101
|
msgstr ""
|
|
107
102
|
|
|
108
|
-
#:
|
|
103
|
+
#: viewsets/display/article.py:277
|
|
109
104
|
msgid "Peer Reviewer"
|
|
110
105
|
msgstr ""
|
|
111
106
|
|
|
112
|
-
#:
|
|
107
|
+
#: viewsets/display/article.py:278
|
|
113
108
|
msgid "QA Reviewer"
|
|
114
109
|
msgstr ""
|
|
115
110
|
|
|
116
|
-
#:
|
|
111
|
+
#: viewsets/display/article.py:382
|
|
117
112
|
msgid "Public"
|
|
118
113
|
msgstr ""
|
|
119
114
|
|
|
120
|
-
#:
|
|
115
|
+
#: viewsets/display/article.py:387
|
|
121
116
|
msgid "Private"
|
|
122
117
|
msgstr ""
|
|
Binary file
|
|
@@ -0,0 +1,118 @@
|
|
|
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: 2025-05-30 11:37+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2025-05-30 09:40+0000\n"
|
|
13
|
+
"Language-Team: French (https://app.transifex.com/stainly/teams/171242/fr/)\n"
|
|
14
|
+
"MIME-Version: 1.0\n"
|
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
17
|
+
"Language: fr\n"
|
|
18
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
19
|
+
|
|
20
|
+
#: models/article.py:776
|
|
21
|
+
msgid "Status needs to be approved in order to allow publication"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: models/article.py:783
|
|
25
|
+
msgid "unvalid type for publication"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: models/article.py:795
|
|
29
|
+
msgid "invalid parser"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: viewsets/display/article.py:27
|
|
33
|
+
msgid "Article"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: viewsets/display/article.py:38
|
|
37
|
+
msgid "Uses Articles"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#: viewsets/display/article.py:58
|
|
41
|
+
msgid "Used in Articles"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#: viewsets/display/article.py:78 viewsets/display/article.py:83
|
|
45
|
+
msgid "Status"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
#: viewsets/display/article.py:97 viewsets/display/article.py:102
|
|
49
|
+
msgid "Author & Reviewers"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
#: viewsets/display/article.py:117
|
|
53
|
+
msgid "Additional Information"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
#: viewsets/display/article.py:168 viewsets/display/article.py:174
|
|
57
|
+
msgid "Metadata"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
#: viewsets/display/article.py:199 viewsets/display/article.py:204
|
|
61
|
+
msgid "Content & Tags"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
#: viewsets/display/article.py:240
|
|
65
|
+
msgid "General Information"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
#: viewsets/display/article.py:268
|
|
69
|
+
msgid "ID"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
#: viewsets/display/article.py:269
|
|
73
|
+
msgid "Title"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
#: viewsets/display/article.py:270
|
|
77
|
+
msgid "Teaser image"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
#: viewsets/display/article.py:271
|
|
81
|
+
msgid "Type"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#: viewsets/display/article.py:272
|
|
85
|
+
msgid "Last Modification Date"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
#: viewsets/display/article.py:273
|
|
89
|
+
msgid "Creation Date"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
#: viewsets/display/article.py:274
|
|
93
|
+
msgid "Tags"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
#: viewsets/display/article.py:275
|
|
97
|
+
msgid "Author"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: viewsets/display/article.py:276
|
|
101
|
+
msgid "Reviewer"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#: viewsets/display/article.py:277
|
|
105
|
+
msgid "Peer Reviewer"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#: viewsets/display/article.py:278
|
|
109
|
+
msgid "QA Reviewer"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
#: viewsets/display/article.py:382
|
|
113
|
+
msgid "Public"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
#: viewsets/display/article.py:387
|
|
117
|
+
msgid "Private"
|
|
118
|
+
msgstr ""
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
from rest_framework.reverse import reverse
|
|
2
1
|
from wbcore.metadata.configs.endpoints import EndpointViewConfig
|
|
3
2
|
|
|
4
3
|
|
|
@@ -8,5 +7,4 @@ class DependantArticleEndpointViewConfig(EndpointViewConfig):
|
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
class ReviewerArticleModelEndpointConfig(EndpointViewConfig):
|
|
11
|
-
|
|
12
|
-
return reverse("wbwriter:review-article-list", args=[], request=self.request)
|
|
10
|
+
pass
|
|
@@ -1,122 +0,0 @@
|
|
|
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: 2025-05-20 09:32+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
|
-
#: wbwriter/models/article.py:776
|
|
21
|
-
msgid "Status needs to be approved in order to allow publication"
|
|
22
|
-
msgstr ""
|
|
23
|
-
|
|
24
|
-
#: wbwriter/models/article.py:783
|
|
25
|
-
msgid "unvalid type for publication"
|
|
26
|
-
msgstr ""
|
|
27
|
-
|
|
28
|
-
#: wbwriter/models/article.py:795
|
|
29
|
-
msgid "invalid parser"
|
|
30
|
-
msgstr ""
|
|
31
|
-
|
|
32
|
-
#: wbwriter/viewsets/display/article.py:27
|
|
33
|
-
msgid "Article"
|
|
34
|
-
msgstr ""
|
|
35
|
-
|
|
36
|
-
#: wbwriter/viewsets/display/article.py:38
|
|
37
|
-
msgid "Uses Articles"
|
|
38
|
-
msgstr ""
|
|
39
|
-
|
|
40
|
-
#: wbwriter/viewsets/display/article.py:58
|
|
41
|
-
msgid "Used in Articles"
|
|
42
|
-
msgstr ""
|
|
43
|
-
|
|
44
|
-
#: wbwriter/viewsets/display/article.py:78
|
|
45
|
-
#: wbwriter/viewsets/display/article.py:83
|
|
46
|
-
msgid "Status"
|
|
47
|
-
msgstr ""
|
|
48
|
-
|
|
49
|
-
#: wbwriter/viewsets/display/article.py:97
|
|
50
|
-
#: wbwriter/viewsets/display/article.py:102
|
|
51
|
-
msgid "Author & Reviewers"
|
|
52
|
-
msgstr ""
|
|
53
|
-
|
|
54
|
-
#: wbwriter/viewsets/display/article.py:117
|
|
55
|
-
msgid "Additional Information"
|
|
56
|
-
msgstr ""
|
|
57
|
-
|
|
58
|
-
#: wbwriter/viewsets/display/article.py:168
|
|
59
|
-
#: wbwriter/viewsets/display/article.py:174
|
|
60
|
-
msgid "Metadata"
|
|
61
|
-
msgstr ""
|
|
62
|
-
|
|
63
|
-
#: wbwriter/viewsets/display/article.py:199
|
|
64
|
-
#: wbwriter/viewsets/display/article.py:204
|
|
65
|
-
msgid "Content & Tags"
|
|
66
|
-
msgstr ""
|
|
67
|
-
|
|
68
|
-
#: wbwriter/viewsets/display/article.py:240
|
|
69
|
-
msgid "General Information"
|
|
70
|
-
msgstr ""
|
|
71
|
-
|
|
72
|
-
#: wbwriter/viewsets/display/article.py:268
|
|
73
|
-
msgid "ID"
|
|
74
|
-
msgstr ""
|
|
75
|
-
|
|
76
|
-
#: wbwriter/viewsets/display/article.py:269
|
|
77
|
-
msgid "Title"
|
|
78
|
-
msgstr ""
|
|
79
|
-
|
|
80
|
-
#: wbwriter/viewsets/display/article.py:270
|
|
81
|
-
msgid "Teaser image"
|
|
82
|
-
msgstr ""
|
|
83
|
-
|
|
84
|
-
#: wbwriter/viewsets/display/article.py:271
|
|
85
|
-
msgid "Type"
|
|
86
|
-
msgstr ""
|
|
87
|
-
|
|
88
|
-
#: wbwriter/viewsets/display/article.py:272
|
|
89
|
-
msgid "Last Modification Date"
|
|
90
|
-
msgstr ""
|
|
91
|
-
|
|
92
|
-
#: wbwriter/viewsets/display/article.py:273
|
|
93
|
-
msgid "Creation Date"
|
|
94
|
-
msgstr ""
|
|
95
|
-
|
|
96
|
-
#: wbwriter/viewsets/display/article.py:274
|
|
97
|
-
msgid "Tags"
|
|
98
|
-
msgstr ""
|
|
99
|
-
|
|
100
|
-
#: wbwriter/viewsets/display/article.py:275
|
|
101
|
-
msgid "Author"
|
|
102
|
-
msgstr ""
|
|
103
|
-
|
|
104
|
-
#: wbwriter/viewsets/display/article.py:276
|
|
105
|
-
msgid "Reviewer"
|
|
106
|
-
msgstr ""
|
|
107
|
-
|
|
108
|
-
#: wbwriter/viewsets/display/article.py:277
|
|
109
|
-
msgid "Peer Reviewer"
|
|
110
|
-
msgstr ""
|
|
111
|
-
|
|
112
|
-
#: wbwriter/viewsets/display/article.py:278
|
|
113
|
-
msgid "QA Reviewer"
|
|
114
|
-
msgstr ""
|
|
115
|
-
|
|
116
|
-
#: wbwriter/viewsets/display/article.py:382
|
|
117
|
-
msgid "Public"
|
|
118
|
-
msgstr ""
|
|
119
|
-
|
|
120
|
-
#: wbwriter/viewsets/display/article.py:387
|
|
121
|
-
msgid "Private"
|
|
122
|
-
msgstr ""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/templates/wbwriter/templatetags/cite_article.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/display/meta_information_instance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbwriter-1.51.0 → wbwriter-1.51.2rc1}/wbwriter/viewsets/titles/reviewer_article_title_config.py
RENAMED
|
File without changes
|