Skip to content

Commit 8ef1909

Browse files
committed
i18n
1 parent 6ec47c0 commit 8ef1909

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

projects/admin-core/assets/locale/messages.admin-core.de.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,10 @@
718718
<source>Add map service</source>
719719
<target>Kartendienst hinzufügen</target>
720720
</trans-unit>
721+
<trans-unit id="admin-core.catalog.attachment-attributes" datatype="html">
722+
<source>Attachment attributes</source>
723+
<target>Attachment attributes</target>
724+
</trans-unit>
721725
<trans-unit id="admin-core.catalog.attribute" datatype="html">
722726
<source>Attribute</source>
723727
<target>Attribute</target>

projects/admin-core/assets/locale/messages.admin-core.en.xlf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@
539539
<trans-unit id="admin-core.catalog.add-map-service" datatype="html">
540540
<source>Add map service</source>
541541
</trans-unit>
542+
<trans-unit id="admin-core.catalog.attachment-attributes" datatype="html">
543+
<source>Attachment attributes</source>
544+
</trans-unit>
542545
<trans-unit id="admin-core.catalog.attribute" datatype="html">
543546
<source>Attribute</source>
544547
</trans-unit>

projects/admin-core/assets/locale/messages.admin-core.nl.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,10 @@
717717
<source>Add map service</source>
718718
<target>Kaartservice toevoegen</target>
719719
</trans-unit>
720+
<trans-unit id="admin-core.catalog.attachment-attributes" datatype="html">
721+
<source>Attachment attributes</source>
722+
<target>Bijlage-attributen</target>
723+
</trans-unit>
720724
<trans-unit id="admin-core.catalog.attribute" datatype="html">
721725
<source>Attribute</source>
722726
<target>Attribuut</target>

projects/admin-core/src/lib/catalog/feature-type-attributes/feature-type-attributes.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
<div class="attachments-attributes">
120120
<mat-card>
121-
<mat-card-title>Attachment attributes</mat-card-title>
121+
<mat-card-title i18n="@@admin-core.catalog.attachment-attributes">Attachment attributes</mat-card-title>
122122
<mat-card-content>
123123
<tm-admin-feature-type-attachment-attributes [attachmentAttributes]="attachmentAttributes"
124124
(attachmentAttributesChange)="onAttachmentAttributesChanged($event)"></tm-admin-feature-type-attachment-attributes>

0 commit comments

Comments
 (0)