mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-07 09:01:31 -04:00
locale
This commit is contained in:
parent
6a52d2a968
commit
af67c2e86f
@ -145,7 +145,7 @@
|
||||
</div>
|
||||
|
||||
<div class="py-2">
|
||||
<ui-multi-select v-model="newServerSettings.allowedOrigins" :items="newServerSettings.allowedOrigins" label="Allowed Cors" class="max-w-52" @input="updateCorsOrigins" />
|
||||
<ui-multi-select v-model="newServerSettings.allowedOrigins" :items="newServerSettings.allowedOrigins" :label="$strings.LabelCorsAllowed" class="max-w-52" @input="updateCorsOrigins" />
|
||||
</div>
|
||||
|
||||
<!-- old experimental features -->
|
||||
@ -338,7 +338,7 @@ export default {
|
||||
})
|
||||
|
||||
if (containsInvalid) {
|
||||
this.$toast.error('Invalid CORS origin')
|
||||
this.$toast.error(this.$strings.ToastInvalidUrls)
|
||||
this.newServerSettings.allowedOrigins = val.map((origin) => origin.trim().toLowerCase())
|
||||
return
|
||||
}
|
||||
|
@ -293,6 +293,7 @@
|
||||
"LabelContinueListening": "Continue Listening",
|
||||
"LabelContinueReading": "Continue Reading",
|
||||
"LabelContinueSeries": "Continue Series",
|
||||
"LabelCorsAllowed": "Allowed CORS",
|
||||
"LabelCover": "Cover",
|
||||
"LabelCoverImageURL": "Cover Image URL",
|
||||
"LabelCoverProvider": "Cover Provider",
|
||||
@ -1034,6 +1035,7 @@
|
||||
"ToastInvalidImageUrl": "Invalid image URL",
|
||||
"ToastInvalidMaxEpisodesToDownload": "Invalid max episodes to download",
|
||||
"ToastInvalidUrl": "Invalid URL",
|
||||
"ToastInvalidUrls": "One or more URLs are invalid",
|
||||
"ToastItemCoverUpdateSuccess": "Item cover updated",
|
||||
"ToastItemDeletedFailed": "Failed to delete item",
|
||||
"ToastItemDeletedSuccess": "Deleted item",
|
||||
|
Loading…
x
Reference in New Issue
Block a user