Skip to content

Commit

Permalink
Merge branch 'main' into BC-7457-focus-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Sep 20, 2024
2 parents 7396ac5 + a2c47db commit 3af2414
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 238 deletions.
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

0 comments on commit 3af2414

Please sign in to comment.