Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-2148 Add aria-label to external tool element #3405

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default {
"common.actions.shareCopy": "Kopie teilen",
"common.actions.update": "Aktualisieren",
"common.ariaLabel.newTab": "öffnet in einem neuen Tab",
"common.ariaLabel.sameTab": "öffnet im selben Tab",
"common.labels.admin": "Admin(s)",
"common.labels.birthdate": "Geburtsdatum",
"common.labels.birthday": "Geburtsdatum",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default {
"common.actions.shareCopy": "Share copy",
"common.actions.update": "Update",
"common.ariaLabel.newTab": "opens in a new tab",
"common.ariaLabel.sameTab": "opens in the same tab",
"common.labels.admin": "",
"common.labels.birthdate": "Date of birth",
"common.labels.birthday": "Date of Birth",
Expand Down
1 change: 1 addition & 0 deletions src/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default {
"common.actions.shareCopy": "Compartir copia",
"common.actions.update": "Actualizar",
"common.ariaLabel.newTab": "se abre en una nueva pestaña",
"common.ariaLabel.sameTab": "se abre en la misma pestaña",
"common.labels.admin": "Admin(s)",
"common.labels.birthdate": "Fecha de nacimiento",
"common.labels.birthday": "Fecha de nacimiento",
Expand Down
1 change: 1 addition & 0 deletions src/locales/uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default {
"common.actions.shareCopy": "Поділитися копією",
"common.actions.update": "Оновити",
"common.ariaLabel.newTab": "відкривається в новій вкладці",
"common.ariaLabel.sameTab": "відкривається в тій же вкладці",
"common.labels.admin": "адміністратор(и)",
"common.labels.birthdate": "Дата народження",
"common.labels.birthday": "Дата народження",
Expand Down
Loading
Loading