You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/core/assets/locale/messages.core.de.xlf
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,10 @@
30
30
<source>Extracting data for layer <xid="PH"equiv-text="params.serviceLayerName"/> and format <xid="PH_1"equiv-text="params.format"/> failed</source>
31
31
<target>Datenextrakt für Layer <xid="PH"equiv-text="params.serviceLayerName"/> und Format <xid="PH_1"equiv-text="params.format"/> fehlgeschlagen</target>
<source>Extracting data for layer <xid="PH"equiv-text="params.serviceLayerName"/> and format <xid="PH_1"equiv-text="params.format"/> failed during extraction</source>
35
+
<target>Datenextrakt für Layer <xid="PH"equiv-text="params.serviceLayerName"/> und Format <xid="PH_1"equiv-text="params.format"/> während der Extraktion fehlgeschlagen</target>
<source>Extracting data for layer <xid="PH"equiv-text="params.serviceLayerName"/> and format <xid="PH_1"equiv-text="params.format"/> failed during extraction</source>
<source>Extracting data for layer <xid="PH"equiv-text="params.serviceLayerName"/> and format <xid="PH_1"equiv-text="params.format"/> failed during extraction</source>
35
+
<target>Gegevens extract voor laag <xid="PH"equiv-text="params.serviceLayerName"/> en formaat <xid="PH_1"equiv-text="params.format"/> tijdens de extractie mislukt</target>
// emit the original response regardless of HTTP result so outer map can use it
130
144
map(()=>response));
131
145
}else{
132
-
// extraction failed -> show message and emit response
133
-
constmsg=
134
-
$localize`:@@core.attribute-list.export-failed:Extracting data for layer ${params.serviceLayerName} and format ${params.format} failed during extraction`;
146
+
// extraction process failed server side -> show message and emit response
147
+
this.extractProgressSubject.next(0);
148
+
/* eslint-disable-next-line max-len */
149
+
constmsg=$localize`:@@core.attribute-list.export-failed-during-extraction:Extracting data for layer ${params.serviceLayerName} and format ${params.format} failed during extraction`;
135
150
this.showSnackbarMessage(msg);
136
151
returnof(response);
137
152
}
@@ -180,11 +195,14 @@ export class AttributeListExportService {
0 commit comments