mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 02:16:39 +02:00
feat(tag-editor): add batch metadata editor with artwork support (Duplicate) (#2252)
* feat(tag-editor): add batch metadata editor with artwork support --------- Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
"right": "Right",
|
||||
"sampleRate": "Sample rate",
|
||||
"save": "Save",
|
||||
"saveAndClose": "Save and close",
|
||||
"saveAndReplace": "Save and replace",
|
||||
"saveAs": "Save as",
|
||||
"search": "Search",
|
||||
@@ -162,6 +163,7 @@
|
||||
"trackGain": "Track gain",
|
||||
"trackPeak": "Track peak",
|
||||
"translation": "Translation",
|
||||
"undo": "Undo",
|
||||
"unknown": "Unknown",
|
||||
"version": "Version",
|
||||
"year": "Year",
|
||||
@@ -545,7 +547,8 @@
|
||||
"goTo": "Go to",
|
||||
"goToAlbum": "Go to $t(entity.album, {\"count\": 1})",
|
||||
"goToAlbumArtist": "Go to $t(entity.albumArtist, {\"count\": 1})",
|
||||
"showDetails": "Get info"
|
||||
"showDetails": "Get info",
|
||||
"editMetadata": "Edit Metadata"
|
||||
},
|
||||
"fullscreenPlayer": {
|
||||
"config": {
|
||||
@@ -606,9 +609,29 @@
|
||||
"title": "$t(common.home)"
|
||||
},
|
||||
"itemDetail": {
|
||||
"tagConfiguration": "Tag configuration",
|
||||
"addTagConfig": "Add tag…",
|
||||
"multiValueToggle": "Multi-value",
|
||||
"autocompleteSource": "Autocomplete source",
|
||||
"customValues": "Custom values",
|
||||
"addCustomValue": "Add custom value…",
|
||||
"serverSuggestions": "Server",
|
||||
"copyPath": "Copy path to clipboard",
|
||||
"copiedPath": "Path copied successfully",
|
||||
"openFile": "Show track in file manager"
|
||||
"openFile": "Show track in file manager",
|
||||
"fileNotWritable": "File is not accessible or not writable",
|
||||
"triggerRescan": "Trigger library rescan after saving",
|
||||
"addField": "Add field…",
|
||||
"emptyFields": "Fields cannot be empty",
|
||||
"tagsTab": "Tags",
|
||||
"artworkTab": "Artwork",
|
||||
"removeArtwork": "Remove Artwork",
|
||||
"noArtwork": "No Artwork",
|
||||
"multipleValues": "(Multiple Values)",
|
||||
"multipleArtworks": "Multiple Artworks",
|
||||
"noLocalSongs": "No songs with local file paths found",
|
||||
"readPartialFailure": "Could not read metadata from {{count}} of {{total}} file(s)",
|
||||
"writePartialFailure": "Failed to save {{count}} file(s)"
|
||||
},
|
||||
"playlist": {
|
||||
"reorder": "Reordering only enabled when sorting by ID"
|
||||
|
||||
Reference in New Issue
Block a user