udata 9.0.1.dev29541__py2.py3-none-any.whl → 9.0.1.dev29597__py2.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.

Potentially problematic release.


This version of udata might be problematic. Click here for more details.

Files changed (29) hide show
  1. udata/forms/fields.py +2 -2
  2. udata/static/admin.js +17 -17
  3. udata/static/admin.js.map +1 -1
  4. udata/static/common.js +1 -1
  5. udata/static/common.js.map +1 -1
  6. udata/tests/api/test_datasets_api.py +1 -1
  7. udata/tests/test_model.py +2 -1
  8. udata/translations/ar/LC_MESSAGES/udata.mo +0 -0
  9. udata/translations/ar/LC_MESSAGES/udata.po +100 -56
  10. udata/translations/de/LC_MESSAGES/udata.mo +0 -0
  11. udata/translations/de/LC_MESSAGES/udata.po +100 -56
  12. udata/translations/es/LC_MESSAGES/udata.mo +0 -0
  13. udata/translations/es/LC_MESSAGES/udata.po +100 -56
  14. udata/translations/fr/LC_MESSAGES/udata.mo +0 -0
  15. udata/translations/fr/LC_MESSAGES/udata.po +100 -56
  16. udata/translations/it/LC_MESSAGES/udata.mo +0 -0
  17. udata/translations/it/LC_MESSAGES/udata.po +100 -56
  18. udata/translations/pt/LC_MESSAGES/udata.mo +0 -0
  19. udata/translations/pt/LC_MESSAGES/udata.po +100 -56
  20. udata/translations/sr/LC_MESSAGES/udata.mo +0 -0
  21. udata/translations/sr/LC_MESSAGES/udata.po +100 -56
  22. udata/translations/udata.pot +101 -57
  23. udata/uris.py +14 -13
  24. {udata-9.0.1.dev29541.dist-info → udata-9.0.1.dev29597.dist-info}/METADATA +2 -1
  25. {udata-9.0.1.dev29541.dist-info → udata-9.0.1.dev29597.dist-info}/RECORD +29 -29
  26. {udata-9.0.1.dev29541.dist-info → udata-9.0.1.dev29597.dist-info}/LICENSE +0 -0
  27. {udata-9.0.1.dev29541.dist-info → udata-9.0.1.dev29597.dist-info}/WHEEL +0 -0
  28. {udata-9.0.1.dev29541.dist-info → udata-9.0.1.dev29597.dist-info}/entry_points.txt +0 -0
  29. {udata-9.0.1.dev29541.dist-info → udata-9.0.1.dev29597.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,8 @@ msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: udata\n"
4
4
  "Report-Msgid-Bugs-To: i18n@opendata.team\n"
5
- "POT-Creation-Date: 2024-04-15 12:06+0200\n"
6
- "PO-Revision-Date: 2024-04-15 10:07\n"
5
+ "POT-Creation-Date: 2024-06-14 11:31+0200\n"
6
+ "PO-Revision-Date: 2024-06-14 11:37\n"
7
7
  "Last-Translator: Open Data Team <i18n@opendata.team>\n"
8
8
  "Language: sr\n"
9
9
  "Language-Team: Serbian (Cyrillic)\n"
@@ -42,23 +42,59 @@ msgstr "Ваша лозинка је промењена"
42
42
  msgid "Password reset instructions"
43
43
  msgstr "Инструкције за ресетовање лозинке"
44
44
 
45
- #: udata/settings.py:430
45
+ #: udata/settings.py:433
46
46
  msgid "This dataset has been archived"
47
47
  msgstr "Овај скуп података је архивиран"
48
48
 
49
+ #: udata/uris.py:52
50
+ msgid "Invalid URL \"{url}\": {reason}"
51
+ msgstr ""
52
+
53
+ #: udata/uris.py:54
54
+ msgid "Invalid URL \"{url}\""
55
+ msgstr ""
56
+
57
+ #: udata/uris.py:105
58
+ msgid "Invalid scheme {0}, allowed schemes: {1}"
59
+ msgstr ""
60
+
61
+ #: udata/uris.py:108
62
+ msgid "Credentials in URL are not allowed"
63
+ msgstr ""
64
+
65
+ #: udata/uris.py:112
66
+ msgid "Invalid TLD {0}"
67
+ msgstr ""
68
+
69
+ #: udata/uris.py:121
70
+ msgid "{0} is a multicast IP"
71
+ msgstr ""
72
+
73
+ #: udata/uris.py:123
74
+ msgid "{0} is a mask IP"
75
+ msgstr ""
76
+
77
+ #: udata/uris.py:127
78
+ msgid "is a local URL"
79
+ msgstr ""
80
+
81
+ #: udata/uris.py:130
82
+ msgid "is a private URL"
83
+ msgstr ""
84
+
49
85
  #: udata/api/errors.py:4
50
86
  msgid "Validation error: your data cannot be updated for now, we have been notified of the error and we will fix it as soon as possible."
51
87
  msgstr "Грешка у валидацији: податке тренутно није могуће ажурирати. Обавештени смо о грешци и отклонићемо је чим то буде могуће."
52
88
 
53
- #: udata/api/oauth2.py:53
89
+ #: udata/api/oauth2.py:54
54
90
  msgid "Bearer Token"
55
91
  msgstr "Токен носиоца"
56
92
 
57
- #: udata/api/oauth2.py:57
93
+ #: udata/api/oauth2.py:58
58
94
  msgid "Default scope"
59
95
  msgstr "Подразумевани опсег"
60
96
 
61
- #: udata/api/oauth2.py:58
97
+ #: udata/api/oauth2.py:59
62
98
  msgid "System administrator rights"
63
99
  msgstr "Права администратора система"
64
100
 
@@ -129,15 +165,15 @@ msgstr "Лозинка мора да има симболе"
129
165
  msgid "Confirm change of email instructions"
130
166
  msgstr ""
131
167
 
132
- #: udata/auth/views.py:72
168
+ #: udata/auth/views.py:73
133
169
  msgid "You did not confirm your change of email within {email_within}. New instructions to confirm your change of email have been sent to {new_email}."
134
170
  msgstr ""
135
171
 
136
- #: udata/auth/views.py:82
172
+ #: udata/auth/views.py:83
137
173
  msgid "Thank you. Your change of email has been confirmed."
138
174
  msgstr "Хвала Вам. Промена е-маил адресе је потврђена."
139
175
 
140
- #: udata/auth/views.py:97
176
+ #: udata/auth/views.py:98
141
177
  msgid "Thank you. Confirmation instructions for changing your email have been sent to {new_email}."
142
178
  msgstr "Хвала. Инструкције за промену адресе су послате на {new_email}."
143
179
 
@@ -161,6 +197,20 @@ msgstr "Да ли желите да креирате нешто података
161
197
  msgid "Your udata instance is ready!"
162
198
  msgstr "Ваша платформа ја спремна!"
163
199
 
200
+ #: udata/core/owned.py:30 udata/forms/fields.py:739
201
+ #: udata/tests/api/test_dataservices_api.py:229
202
+ msgid "You can only set yourself as owner"
203
+ msgstr "Само себе можете да означите као власника"
204
+
205
+ #: udata/core/owned.py:38
206
+ msgid "Unknown organization"
207
+ msgstr ""
208
+
209
+ #: udata/core/owned.py:41 udata/forms/fields.py:762
210
+ #: udata/tests/api/test_dataservices_api.py:238
211
+ msgid "Permission denied for this organization"
212
+ msgstr "Дозвола ја ову организацију је одбијена"
213
+
164
214
  #: udata/core/badges/forms.py:14
165
215
  msgid "Kind"
166
216
  msgstr "Врста"
@@ -186,6 +236,16 @@ msgstr "Имејл"
186
236
  msgid "Publish as"
187
237
  msgstr "Објављено као"
188
238
 
239
+ #: udata/core/dataservices/models.py:129 udata/core/dataset/models.py:489
240
+ #: udata/mongo/datetime_fields.py:59
241
+ msgid "Creation date"
242
+ msgstr "Датум креирања"
243
+
244
+ #: udata/core/dataservices/models.py:133 udata/core/dataset/models.py:491
245
+ #: udata/mongo/datetime_fields.py:61
246
+ msgid "Last modification date"
247
+ msgstr "Датум последње измене"
248
+
189
249
  #: udata/core/dataset/activities.py:21
190
250
  msgid "created a dataset"
191
251
  msgstr "скуп података је направљен"
@@ -226,7 +286,7 @@ msgstr "Три пута дневно"
226
286
  msgid "Semidaily"
227
287
  msgstr "Два пута дневно"
228
288
 
229
- #: udata/core/dataset/constants.py:15 udata/harvest/models.py:19
289
+ #: udata/core/dataset/constants.py:15 udata/harvest/models.py:20
230
290
  msgid "Daily"
231
291
  msgstr "Дневно"
232
292
 
@@ -242,7 +302,7 @@ msgstr "Три пута недељно"
242
302
  msgid "Semiweekly"
243
303
  msgstr "Два пута недељно"
244
304
 
245
- #: udata/core/dataset/constants.py:19 udata/harvest/models.py:18
305
+ #: udata/core/dataset/constants.py:19 udata/harvest/models.py:19
246
306
  msgid "Weekly"
247
307
  msgstr "Седмично"
248
308
 
@@ -258,7 +318,7 @@ msgstr "Три пута месечно"
258
318
  msgid "Semimonthly"
259
319
  msgstr "Два пута месечно"
260
320
 
261
- #: udata/core/dataset/constants.py:23 udata/harvest/models.py:17
321
+ #: udata/core/dataset/constants.py:23 udata/harvest/models.py:18
262
322
  msgid "Monthly"
263
323
  msgstr "Месечно"
264
324
 
@@ -487,9 +547,9 @@ msgstr "Име шеме \"{schema}\" није дозвољена вреднос
487
547
  msgid "Version \"{version}\" is not an allowed value for the schema \"{name}\". Allowed versions: {values}"
488
548
  msgstr ""
489
549
 
490
- #: udata/core/dataset/models.py:401 udata/core/dataset/rdf.py:452
491
- #: udata/tests/dataset/test_dataset_rdf.py:499
492
- #: udata/tests/dataset/test_dataset_rdf.py:512
550
+ #: udata/core/dataset/models.py:401 udata/core/dataset/rdf.py:430
551
+ #: udata/tests/dataset/test_dataset_rdf.py:517
552
+ #: udata/tests/dataset/test_dataset_rdf.py:530
493
553
  msgid "Nameless resource"
494
554
  msgstr "Ресурс без имена"
495
555
 
@@ -497,23 +557,15 @@ msgstr "Ресурс без имена"
497
557
  msgid "Future date of update"
498
558
  msgstr "Будући датум ажурирања"
499
559
 
500
- #: udata/core/dataset/models.py:489 udata/mongo/datetime_fields.py:59
501
- msgid "Creation date"
502
- msgstr "Датум креирања"
503
-
504
- #: udata/core/dataset/models.py:491 udata/mongo/datetime_fields.py:61
505
- msgid "Last modification date"
506
- msgstr "Датум последње измене"
507
-
508
560
  #: udata/core/dataset/models.py:500
509
561
  msgid "Pivotal data"
510
562
  msgstr "Кључни подаци"
511
563
 
512
- #: udata/core/dataset/models.py:539
564
+ #: udata/core/dataset/models.py:540
513
565
  msgid "dataset"
514
566
  msgstr "скуп података"
515
567
 
516
- #: udata/core/dataset/rdf.py:450 udata/tests/dataset/test_dataset_rdf.py:486
568
+ #: udata/core/dataset/rdf.py:428 udata/tests/dataset/test_dataset_rdf.py:504
517
569
  msgid "{format} resource"
518
570
  msgstr "{format} ресурс"
519
571
 
@@ -578,17 +630,17 @@ msgid "Editor"
578
630
  msgstr "Уредник"
579
631
 
580
632
  #: udata/core/organization/constants.py:11 udata/features/transfer/models.py:14
581
- #: udata/harvest/models.py:23 udata/harvest/models.py:33 udata/harvest/models.py:71
633
+ #: udata/harvest/models.py:24 udata/harvest/models.py:34 udata/harvest/models.py:77
582
634
  msgid "Pending"
583
635
  msgstr "На чекању"
584
636
 
585
637
  #: udata/core/organization/constants.py:12 udata/features/transfer/models.py:15
586
- #: udata/harvest/models.py:72
638
+ #: udata/harvest/models.py:78
587
639
  msgid "Accepted"
588
640
  msgstr "Прихваћено"
589
641
 
590
642
  #: udata/core/organization/constants.py:13 udata/features/transfer/models.py:16
591
- #: udata/harvest/models.py:73
643
+ #: udata/harvest/models.py:79
592
644
  msgid "Refused"
593
645
  msgstr "Одбијено"
594
646
 
@@ -639,23 +691,23 @@ msgstr ""
639
691
  msgid "Role"
640
692
  msgstr "Улога"
641
693
 
642
- #: udata/core/organization/models.py:113
694
+ #: udata/core/organization/models.py:115
643
695
  msgid "Public Service"
644
696
  msgstr "Јавни сервис"
645
697
 
646
- #: udata/core/organization/models.py:114
698
+ #: udata/core/organization/models.py:116
647
699
  msgid "Certified"
648
700
  msgstr "Сертификовано"
649
701
 
650
- #: udata/core/organization/models.py:115
702
+ #: udata/core/organization/models.py:117
651
703
  msgid "Association"
652
704
  msgstr ""
653
705
 
654
- #: udata/core/organization/models.py:116
706
+ #: udata/core/organization/models.py:118
655
707
  msgid "Company"
656
708
  msgstr ""
657
709
 
658
- #: udata/core/organization/models.py:117
710
+ #: udata/core/organization/models.py:119
659
711
  msgid "Local authority"
660
712
  msgstr ""
661
713
 
@@ -1009,7 +1061,7 @@ msgstr "Основни подаци"
1009
1061
  msgid "Roles"
1010
1062
  msgstr "Улоге"
1011
1063
 
1012
- #: udata/core/user/models.py:273 udata/tests/api/test_me_api.py:313
1064
+ #: udata/core/user/models.py:284 udata/tests/api/test_me_api.py:313
1013
1065
  msgid "Account deletion"
1014
1066
  msgstr "Брисање налога"
1015
1067
 
@@ -1045,10 +1097,6 @@ msgstr "Улога {role} не постоји"
1045
1097
  msgid "Not a valid UUID"
1046
1098
  msgstr "UUID није важећи"
1047
1099
 
1048
- #: udata/forms/fields.py:210 udata/tests/api/test_datasets_api.py:764
1049
- msgid "Invalid URL"
1050
- msgstr "Неправилан URL"
1051
-
1052
1100
  #: udata/forms/fields.py:414
1053
1101
  #, python-format
1054
1102
  msgid "Tag \"%(tag)s\" must be between %(min)d and %(max)d characters long."
@@ -1088,14 +1136,6 @@ msgstr "Није могуће рашчланити опсег датума"
1088
1136
  msgid "You must be authenticated"
1089
1137
  msgstr "Морате потврдити свој идентитет"
1090
1138
 
1091
- #: udata/forms/fields.py:739
1092
- msgid "You can only set yourself as owner"
1093
- msgstr "Само себе можете да означите као власника"
1094
-
1095
- #: udata/forms/fields.py:762
1096
- msgid "Permission denied for this organization"
1097
- msgstr "Дозвола ја ову организацију је одбијена"
1098
-
1099
1139
  #: udata/forms/validators.py:59
1100
1140
  #, python-format
1101
1141
  msgid "This field requires \"%(name)s\" to be set"
@@ -1113,43 +1153,43 @@ msgstr "Детаљи харвестера"
1113
1153
  msgid "Backend"
1114
1154
  msgstr "Позадинска компонента"
1115
1155
 
1116
- #: udata/harvest/models.py:16
1156
+ #: udata/harvest/models.py:17
1117
1157
  msgid "Manual"
1118
1158
  msgstr "Ручно"
1119
1159
 
1120
- #: udata/harvest/models.py:24
1160
+ #: udata/harvest/models.py:25
1121
1161
  msgid "Initializing"
1122
1162
  msgstr "Иницијализација"
1123
1163
 
1124
- #: udata/harvest/models.py:25
1164
+ #: udata/harvest/models.py:26
1125
1165
  msgid "Initialized"
1126
1166
  msgstr "Покренуто"
1127
1167
 
1128
- #: udata/harvest/models.py:26
1168
+ #: udata/harvest/models.py:27
1129
1169
  msgid "Processing"
1130
1170
  msgstr "Обрада"
1131
1171
 
1132
- #: udata/harvest/models.py:27 udata/harvest/models.py:35
1172
+ #: udata/harvest/models.py:28 udata/harvest/models.py:36
1133
1173
  msgid "Done"
1134
1174
  msgstr "Готово"
1135
1175
 
1136
- #: udata/harvest/models.py:28
1176
+ #: udata/harvest/models.py:29
1137
1177
  msgid "Done with errors"
1138
1178
  msgstr "Готово са грешкама"
1139
1179
 
1140
- #: udata/harvest/models.py:29 udata/harvest/models.py:36
1180
+ #: udata/harvest/models.py:30 udata/harvest/models.py:37
1141
1181
  msgid "Failed"
1142
1182
  msgstr "Није успело"
1143
1183
 
1144
- #: udata/harvest/models.py:34
1184
+ #: udata/harvest/models.py:35
1145
1185
  msgid "Started"
1146
1186
  msgstr "Започето"
1147
1187
 
1148
- #: udata/harvest/models.py:37
1188
+ #: udata/harvest/models.py:38
1149
1189
  msgid "Skipped"
1150
1190
  msgstr "Прескочено"
1151
1191
 
1152
- #: udata/harvest/models.py:38
1192
+ #: udata/harvest/models.py:39
1153
1193
  msgid "Archived"
1154
1194
  msgstr "Архивирано"
1155
1195
 
@@ -1535,6 +1575,10 @@ msgstr ""
1535
1575
  msgid "Here"
1536
1576
  msgstr ""
1537
1577
 
1578
+ #: udata/tests/api/test_datasets_api.py:764
1579
+ msgid "Invalid URL"
1580
+ msgstr "Неправилан URL"
1581
+
1538
1582
  #: udata/tests/forms/test_model_field.py:155
1539
1583
  msgid "Expect a \"Target\" class but \"Wrong\" was found"
1540
1584
  msgstr ""
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: udata 7.0.7.dev0\n"
9
+ "Project-Id-Version: udata 9.0.1.dev0\n"
10
10
  "Report-Msgid-Bugs-To: i18n@opendata.team\n"
11
- "POT-Creation-Date: 2024-04-15 12:06+0200\n"
12
- "PO-Revision-Date: 2024-04-15 12:06+0200\n"
11
+ "POT-Creation-Date: 2024-06-14 11:31+0200\n"
12
+ "PO-Revision-Date: 2024-06-14 11:31+0200\n"
13
13
  "Last-Translator: Open Data Team <i18n@opendata.team>\n"
14
14
  "Language: en\n"
15
15
  "Language-Team: Open Data Team <i18n@opendata.team>\n"
@@ -43,25 +43,61 @@ msgstr ""
43
43
  msgid "Password reset instructions"
44
44
  msgstr ""
45
45
 
46
- #: udata/settings.py:430
46
+ #: udata/settings.py:433
47
47
  msgid "This dataset has been archived"
48
48
  msgstr ""
49
49
 
50
+ #: udata/uris.py:52
51
+ msgid "Invalid URL \"{url}\": {reason}"
52
+ msgstr ""
53
+
54
+ #: udata/uris.py:54
55
+ msgid "Invalid URL \"{url}\""
56
+ msgstr ""
57
+
58
+ #: udata/uris.py:105
59
+ msgid "Invalid scheme {0}, allowed schemes: {1}"
60
+ msgstr ""
61
+
62
+ #: udata/uris.py:108
63
+ msgid "Credentials in URL are not allowed"
64
+ msgstr ""
65
+
66
+ #: udata/uris.py:112
67
+ msgid "Invalid TLD {0}"
68
+ msgstr ""
69
+
70
+ #: udata/uris.py:121
71
+ msgid "{0} is a multicast IP"
72
+ msgstr ""
73
+
74
+ #: udata/uris.py:123
75
+ msgid "{0} is a mask IP"
76
+ msgstr ""
77
+
78
+ #: udata/uris.py:127
79
+ msgid "is a local URL"
80
+ msgstr ""
81
+
82
+ #: udata/uris.py:130
83
+ msgid "is a private URL"
84
+ msgstr ""
85
+
50
86
  #: udata/api/errors.py:4
51
87
  msgid ""
52
88
  "Validation error: your data cannot be updated for now, we have been notified "
53
89
  "of the error and we will fix it as soon as possible."
54
90
  msgstr ""
55
91
 
56
- #: udata/api/oauth2.py:53
92
+ #: udata/api/oauth2.py:54
57
93
  msgid "Bearer Token"
58
94
  msgstr ""
59
95
 
60
- #: udata/api/oauth2.py:57
96
+ #: udata/api/oauth2.py:58
61
97
  msgid "Default scope"
62
98
  msgstr ""
63
99
 
64
- #: udata/api/oauth2.py:58
100
+ #: udata/api/oauth2.py:59
65
101
  msgid "System administrator rights"
66
102
  msgstr ""
67
103
 
@@ -132,17 +168,17 @@ msgstr ""
132
168
  msgid "Confirm change of email instructions"
133
169
  msgstr ""
134
170
 
135
- #: udata/auth/views.py:72
171
+ #: udata/auth/views.py:73
136
172
  msgid ""
137
173
  "You did not confirm your change of email within {email_within}. New "
138
174
  "instructions to confirm your change of email have been sent to {new_email}."
139
175
  msgstr ""
140
176
 
141
- #: udata/auth/views.py:82
177
+ #: udata/auth/views.py:83
142
178
  msgid "Thank you. Your change of email has been confirmed."
143
179
  msgstr ""
144
180
 
145
- #: udata/auth/views.py:97
181
+ #: udata/auth/views.py:98
146
182
  msgid ""
147
183
  "Thank you. Confirmation instructions for changing your email have been sent "
148
184
  "to {new_email}."
@@ -168,6 +204,20 @@ msgstr ""
168
204
  msgid "Your udata instance is ready!"
169
205
  msgstr ""
170
206
 
207
+ #: udata/core/owned.py:30 udata/forms/fields.py:739
208
+ #: udata/tests/api/test_dataservices_api.py:229
209
+ msgid "You can only set yourself as owner"
210
+ msgstr ""
211
+
212
+ #: udata/core/owned.py:38
213
+ msgid "Unknown organization"
214
+ msgstr ""
215
+
216
+ #: udata/core/owned.py:41 udata/forms/fields.py:762
217
+ #: udata/tests/api/test_dataservices_api.py:238
218
+ msgid "Permission denied for this organization"
219
+ msgstr ""
220
+
171
221
  #: udata/core/badges/forms.py:14
172
222
  msgid "Kind"
173
223
  msgstr ""
@@ -193,6 +243,16 @@ msgstr ""
193
243
  msgid "Publish as"
194
244
  msgstr ""
195
245
 
246
+ #: udata/core/dataservices/models.py:129 udata/core/dataset/models.py:489
247
+ #: udata/mongo/datetime_fields.py:59
248
+ msgid "Creation date"
249
+ msgstr ""
250
+
251
+ #: udata/core/dataservices/models.py:133 udata/core/dataset/models.py:491
252
+ #: udata/mongo/datetime_fields.py:61
253
+ msgid "Last modification date"
254
+ msgstr ""
255
+
196
256
  #: udata/core/dataset/activities.py:21
197
257
  msgid "created a dataset"
198
258
  msgstr ""
@@ -233,7 +293,7 @@ msgstr ""
233
293
  msgid "Semidaily"
234
294
  msgstr ""
235
295
 
236
- #: udata/core/dataset/constants.py:15 udata/harvest/models.py:19
296
+ #: udata/core/dataset/constants.py:15 udata/harvest/models.py:20
237
297
  msgid "Daily"
238
298
  msgstr ""
239
299
 
@@ -249,7 +309,7 @@ msgstr ""
249
309
  msgid "Semiweekly"
250
310
  msgstr ""
251
311
 
252
- #: udata/core/dataset/constants.py:19 udata/harvest/models.py:18
312
+ #: udata/core/dataset/constants.py:19 udata/harvest/models.py:19
253
313
  msgid "Weekly"
254
314
  msgstr ""
255
315
 
@@ -265,7 +325,7 @@ msgstr ""
265
325
  msgid "Semimonthly"
266
326
  msgstr ""
267
327
 
268
- #: udata/core/dataset/constants.py:23 udata/harvest/models.py:17
328
+ #: udata/core/dataset/constants.py:23 udata/harvest/models.py:18
269
329
  msgid "Monthly"
270
330
  msgstr ""
271
331
 
@@ -496,9 +556,9 @@ msgid ""
496
556
  "Allowed versions: {values}"
497
557
  msgstr ""
498
558
 
499
- #: udata/core/dataset/models.py:401 udata/core/dataset/rdf.py:452
500
- #: udata/tests/dataset/test_dataset_rdf.py:499
501
- #: udata/tests/dataset/test_dataset_rdf.py:512
559
+ #: udata/core/dataset/models.py:401 udata/core/dataset/rdf.py:430
560
+ #: udata/tests/dataset/test_dataset_rdf.py:517
561
+ #: udata/tests/dataset/test_dataset_rdf.py:530
502
562
  msgid "Nameless resource"
503
563
  msgstr ""
504
564
 
@@ -506,23 +566,15 @@ msgstr ""
506
566
  msgid "Future date of update"
507
567
  msgstr ""
508
568
 
509
- #: udata/core/dataset/models.py:489 udata/mongo/datetime_fields.py:59
510
- msgid "Creation date"
511
- msgstr ""
512
-
513
- #: udata/core/dataset/models.py:491 udata/mongo/datetime_fields.py:61
514
- msgid "Last modification date"
515
- msgstr ""
516
-
517
569
  #: udata/core/dataset/models.py:500
518
570
  msgid "Pivotal data"
519
571
  msgstr ""
520
572
 
521
- #: udata/core/dataset/models.py:539
573
+ #: udata/core/dataset/models.py:540
522
574
  msgid "dataset"
523
575
  msgstr ""
524
576
 
525
- #: udata/core/dataset/rdf.py:450 udata/tests/dataset/test_dataset_rdf.py:486
577
+ #: udata/core/dataset/rdf.py:428 udata/tests/dataset/test_dataset_rdf.py:504
526
578
  msgid "{format} resource"
527
579
  msgstr ""
528
580
 
@@ -587,17 +639,17 @@ msgid "Editor"
587
639
  msgstr ""
588
640
 
589
641
  #: udata/core/organization/constants.py:11 udata/features/transfer/models.py:14
590
- #: udata/harvest/models.py:23 udata/harvest/models.py:33 udata/harvest/models.py:71
642
+ #: udata/harvest/models.py:24 udata/harvest/models.py:34 udata/harvest/models.py:77
591
643
  msgid "Pending"
592
644
  msgstr ""
593
645
 
594
646
  #: udata/core/organization/constants.py:12 udata/features/transfer/models.py:15
595
- #: udata/harvest/models.py:72
647
+ #: udata/harvest/models.py:78
596
648
  msgid "Accepted"
597
649
  msgstr ""
598
650
 
599
651
  #: udata/core/organization/constants.py:13 udata/features/transfer/models.py:16
600
- #: udata/harvest/models.py:73
652
+ #: udata/harvest/models.py:79
601
653
  msgid "Refused"
602
654
  msgstr ""
603
655
 
@@ -648,23 +700,23 @@ msgstr ""
648
700
  msgid "Role"
649
701
  msgstr ""
650
702
 
651
- #: udata/core/organization/models.py:113
703
+ #: udata/core/organization/models.py:115
652
704
  msgid "Public Service"
653
705
  msgstr ""
654
706
 
655
- #: udata/core/organization/models.py:114
707
+ #: udata/core/organization/models.py:116
656
708
  msgid "Certified"
657
709
  msgstr ""
658
710
 
659
- #: udata/core/organization/models.py:115
711
+ #: udata/core/organization/models.py:117
660
712
  msgid "Association"
661
713
  msgstr ""
662
714
 
663
- #: udata/core/organization/models.py:116
715
+ #: udata/core/organization/models.py:118
664
716
  msgid "Company"
665
717
  msgstr ""
666
718
 
667
- #: udata/core/organization/models.py:117
719
+ #: udata/core/organization/models.py:119
668
720
  msgid "Local authority"
669
721
  msgstr ""
670
722
 
@@ -1018,7 +1070,7 @@ msgstr ""
1018
1070
  msgid "Roles"
1019
1071
  msgstr ""
1020
1072
 
1021
- #: udata/core/user/models.py:273 udata/tests/api/test_me_api.py:313
1073
+ #: udata/core/user/models.py:284 udata/tests/api/test_me_api.py:313
1022
1074
  msgid "Account deletion"
1023
1075
  msgstr ""
1024
1076
 
@@ -1054,10 +1106,6 @@ msgstr ""
1054
1106
  msgid "Not a valid UUID"
1055
1107
  msgstr ""
1056
1108
 
1057
- #: udata/forms/fields.py:210 udata/tests/api/test_datasets_api.py:764
1058
- msgid "Invalid URL"
1059
- msgstr ""
1060
-
1061
1109
  #: udata/forms/fields.py:414
1062
1110
  #, python-format
1063
1111
  msgid "Tag \"%(tag)s\" must be between %(min)d and %(max)d characters long."
@@ -1097,14 +1145,6 @@ msgstr ""
1097
1145
  msgid "You must be authenticated"
1098
1146
  msgstr ""
1099
1147
 
1100
- #: udata/forms/fields.py:739
1101
- msgid "You can only set yourself as owner"
1102
- msgstr ""
1103
-
1104
- #: udata/forms/fields.py:762
1105
- msgid "Permission denied for this organization"
1106
- msgstr ""
1107
-
1108
1148
  #: udata/forms/validators.py:59
1109
1149
  #, python-format
1110
1150
  msgid "This field requires \"%(name)s\" to be set"
@@ -1122,43 +1162,43 @@ msgstr ""
1122
1162
  msgid "Backend"
1123
1163
  msgstr ""
1124
1164
 
1125
- #: udata/harvest/models.py:16
1165
+ #: udata/harvest/models.py:17
1126
1166
  msgid "Manual"
1127
1167
  msgstr ""
1128
1168
 
1129
- #: udata/harvest/models.py:24
1169
+ #: udata/harvest/models.py:25
1130
1170
  msgid "Initializing"
1131
1171
  msgstr ""
1132
1172
 
1133
- #: udata/harvest/models.py:25
1173
+ #: udata/harvest/models.py:26
1134
1174
  msgid "Initialized"
1135
1175
  msgstr ""
1136
1176
 
1137
- #: udata/harvest/models.py:26
1177
+ #: udata/harvest/models.py:27
1138
1178
  msgid "Processing"
1139
1179
  msgstr ""
1140
1180
 
1141
- #: udata/harvest/models.py:27 udata/harvest/models.py:35
1181
+ #: udata/harvest/models.py:28 udata/harvest/models.py:36
1142
1182
  msgid "Done"
1143
1183
  msgstr ""
1144
1184
 
1145
- #: udata/harvest/models.py:28
1185
+ #: udata/harvest/models.py:29
1146
1186
  msgid "Done with errors"
1147
1187
  msgstr ""
1148
1188
 
1149
- #: udata/harvest/models.py:29 udata/harvest/models.py:36
1189
+ #: udata/harvest/models.py:30 udata/harvest/models.py:37
1150
1190
  msgid "Failed"
1151
1191
  msgstr ""
1152
1192
 
1153
- #: udata/harvest/models.py:34
1193
+ #: udata/harvest/models.py:35
1154
1194
  msgid "Started"
1155
1195
  msgstr ""
1156
1196
 
1157
- #: udata/harvest/models.py:37
1197
+ #: udata/harvest/models.py:38
1158
1198
  msgid "Skipped"
1159
1199
  msgstr ""
1160
1200
 
1161
- #: udata/harvest/models.py:38
1201
+ #: udata/harvest/models.py:39
1162
1202
  msgid "Archived"
1163
1203
  msgstr ""
1164
1204
 
@@ -1555,6 +1595,10 @@ msgstr ""
1555
1595
  msgid "Here"
1556
1596
  msgstr ""
1557
1597
 
1598
+ #: udata/tests/api/test_datasets_api.py:764
1599
+ msgid "Invalid URL"
1600
+ msgstr ""
1601
+
1558
1602
  #: udata/tests/forms/test_model_field.py:155
1559
1603
  msgid "Expect a \"Target\" class but \"Wrong\" was found"
1560
1604
  msgstr ""