[PR #3520] [MERGED] Localization updates for 2.15.0 #3998

Closed
opened 2026-04-25 00:17:54 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3520
Author: @nichwall
Created: 10/15/2024
Status: Merged
Merged: 10/18/2024
Merged by: @advplyr

Base: masterHead: localization_2_15_0


📝 Commits (6)

  • 5228f66 Add: episode edit dropdowns
  • bf4f658 Update: lazy episode table and row
  • 3bcad82 Various string updates
  • 3c1ccdb Batch quick match strings
  • 85392f4 Author card strings
  • 2d27c22 Update translation key for quick match episodes confirm

📊 Changes

17 files changed (+135 additions, -76 deletions)

View changed files

📝 client/components/app/MediaPlayerContainer.vue (+3 -3)
📝 client/components/cards/AuthorCard.vue (+7 -4)
📝 client/components/modals/BatchQuickMatchModel.vue (+2 -2)
📝 client/components/modals/item/tabs/Episodes.vue (+5 -5)
📝 client/components/modals/item/tabs/Match.vue (+17 -17)
📝 client/components/modals/item/tabs/Schedule.vue (+8 -8)
📝 client/components/modals/libraries/EditModal.vue (+1 -1)
📝 client/components/modals/libraries/LibraryTools.vue (+9 -9)
📝 client/components/modals/podcast/NewModal.vue (+6 -1)
📝 client/components/modals/podcast/tabs/EpisodeDetails.vue (+10 -5)
📝 client/components/tables/podcast/LazyEpisodeRow.vue (+8 -8)
📝 client/components/tables/podcast/LazyEpisodesTable.vue (+4 -4)
📝 client/components/widgets/PodcastDetailsEdit.vue (+6 -1)
📝 client/pages/audiobook/_id/chapters.vue (+2 -2)
📝 client/pages/library/_library/narrators.vue (+1 -1)
📝 client/store/globals.js (+5 -5)
📝 client/strings/en-us.json (+41 -0)

📄 Description

This PR fixes https://github.com/advplyr/audiobookshelf/issues/3513

I went through and updated the rest of the strings in the episode table and row files as well.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3520 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 10/15/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `localization_2_15_0` --- ### 📝 Commits (6) - [`5228f66`](https://github.com/advplyr/audiobookshelf/commit/5228f669c0c8d9990daffdef5c95992b60dab25c) Add: episode edit dropdowns - [`bf4f658`](https://github.com/advplyr/audiobookshelf/commit/bf4f6584e165b4628824ff2b7a80b0f65377f293) Update: lazy episode table and row - [`3bcad82`](https://github.com/advplyr/audiobookshelf/commit/3bcad820cf17e8817ce78e2f91c28bb2b64e2262) Various string updates - [`3c1ccdb`](https://github.com/advplyr/audiobookshelf/commit/3c1ccdbce5af20541b7e0d821af145e6128ed76d) Batch quick match strings - [`85392f4`](https://github.com/advplyr/audiobookshelf/commit/85392f431aa1a41cb70f6ebf91e84eb92fc20ebd) Author card strings - [`2d27c22`](https://github.com/advplyr/audiobookshelf/commit/2d27c22c81a9d45cc045b64e70b0fa6d8e66b88d) Update translation key for quick match episodes confirm ### 📊 Changes **17 files changed** (+135 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/MediaPlayerContainer.vue` (+3 -3) 📝 `client/components/cards/AuthorCard.vue` (+7 -4) 📝 `client/components/modals/BatchQuickMatchModel.vue` (+2 -2) 📝 `client/components/modals/item/tabs/Episodes.vue` (+5 -5) 📝 `client/components/modals/item/tabs/Match.vue` (+17 -17) 📝 `client/components/modals/item/tabs/Schedule.vue` (+8 -8) 📝 `client/components/modals/libraries/EditModal.vue` (+1 -1) 📝 `client/components/modals/libraries/LibraryTools.vue` (+9 -9) 📝 `client/components/modals/podcast/NewModal.vue` (+6 -1) 📝 `client/components/modals/podcast/tabs/EpisodeDetails.vue` (+10 -5) 📝 `client/components/tables/podcast/LazyEpisodeRow.vue` (+8 -8) 📝 `client/components/tables/podcast/LazyEpisodesTable.vue` (+4 -4) 📝 `client/components/widgets/PodcastDetailsEdit.vue` (+6 -1) 📝 `client/pages/audiobook/_id/chapters.vue` (+2 -2) 📝 `client/pages/library/_library/narrators.vue` (+1 -1) 📝 `client/store/globals.js` (+5 -5) 📝 `client/strings/en-us.json` (+41 -0) </details> ### 📄 Description This PR fixes https://github.com/advplyr/audiobookshelf/issues/3513 I went through and updated the rest of the strings in the episode table and row files as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:54 +02:00
adam closed this issue 2026-04-25 00:17:54 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3998