Update: loading indicator string

This commit is contained in:
Nicholas Wallace 2024-08-18 17:33:16 -07:00
parent 042d19ce6e
commit ecfae56ac3
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ export default {
props: { props: {
text: { text: {
type: String, type: String,
default: 'Please Wait...' default: this.$strings.MessagePleaseWait
} }
} }
} }
@ -67,4 +67,4 @@ export default {
transform: translate(24px, 0); transform: translate(24px, 0);
} }
} }
</style> </style>

View file

@ -738,6 +738,7 @@
"MessagePauseChapter": "Pause chapter playback", "MessagePauseChapter": "Pause chapter playback",
"MessagePlayChapter": "Listen to beginning of chapter", "MessagePlayChapter": "Listen to beginning of chapter",
"MessagePlaylistCreateFromCollection": "Create playlist from collection", "MessagePlaylistCreateFromCollection": "Create playlist from collection",
"MessagePleaseWait": "Please wait...",
"MessagePodcastHasNoRSSFeedForMatching": "Podcast has no RSS feed url to use for matching", "MessagePodcastHasNoRSSFeedForMatching": "Podcast has no RSS feed url to use for matching",
"MessageQuickMatchDescription": "Populate empty item details & cover with first match result from '{0}'. Does not overwrite details unless 'Prefer matched metadata' server setting is enabled.", "MessageQuickMatchDescription": "Populate empty item details & cover with first match result from '{0}'. Does not overwrite details unless 'Prefer matched metadata' server setting is enabled.",
"MessageRemoveChapter": "Remove chapter", "MessageRemoveChapter": "Remove chapter",