Skip to content

Commit

Permalink
Merge branch 'main' into fix/page-header-overflow-action-id
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy authored Dec 2, 2024
2 parents db6247b + d46f65f commit 539291c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/angular-accelerator/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"ARIA_LABEL": "{{column}} {{direction}} sortieren"
},
"SELECT_ALL_ARIA_LABEL": "Selektiere alle Zeilen der Tabelle",
"SELECT_ALL_TOOLTIP": "Selektiere alle",
"SELECT_ARIA_LABEL": "Selektiere die Tabellenspalte mit der ID {{key}}",
"FILTER_YES": "Ja",
"FILTER_NO": "Nein"
Expand Down
1 change: 1 addition & 0 deletions libs/angular-accelerator/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"ARIA_LABEL": "Toggle {{column}} sorting direction to {{direction}}"
},
"SELECT_ALL_ARIA_LABEL": "Select all table rows",
"SELECT_ALL_TOOLTIP": "Select all",
"SELECT_ARIA_LABEL": "Select table row with id {{key}}",
"FILTER_YES": "Yes",
"FILTER_NO": "No"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<th style="width: 4rem" scope="col" *ngIf="selectionChangedObserved">
<p-tableHeaderCheckbox
*ngIf="allowSelectAll"
pTooltip="{{'OCX_DATA_TABLE.SELECT_ALL_TOOLTIP' | translate}}"
ariaLabel="{{'OCX_DATA_TABLE.SELECT_ALL_ARIA_LABEL' | translate}}"
></p-tableHeaderCheckbox>
</th>
Expand Down
1 change: 1 addition & 0 deletions libs/portal-integration-angular/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"ARIA_LABEL": "{{column}} {{direction}} sortieren"
},
"SELECT_ALL_ARIA_LABEL": "Selektiere alle Zeilen der Tabelle",
"SELECT_ALL_TOOLTIP": "Selektiere alle",
"SELECT_ARIA_LABEL": "Selektiere die Tabellenspalte mit der ID {{key}}",
"FILTER_YES": "Ja",
"FILTER_NO": "Nein"
Expand Down
1 change: 1 addition & 0 deletions libs/portal-integration-angular/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"ARIA_LABEL": "Toggle {{column}} sorting direction to {{direction}}"
},
"SELECT_ALL_ARIA_LABEL": "Select all table rows",
"SELECT_ALL_TOOLTIP": "Select all",
"SELECT_ARIA_LABEL": "Select table row with id {{key}}",
"FILTER_YES": "Yes",
"FILTER_NO": "No"
Expand Down

0 comments on commit 539291c

Please sign in to comment.