Skip to content

Commit

Permalink
Add translations (Player)
Browse files Browse the repository at this point in the history
These translations are related to the implementation of the `Player` feature in PR:

danskernesdigitalebibliotek/dpl-react#1562
  • Loading branch information
kasperbirch1 committed Dec 3, 2024
1 parent f33998e commit 8fdc77a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public function work(string $wid): array {
'already-reserved-text' => $this->t('Already reserved', [], ['context' => 'Work Page']),
'approve-reservation-text' => $this->t('Approve reservation', [], ['context' => 'Work Page']),
'audience-text' => $this->t('Audience', [], ['context' => 'Work Page']),
'audiobook-text' => $this->t('Audiobook', [], ['context' => 'Work Page']),
'blocked-button-text' => $this->t('Blocked', [], ['context' => 'Work Page']),
'cannot-see-review-text' => $this->t('The review is not accessible', [], ['context' => 'Work Page']),
'cant-reserve-text' => $this->t("Can't be reserved", [], ['context' => 'Work Page']),
Expand Down Expand Up @@ -314,6 +315,7 @@ public function work(string $wid): array {
'details-list-parts-text' => $this->t('Contents', [], ['context' => 'Work Page']),
'details-of-the-material-text' => $this->t('Details of the material', [], ['context' => 'Work Page']),
'details-text' => $this->t('Details', [], ['context' => 'Work Page']),
'ebook-text' => $this->t('Ebook', [], ['context' => 'Work Page']),
'edition-text' => $this->t('Edition', [], ['context' => 'Work Page']),
'editions-text' => $this->t('Editions', [], ['context' => 'Work Page']),
'expand-more-text' => $this->t('Expand more', [], ['context' => 'Work Page']),
Expand Down Expand Up @@ -385,7 +387,7 @@ public function work(string $wid): array {
'online-limit-month-audiobook-info-text' => $this->t('You have borrowed @count out of @limit possible audio-books this month', [], ['context' => 'Work Page']),
'online-limit-month-ebook-info-text' => $this->t('You have borrowed @count out of @limit possible e-books this month', [], ['context' => 'Work Page']),
'online-limit-month-info-text' => $this->t('You have borrowed @count out of @limit possible e-books this month', [], ['context' => 'Work Page']),
'online-material-teaser-text' => $this->t('Try e-book', [], ['context' => 'Work Page']),
'online-material-teaser-text' => $this->t('Try @materialType', [], ['context' => 'Work Page']),
'open-order-not-owned-ill-loc-text' => $this->t('Your material has been ordered from another library', [], ['context' => 'Work Page']),
'open-order-owned-own-catalogue-text' => $this->t('Item available, order through the librarys catalogue', [], ['context' => 'Work Page']),
'open-order-owned-wrong-mediumtype-text' => $this->t('Item available but medium type not accepted', [], ['context' => 'Work Page']),
Expand All @@ -411,6 +413,8 @@ public function work(string $wid): array {
'order-digital-copy-title-text' => $this->t('Order digital copy', [], ['context' => 'Work Page']),
'original-title-text' => $this->t('Original title', [], ['context' => 'Work Page']),
'periodical-select-edition-text' => $this->t('Edition', [], ['context' => 'Work Page']),
'player-modal-close-button-text' => $this->t('Close', [], ['context' => 'Work Page']),
'player-modal-description-text' => $this->t('Player modal description', [], ['context' => 'Work Page']),
'periodical-select-year-text' => $this->t('Year', [], ['context' => 'Work Page']),
'periodikum-select-week-text' => $this->t('Week', [], ['context' => 'Work Page']),
'periodikum-select-year-text' => $this->t('Year', [], ['context' => 'Work Page']),
Expand Down

0 comments on commit 8fdc77a

Please sign in to comment.