Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix English #2173

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"search": "Search",
"search__hot_search": "Top Searches",
"search__type_music": "Song",
"search__type_songlist": "Song List",
"search__type_songlist": "Playlist",
"search__welcome": "Search what I want to 😉",
"setting": "Settings",
"setting__about": "About LX Music",
Expand Down Expand Up @@ -598,9 +598,9 @@
"song_list": "Playlists",
"songlist__import_input_btn_confirm": "Open",
"songlist__import_input_show_btn": "Open Playlist",
"songlist__import_input_tip": "Enter a songlist link/ID",
"songlist__import_input_tip": "Enter a playlist link/ID",
"songlist__import_input_tip_1": "Cross-source playlists are not supported. Please confirm whether the playlist to be opened corresponds to the current chosen source",
"songlist__import_input_tip_2": "If you encounter a song list link that cannot be opened. Please send us your feedback",
"songlist__import_input_tip_2": "If you encounter a playlist link that cannot be opened. Please send us your feedback",
"songlist__import_input_tip_3": "Kugou source does not support opening with playlist ID but supports opening with Kugou code",
"songlist__import_input_tip_4": "NetEase source's \"I Like\" playlist requires a token to open. For details, see ",
"songlist__import_input_title": "Open shared playlist",
Expand All @@ -625,9 +625,9 @@
"sync__auth_code_input_tip": "Please enter the connection code",
"sync__auth_code_title": "Need to enter the connection code",
"sync__dislike_merge_tip_desc": "Merge the content of the two lists and remove the duplicates.",
"sync__dislike_other_tip_desc": "\"Cancel Sync\" will not sync the dislike song list.",
"sync__dislike_other_tip_desc": "\"Cancel Sync\" will not sync the \"dislike song\" list.",
"sync__dislike_overwrite_tip_desc": "The list of overwritten parties will be replaced with the list of overwriting parties.",
"sync__dislike_title": "Choose how to sync with {name}'s dislike song list",
"sync__dislike_title": "Choose how to sync with {name}'s \"dislike song\" list",
"sync__list_merge_tip_desc": "Merge the two lists together. The same song will be removed (the song of the merged person is removed), and different songs will be added.",
"sync__list_other_tip_desc": "\"Cancel Sync\" will not sync the list.",
"sync__list_overwrite_tip_desc": "Lists with the same ID as the overwritten list and the overwritten list will be deleted and replaced with the overrider's list (lists with different list IDs will be merged together). If \"Full Overwrite\" is checked, all lists of the covered one will be moved. Remove and replace with a list of overrides.",
Expand Down
Loading