Skip to content

Commit

Permalink
chore(i18n): translate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Jan 22, 2025
1 parent fa99db4 commit 7aa14a4
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@
icon="matErrorOutlineOutline"
class="block h-12 p-1"
>
<span translate="">record.feature.limit</span>
<span
translate
[translateParams]="{ count: maxFeatureCount }"
>record.feature.limit</span
>
</gn-ui-popup-alert>
</ng-container>
<ng-template #chartView>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class RecordMetadataComponent {
private dataService: DataService,
@Inject(MAX_FEATURE_COUNT)
@Optional()
private maxFeatureCount: number
protected maxFeatureCount: number
) {}

onTabIndexChange(index: number): void {
Expand Down
1 change: 1 addition & 0 deletions translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "",
"record.action.view": "Anzeigen",
"record.externalViewer.open": "In externem Kartenviewer öffnen",
"record.feature.limit": "Die Ressource enthält mehr als {count} Features und kann hier nicht angezeigt werden.",
"record.metadata.about": "Beschreibung",
"record.metadata.api": "API",
"record.metadata.api.form.closeButton": "Schließen",
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "Duplicate",
"record.action.view": "View",
"record.externalViewer.open": "Open in the external map viewer",
"record.feature.limit": "The resource contains more than {count} features and cannot be displayed here.",
"record.metadata.about": "Description",
"record.metadata.api": "API",
"record.metadata.api.form.closeButton": "Close",
Expand Down
1 change: 1 addition & 0 deletions translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "",
"record.action.view": "",
"record.externalViewer.open": "",
"record.feature.limit": "",
"record.metadata.about": "",
"record.metadata.api": "",
"record.metadata.api.form.closeButton": "",
Expand Down
1 change: 1 addition & 0 deletions translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "Dupliquer",
"record.action.view": "Voir",
"record.externalViewer.open": "Ouvrir dans le visualiseur externe",
"record.feature.limit": "La ressource contient plus de {count} entités et ne peut pas être affichée ici.",
"record.metadata.about": "Description",
"record.metadata.api": "API",
"record.metadata.api.form.closeButton": "Fermer",
Expand Down
1 change: 1 addition & 0 deletions translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "",
"record.action.view": "Visualizza",
"record.externalViewer.open": "Apri nell'visualizzatore esterno",
"record.feature.limit": "",
"record.metadata.about": "Descrizione",
"record.metadata.api": "API",
"record.metadata.api.form.closeButton": "Chiudi",
Expand Down
1 change: 1 addition & 0 deletions translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "",
"record.action.view": "",
"record.externalViewer.open": "",
"record.feature.limit": "",
"record.metadata.about": "",
"record.metadata.api": "",
"record.metadata.api.form.closeButton": "",
Expand Down
1 change: 1 addition & 0 deletions translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "",
"record.action.view": "",
"record.externalViewer.open": "",
"record.feature.limit": "",
"record.metadata.about": "",
"record.metadata.api": "",
"record.metadata.api.form.closeButton": "",
Expand Down
1 change: 1 addition & 0 deletions translations/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
"record.action.duplicate": "",
"record.action.view": "Zobraziť",
"record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
"record.feature.limit": "",
"record.metadata.about": "O",
"record.metadata.api": "API",
"record.metadata.api.form.closeButton": "Zavrieť",
Expand Down

0 comments on commit 7aa14a4

Please sign in to comment.