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

@@ -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: de\n"
9
9
  "Language-Team: German\n"
@@ -42,23 +42,59 @@ msgstr "Das Passwort wurde geändert"
42
42
  msgid "Password reset instructions"
43
43
  msgstr "Anleitung zum Zurücksetzen des Passworts"
44
44
 
45
- #: udata/settings.py:430
45
+ #: udata/settings.py:433
46
46
  msgid "This dataset has been archived"
47
47
  msgstr "Dieser Datensatz wurde archiviert"
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 "Überprüfungsfehler: Ihre Daten können im Moment nicht aktualisiert werden. Wir wurden über den Fehler benachrichtigt und werden ihn so bald wie möglich beheben."
52
88
 
53
- #: udata/api/oauth2.py:53
89
+ #: udata/api/oauth2.py:54
54
90
  msgid "Bearer Token"
55
91
  msgstr "Bearer Token"
56
92
 
57
- #: udata/api/oauth2.py:57
93
+ #: udata/api/oauth2.py:58
58
94
  msgid "Default scope"
59
95
  msgstr "Standardumfang"
60
96
 
61
- #: udata/api/oauth2.py:58
97
+ #: udata/api/oauth2.py:59
62
98
  msgid "System administrator rights"
63
99
  msgstr "Systemadministrator-Rechte"
64
100
 
@@ -129,15 +165,15 @@ msgstr "Passwort muss Symbole enthalten"
129
165
  msgid "Confirm change of email instructions"
130
166
  msgstr "Anleitung zur Bestätigung der E-Mail-Adressänderung"
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 "Sie haben die Änderung Ihrer E-Mail-Adresse innerhalb von {email_within} nicht bestätigt. Neue Anweisungen zur Bestätigung der Änderung der E-Mail-Adresse wurden an {new_email} gesendet."
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 "Vielen Dank. Ihre Änderung der E-Mail-Adresse wurde bestätigt."
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 "Vielen Dank. Eine Anleitung zum Ändern Ihrer E-Mail-Adresse wurden an {new_email} gesendet."
143
179
 
@@ -161,6 +197,20 @@ msgstr "Möchten Sie Beispieldaten erstellen?"
161
197
  msgid "Your udata instance is ready!"
162
198
  msgstr "Deine udata Instanz ist bereit!"
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 "Berechtigung für diese Organisation verweigert"
213
+
164
214
  #: udata/core/badges/forms.py:14
165
215
  msgid "Kind"
166
216
  msgstr "Art"
@@ -186,6 +236,16 @@ msgstr "E-Mail"
186
236
  msgid "Publish as"
187
237
  msgstr "Veröffentlichen als"
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 "Erstellungsdatum"
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 "Letzte Änderung"
248
+
189
249
  #: udata/core/dataset/activities.py:21
190
250
  msgid "created a dataset"
191
251
  msgstr "Datensatz angelegt"
@@ -226,7 +286,7 @@ msgstr "Dreimal pro Tag"
226
286
  msgid "Semidaily"
227
287
  msgstr "Zweimal pro Tag"
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 "Täglich"
232
292
 
@@ -242,7 +302,7 @@ msgstr "Dreimal pro Woche"
242
302
  msgid "Semiweekly"
243
303
  msgstr "Zweimal pro Woche"
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 "Wöchentlich"
248
308
 
@@ -258,7 +318,7 @@ msgstr "Dreimal im Monat"
258
318
  msgid "Semimonthly"
259
319
  msgstr "Halbmonatlich"
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 "Monatlich"
264
324
 
@@ -487,9 +547,9 @@ msgstr ""
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 "Namenlose Ressource"
495
555
 
@@ -497,23 +557,15 @@ msgstr "Namenlose Ressource"
497
557
  msgid "Future date of update"
498
558
  msgstr "Zukünftiges Update-Datum"
499
559
 
500
- #: udata/core/dataset/models.py:489 udata/mongo/datetime_fields.py:59
501
- msgid "Creation date"
502
- msgstr "Erstellungsdatum"
503
-
504
- #: udata/core/dataset/models.py:491 udata/mongo/datetime_fields.py:61
505
- msgid "Last modification date"
506
- msgstr "Letzte Änderung"
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 "Datensatz"
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 ""
519
571
 
@@ -578,17 +630,17 @@ msgid "Editor"
578
630
  msgstr "Bearbeiter"
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 "Ausstehend"
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 "Akzeptiert"
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 "Abgelehnt"
594
646
 
@@ -639,23 +691,23 @@ msgstr ""
639
691
  msgid "Role"
640
692
  msgstr "Rolle"
641
693
 
642
- #: udata/core/organization/models.py:113
694
+ #: udata/core/organization/models.py:115
643
695
  msgid "Public Service"
644
696
  msgstr "Öffentliche Stelle"
645
697
 
646
- #: udata/core/organization/models.py:114
698
+ #: udata/core/organization/models.py:116
647
699
  msgid "Certified"
648
700
  msgstr "Zertifiziert"
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 "Über"
1009
1061
  msgid "Roles"
1010
1062
  msgstr "Rollen"
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 ""
1045
1097
  msgid "Not a valid UUID"
1046
1098
  msgstr "Keine gültige UUID"
1047
1099
 
1048
- #: udata/forms/fields.py:210 udata/tests/api/test_datasets_api.py:764
1049
- msgid "Invalid URL"
1050
- msgstr "Ungültiger 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 "Berechtigung für diese Organisation verweigert"
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 "Backend"
1115
1155
 
1116
- #: udata/harvest/models.py:16
1156
+ #: udata/harvest/models.py:17
1117
1157
  msgid "Manual"
1118
1158
  msgstr "Manuell"
1119
1159
 
1120
- #: udata/harvest/models.py:24
1160
+ #: udata/harvest/models.py:25
1121
1161
  msgid "Initializing"
1122
1162
  msgstr "Initialisieren"
1123
1163
 
1124
- #: udata/harvest/models.py:25
1164
+ #: udata/harvest/models.py:26
1125
1165
  msgid "Initialized"
1126
1166
  msgstr "Initialisiert"
1127
1167
 
1128
- #: udata/harvest/models.py:26
1168
+ #: udata/harvest/models.py:27
1129
1169
  msgid "Processing"
1130
1170
  msgstr "Wird ausgeführt"
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 "Beendet"
1135
1175
 
1136
- #: udata/harvest/models.py:28
1176
+ #: udata/harvest/models.py:29
1137
1177
  msgid "Done with errors"
1138
1178
  msgstr "Mit Fehlern beendet"
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 "Fehlgeschlagen"
1143
1183
 
1144
- #: udata/harvest/models.py:34
1184
+ #: udata/harvest/models.py:35
1145
1185
  msgid "Started"
1146
1186
  msgstr "Gestartet"
1147
1187
 
1148
- #: udata/harvest/models.py:37
1188
+ #: udata/harvest/models.py:38
1149
1189
  msgid "Skipped"
1150
1190
  msgstr "Übersprungen"
1151
1191
 
1152
- #: udata/harvest/models.py:38
1192
+ #: udata/harvest/models.py:39
1153
1193
  msgid "Archived"
1154
1194
  msgstr "Archiviert"
1155
1195
 
@@ -1532,6 +1572,10 @@ msgstr ""
1532
1572
  msgid "Here"
1533
1573
  msgstr ""
1534
1574
 
1575
+ #: udata/tests/api/test_datasets_api.py:764
1576
+ msgid "Invalid URL"
1577
+ msgstr "Ungültiger URL"
1578
+
1535
1579
  #: udata/tests/forms/test_model_field.py:155
1536
1580
  msgid "Expect a \"Target\" class but \"Wrong\" was found"
1537
1581
  msgstr ""
Binary file
@@ -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: es\n"
9
9
  "Language-Team: Spanish\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 "Portador de emergencia"
56
92
 
57
- #: udata/api/oauth2.py:57
93
+ #: udata/api/oauth2.py:58
58
94
  msgid "Default scope"
59
95
  msgstr "El ámbito predeterminado"
60
96
 
61
- #: udata/api/oauth2.py:58
97
+ #: udata/api/oauth2.py:59
62
98
  msgid "System administrator rights"
63
99
  msgstr "Derechos del administrador del sistema"
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 ""
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 "Sólo puede establecerse usted mismo como propietario"
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 "Permiso negado para esta organización"
213
+
164
214
  #: udata/core/badges/forms.py:14
165
215
  msgid "Kind"
166
216
  msgstr "Tipo"
@@ -186,6 +236,16 @@ msgstr ""
186
236
  msgid "Publish as"
187
237
  msgstr "Publicar como"
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 "Fecha de creación"
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 "Ultima fecha de creación "
248
+
189
249
  #: udata/core/dataset/activities.py:21
190
250
  msgid "created a dataset"
191
251
  msgstr "ha creado un conjunto de datos"
@@ -226,7 +286,7 @@ msgstr "Tres veces al día"
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 "Diario"
232
292
 
@@ -242,7 +302,7 @@ msgstr "Tres veces por semana"
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 "Semanal"
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 "Mensual"
264
324
 
@@ -487,9 +547,9 @@ msgstr ""
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 "Expedientes sin nombre"
495
555
 
@@ -497,23 +557,15 @@ msgstr "Expedientes sin nombre"
497
557
  msgid "Future date of update"
498
558
  msgstr "La futura fecha de actualización"
499
559
 
500
- #: udata/core/dataset/models.py:489 udata/mongo/datetime_fields.py:59
501
- msgid "Creation date"
502
- msgstr "Fecha de creación"
503
-
504
- #: udata/core/dataset/models.py:491 udata/mongo/datetime_fields.py:61
505
- msgid "Last modification date"
506
- msgstr "Ultima fecha de creación "
507
-
508
560
  #: udata/core/dataset/models.py:500
509
561
  msgid "Pivotal data"
510
562
  msgstr "Datos centrales"
511
563
 
512
- #: udata/core/dataset/models.py:539
564
+ #: udata/core/dataset/models.py:540
513
565
  msgid "dataset"
514
566
  msgstr "conjunto de datos"
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 ""
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 "Pendiente"
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 "Aceptado"
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 "Rechazado"
594
646
 
@@ -639,23 +691,23 @@ msgstr ""
639
691
  msgid "Role"
640
692
  msgstr "Rol"
641
693
 
642
- #: udata/core/organization/models.py:113
694
+ #: udata/core/organization/models.py:115
643
695
  msgid "Public Service"
644
696
  msgstr "Servicio público"
645
697
 
646
- #: udata/core/organization/models.py:114
698
+ #: udata/core/organization/models.py:116
647
699
  msgid "Certified"
648
700
  msgstr "Certificado"
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 "Sobre"
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 ""
1045
1097
  msgid "Not a valid UUID"
1046
1098
  msgstr ""
1047
1099
 
1048
- #: udata/forms/fields.py:210 udata/tests/api/test_datasets_api.py:764
1049
- msgid "Invalid URL"
1050
- msgstr ""
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 "Incapaz de analizar el rango de los datos"
1088
1136
  msgid "You must be authenticated"
1089
1137
  msgstr "Usted debe estar autentificado"
1090
1138
 
1091
- #: udata/forms/fields.py:739
1092
- msgid "You can only set yourself as owner"
1093
- msgstr "Sólo puede establecerse usted mismo como propietario"
1094
-
1095
- #: udata/forms/fields.py:762
1096
- msgid "Permission denied for this organization"
1097
- msgstr "Permiso negado para esta organización"
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 "En la parte posterior"
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 "Inicializando"
1123
1163
 
1124
- #: udata/harvest/models.py:25
1164
+ #: udata/harvest/models.py:26
1125
1165
  msgid "Initialized"
1126
1166
  msgstr "Inicializado "
1127
1167
 
1128
- #: udata/harvest/models.py:26
1168
+ #: udata/harvest/models.py:27
1129
1169
  msgid "Processing"
1130
1170
  msgstr "Procesando"
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 "Hecho"
1135
1175
 
1136
- #: udata/harvest/models.py:28
1176
+ #: udata/harvest/models.py:29
1137
1177
  msgid "Done with errors"
1138
1178
  msgstr "Hecho con errores"
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 "Fallado"
1143
1183
 
1144
- #: udata/harvest/models.py:34
1184
+ #: udata/harvest/models.py:35
1145
1185
  msgid "Started"
1146
1186
  msgstr "Comenzó"
1147
1187
 
1148
- #: udata/harvest/models.py:37
1188
+ #: udata/harvest/models.py:38
1149
1189
  msgid "Skipped"
1150
1190
  msgstr "Salteado"
1151
1191
 
1152
- #: udata/harvest/models.py:38
1192
+ #: udata/harvest/models.py:39
1153
1193
  msgid "Archived"
1154
1194
  msgstr ""
1155
1195
 
@@ -1532,6 +1572,10 @@ msgstr ""
1532
1572
  msgid "Here"
1533
1573
  msgstr ""
1534
1574
 
1575
+ #: udata/tests/api/test_datasets_api.py:764
1576
+ msgid "Invalid URL"
1577
+ msgstr ""
1578
+
1535
1579
  #: udata/tests/forms/test_model_field.py:155
1536
1580
  msgid "Expect a \"Target\" class but \"Wrong\" was found"
1537
1581
  msgstr ""
Binary file