[PR #3304] [MERGED] Translation strings added #3930

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3304
Author: @nichwall
Created: 8/19/2024
Status: Merged
Merged: 8/31/2024
Merged by: @advplyr

Base: masterHead: machou_2_12_3_translations


📝 Commits (10+)

  • c2f41d5 Update: pages/items/_id toast messages
  • 039d7b7 Update: account modal strings
  • 43888a5 Update: audio file data modal strings
  • 042d19c Update: sleep timer set string
  • ecfae56 Update: loading indicator string
  • 6315364 Update: lazy book card strings
  • eb82754 Reorder keys
  • c2870d6 Fix: syntax error in LazyBookCard
  • 2c095a3 Fix: json ordering
  • da101a1 Fix: fix double message definition

📊 Changes

59 files changed (+330 additions, -237 deletions)

View changed files

📝 client/components/app/Appbar.vue (+2 -2)
📝 client/components/app/BookShelfToolbar.vue (+5 -5)
📝 client/components/cards/LazyBookCard.vue (+19 -19)
📝 client/components/cards/LazySeriesCard.vue (+1 -1)
📝 client/components/cards/NotificationCard.vue (+13 -15)
📝 client/components/modals/AccountModal.vue (+11 -11)
📝 client/components/modals/AddCustomMetadataProviderModal.vue (+5 -5)
📝 client/components/modals/AudioFileDataModal.vue (+2 -2)
📝 client/components/modals/BackupScheduleModal.vue (+1 -1)
📝 client/components/modals/BookmarksModal.vue (+1 -1)
📝 client/components/modals/ListeningSessionModal.vue (+2 -3)
📝 client/components/modals/ShareModal.vue (+1 -1)
📝 client/components/modals/SleepTimerModal.vue (+1 -1)
📝 client/components/modals/UploadImageModal.vue (+3 -4)
📝 client/components/modals/authors/EditModal.vue (+14 -12)
📝 client/components/modals/collections/AddCreateModal.vue (+7 -7)
📝 client/components/modals/collections/EditModal.vue (+2 -2)
📝 client/components/modals/emails/EReaderDeviceModal.vue (+6 -8)
📝 client/components/modals/item/tabs/Cover.vue (+5 -10)
📝 client/components/modals/item/tabs/Details.vue (+11 -11)

...and 39 more files

📄 Description

Fixes https://github.com/advplyr/audiobookshelf/issues/3242

This PR updates the strings in the client mentioned in the above issue, as well as updating other strings in those files which were not translatable.

This PR does not update the task strings which are generated/updated by the server because right now only the client has i18n functionality. I opened https://github.com/advplyr/audiobookshelf/issues/3303 to track this separately.


🔄 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/3304 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 8/19/2024 **Status:** ✅ Merged **Merged:** 8/31/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `machou_2_12_3_translations` --- ### 📝 Commits (10+) - [`c2f41d5`](https://github.com/advplyr/audiobookshelf/commit/c2f41d5bc4c7db2d1895a841813d04dde85feb25) Update: `pages/items/_id` toast messages - [`039d7b7`](https://github.com/advplyr/audiobookshelf/commit/039d7b7b7c7830d051e489283524ef7d073ac196) Update: account modal strings - [`43888a5`](https://github.com/advplyr/audiobookshelf/commit/43888a5bf7fc713aeea9f8cebf7033315cbe8fca) Update: audio file data modal strings - [`042d19c`](https://github.com/advplyr/audiobookshelf/commit/042d19ce6e236369fd38967723212ec1b5c867ec) Update: sleep timer set string - [`ecfae56`](https://github.com/advplyr/audiobookshelf/commit/ecfae56ac31d209cad9709ca0d3e34fee7b6bc4f) Update: loading indicator string - [`6315364`](https://github.com/advplyr/audiobookshelf/commit/6315364a89102a891d795201429267cfcbad294e) Update: lazy book card strings - [`eb82754`](https://github.com/advplyr/audiobookshelf/commit/eb82754d8677f44b5c39246a9b3fbe04fb57f26c) Reorder keys - [`c2870d6`](https://github.com/advplyr/audiobookshelf/commit/c2870d6568ceec4bbfe3ce09c93207ebafda3a66) Fix: syntax error in LazyBookCard - [`2c095a3`](https://github.com/advplyr/audiobookshelf/commit/2c095a3dc36dd415a8618c9e10f69cb85b5e64e3) Fix: json ordering - [`da101a1`](https://github.com/advplyr/audiobookshelf/commit/da101a17af4ac73bbed64ce8ade57048cd9da5ea) Fix: fix double message definition ### 📊 Changes **59 files changed** (+330 additions, -237 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/Appbar.vue` (+2 -2) 📝 `client/components/app/BookShelfToolbar.vue` (+5 -5) 📝 `client/components/cards/LazyBookCard.vue` (+19 -19) 📝 `client/components/cards/LazySeriesCard.vue` (+1 -1) 📝 `client/components/cards/NotificationCard.vue` (+13 -15) 📝 `client/components/modals/AccountModal.vue` (+11 -11) 📝 `client/components/modals/AddCustomMetadataProviderModal.vue` (+5 -5) 📝 `client/components/modals/AudioFileDataModal.vue` (+2 -2) 📝 `client/components/modals/BackupScheduleModal.vue` (+1 -1) 📝 `client/components/modals/BookmarksModal.vue` (+1 -1) 📝 `client/components/modals/ListeningSessionModal.vue` (+2 -3) 📝 `client/components/modals/ShareModal.vue` (+1 -1) 📝 `client/components/modals/SleepTimerModal.vue` (+1 -1) 📝 `client/components/modals/UploadImageModal.vue` (+3 -4) 📝 `client/components/modals/authors/EditModal.vue` (+14 -12) 📝 `client/components/modals/collections/AddCreateModal.vue` (+7 -7) 📝 `client/components/modals/collections/EditModal.vue` (+2 -2) 📝 `client/components/modals/emails/EReaderDeviceModal.vue` (+6 -8) 📝 `client/components/modals/item/tabs/Cover.vue` (+5 -10) 📝 `client/components/modals/item/tabs/Details.vue` (+11 -11) _...and 39 more files_ </details> ### 📄 Description Fixes https://github.com/advplyr/audiobookshelf/issues/3242 This PR updates the strings in the client mentioned in the above issue, as well as updating other strings in those files which were not translatable. This PR does *not* update the task strings which are generated/updated by the server because right now only the client has i18n functionality. I opened https://github.com/advplyr/audiobookshelf/issues/3303 to track this separately. --- <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:36 +02:00
adam closed this issue 2026-04-25 00:17:36 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3930