From 93ba0bd807bdf6f55df615b72e306d601b911f84 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 29 Mar 2020 22:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/lang/en/core/aside.json | 24 +- src/renderer/lang/en/core/player.json | 32 +-- .../lang/en/material/download_modal.json | 12 +- .../en/material/download_multiple_modal.json | 14 +- .../lang/en/material/list_add_modal.json | 10 +- .../en/material/list_add_multiple_modal.json | 8 +- .../lang/en/material/list_buttons.json | 22 +- src/renderer/lang/en/material/pagination.json | 10 +- src/renderer/lang/en/material/song_list.json | 24 +- src/renderer/lang/en/view/download.json | 28 +- src/renderer/lang/en/view/list.json | 22 +- src/renderer/lang/en/view/search.json | 32 +-- src/renderer/lang/en/view/setting.json | 240 +++++++++--------- src/renderer/lang/en/view/song_list.json | 10 +- 14 files changed, 244 insertions(+), 244 deletions(-) diff --git a/src/renderer/lang/en/core/aside.json b/src/renderer/lang/en/core/aside.json index 24aa91f1..311828d6 100644 --- a/src/renderer/lang/en/core/aside.json +++ b/src/renderer/lang/en/core/aside.json @@ -1,12 +1,12 @@ -{ - "online_music": "Online music", - "search": "Search", - "song_list": "Playlists", - "leaderboard": "Charts", - "my_music": "Your Library", - "default_list": "Recently Played", - "love_list": "Favorites", - "other": "Extras", - "download": "Downloads", - "setting": "Settings" -} +{ + "online_music": "Online music", + "search": "Search", + "song_list": "Playlists", + "leaderboard": "Charts", + "my_music": "Your Library", + "default_list": "Recently Played", + "love_list": "Favorites", + "other": "Extras", + "download": "Downloads", + "setting": "Settings" +} diff --git a/src/renderer/lang/en/core/player.json b/src/renderer/lang/en/core/player.json index 2676a8b2..4a4e883f 100644 --- a/src/renderer/lang/en/core/player.json +++ b/src/renderer/lang/en/core/player.json @@ -1,16 +1,16 @@ -{ - "copy_title": " (Click to copy)", - "volume": "Volume: ", - "pause": "Pause", - "play": "Play", - "next": "Next", - "playing": "Now playing...", - "stop": "Paused", - "end": "Stopped", - "refresh_url": "Music URL expired, refreshing...", - "error": "Error loading music. Switch to next song after 5 seconds", - "loading": "Music loading...", - "buffering": "Buffering...", - "geting_url": "Getting music link...", - "lyric_error": "Failed to get lyrics" -} +{ + "copy_title": " (Click to copy)", + "volume": "Volume: ", + "pause": "Pause", + "play": "Play", + "next": "Next", + "playing": "Now playing...", + "stop": "Paused", + "end": "Stopped", + "refresh_url": "Music URL expired, refreshing...", + "error": "Error loading music. Switch to next song after 5 seconds", + "loading": "Music loading...", + "buffering": "Buffering...", + "geting_url": "Getting music link...", + "lyric_error": "Failed to get lyrics" +} diff --git a/src/renderer/lang/en/material/download_modal.json b/src/renderer/lang/en/material/download_modal.json index 8e4b938d..364d0268 100644 --- a/src/renderer/lang/en/material/download_modal.json +++ b/src/renderer/lang/en/material/download_modal.json @@ -1,6 +1,6 @@ -{ - "btn_tip": "Tencent and NetEase sources only support 128k audio quality", - "lossless": "Lossless", - "high_quality": "High Quality", - "normal": "Normal" -} +{ + "btn_tip": "Tencent and NetEase sources only support 128k audio quality", + "lossless": "Lossless", + "high_quality": "High Quality", + "normal": "Normal" +} diff --git a/src/renderer/lang/en/material/download_multiple_modal.json b/src/renderer/lang/en/material/download_multiple_modal.json index 47ce0fa0..ade41005 100644 --- a/src/renderer/lang/en/material/download_multiple_modal.json +++ b/src/renderer/lang/en/material/download_multiple_modal.json @@ -1,7 +1,7 @@ -{ - "tip": "{len} song selected", - "tip2": "Select preferred download quality", - "normal": "Normal", - "high_quality": "High Quality", - "lossless": "Lossless" -} +{ + "tip": "{len} song selected", + "tip2": "Select preferred download quality", + "normal": "Normal", + "high_quality": "High Quality", + "lossless": "Lossless" +} diff --git a/src/renderer/lang/en/material/list_add_modal.json b/src/renderer/lang/en/material/list_add_modal.json index eefec34a..c28f5586 100644 --- a/src/renderer/lang/en/material/list_add_modal.json +++ b/src/renderer/lang/en/material/list_add_modal.json @@ -1,5 +1,5 @@ -{ - "title_first": "Add", - "title_last": "to...", - "btn_title": "Add the song(s) to {name}" -} +{ + "title_first": "Add", + "title_last": "to...", + "btn_title": "Add the song(s) to {name}" +} diff --git a/src/renderer/lang/en/material/list_add_multiple_modal.json b/src/renderer/lang/en/material/list_add_multiple_modal.json index ffef0636..b440e03d 100644 --- a/src/renderer/lang/en/material/list_add_multiple_modal.json +++ b/src/renderer/lang/en/material/list_add_multiple_modal.json @@ -1,4 +1,4 @@ -{ - "title": "Add the selected {num} song(s) to ...", - "btn_title": "Add the song(s) to {name}" -} +{ + "title": "Add the selected {num} song(s) to ...", + "btn_title": "Add the song(s) to {name}" +} diff --git a/src/renderer/lang/en/material/list_buttons.json b/src/renderer/lang/en/material/list_buttons.json index 47a2c4ac..9ec42288 100644 --- a/src/renderer/lang/en/material/list_buttons.json +++ b/src/renderer/lang/en/material/list_buttons.json @@ -1,11 +1,11 @@ -{ - "play": "Play", - "add_to": "Add to...", - "download": "Download", - "add": "Add", - "start": "Start", - "pause": "Pause", - "file": "Locate the file", - "search": "Search", - "remove": "Remove" -} +{ + "play": "Play", + "add_to": "Add to...", + "download": "Download", + "add": "Add", + "start": "Start", + "pause": "Pause", + "file": "Locate the file", + "search": "Search", + "remove": "Remove" +} diff --git a/src/renderer/lang/en/material/pagination.json b/src/renderer/lang/en/material/pagination.json index 25ada224..25e9a07d 100644 --- a/src/renderer/lang/en/material/pagination.json +++ b/src/renderer/lang/en/material/pagination.json @@ -1,5 +1,5 @@ -{ - "prev": "Previous page", - "next": "Next page", - "page": "Page {num}" -} +{ + "prev": "Previous page", + "next": "Next page", + "page": "Page {num}" +} diff --git a/src/renderer/lang/en/material/song_list.json b/src/renderer/lang/en/material/song_list.json index a1bd82fd..381e7195 100644 --- a/src/renderer/lang/en/material/song_list.json +++ b/src/renderer/lang/en/material/song_list.json @@ -1,12 +1,12 @@ -{ - "select_all": "Select all", - "unselect_all": "Select none", - "name": "Name", - "singer": "Artist", - "album": "Album", - "action": "Manage", - "time": "Length", - "lossless": "Lossless", - "high_quality": "High Quality", - "loding_list": "Loading the list..." -} +{ + "select_all": "Select all", + "unselect_all": "Select none", + "name": "Name", + "singer": "Artist", + "album": "Album", + "action": "Manage", + "time": "Length", + "lossless": "Lossless", + "high_quality": "High Quality", + "loding_list": "Loading the list..." +} diff --git a/src/renderer/lang/en/view/download.json b/src/renderer/lang/en/view/download.json index 2d9108d2..75752126 100644 --- a/src/renderer/lang/en/view/download.json +++ b/src/renderer/lang/en/view/download.json @@ -1,14 +1,14 @@ -{ - "select_all": "Select all", - "unselect_all": "Select none", - "name": "Name", - "progress": "Progress", - "status": "State", - "quality": "Quality", - "action": "Manage", - "all": "All", - "runing": "Downloading", - "paused": "Paused", - "error": "Error", - "finished": "Completed" -} +{ + "select_all": "Select all", + "unselect_all": "Select none", + "name": "Name", + "progress": "Progress", + "status": "State", + "quality": "Quality", + "action": "Manage", + "all": "All", + "runing": "Downloading", + "paused": "Paused", + "error": "Error", + "finished": "Completed" +} diff --git a/src/renderer/lang/en/view/list.json b/src/renderer/lang/en/view/list.json index 80206690..baa08b6b 100644 --- a/src/renderer/lang/en/view/list.json +++ b/src/renderer/lang/en/view/list.json @@ -1,11 +1,11 @@ -{ - "select_all": "Select all", - "unselect_all": "Unselect all", - "name": "Name", - "singer": "Artist", - "album": "Album", - "action": "Manage", - "time": "Length", - "loding_list": "Loading...", - "no_item": "Nothing's here..." -} +{ + "select_all": "Select all", + "unselect_all": "Unselect all", + "name": "Name", + "singer": "Artist", + "album": "Album", + "action": "Manage", + "time": "Length", + "loding_list": "Loading...", + "no_item": "Nothing's here..." +} diff --git a/src/renderer/lang/en/view/search.json b/src/renderer/lang/en/view/search.json index dcc06b84..2c9c83e1 100644 --- a/src/renderer/lang/en/view/search.json +++ b/src/renderer/lang/en/view/search.json @@ -1,16 +1,16 @@ -{ - "select_all": "Select all", - "unselect_all": "Unselect all", - "name": "Name", - "singer": "Artist", - "album": "Album", - "action": "Manage", - "time": "Length", - "lossless": "SQ", - "high_quality": "HQ", - "no_item": "Search what I want to 😉", - "hot_search": "Top Searches", - "history_search": "History Searches", - "history_clear": "Clear History", - "history_remove": "Right click to remove this entry" -} +{ + "select_all": "Select all", + "unselect_all": "Unselect all", + "name": "Name", + "singer": "Artist", + "album": "Album", + "action": "Manage", + "time": "Length", + "lossless": "SQ", + "high_quality": "HQ", + "no_item": "Search what I want to 😉", + "hot_search": "Top Searches", + "history_search": "History Searches", + "history_clear": "Clear History", + "history_remove": "Right click to remove this entry" +} diff --git a/src/renderer/lang/en/view/setting.json b/src/renderer/lang/en/view/setting.json index 51b777f3..f84f18f8 100644 --- a/src/renderer/lang/en/view/setting.json +++ b/src/renderer/lang/en/view/setting.json @@ -1,120 +1,120 @@ -{ - "basic": "General", - "basic_theme": "Theme", - "basic_animation_title": "Animation effect of the pop-up layer", - "basic_animation": "Random pop-up animation", - "basic_source_title": "Choose a music source", - "basic_source_test": "Test API (Available for most software features)", - "basic_source_temp": "Temporary API (some features not available; workaround if Test API unavailable)", - "basic_source": "Music source", - "basic_sourcename_title": "Select the name of music source", - "basic_sourcename_real": "Original", - "basic_sourcename_alias": "Aliases", - "basic_sourcename": "Source name", - "basic_window_size_title": "Set the window size", - "basic_window_size": "Window size", - "basic_window_size_smaller": "Smaller", - "basic_window_size_small": "Small", - "basic_window_size_medium": "Medium", - "basic_window_size_big": "Large", - "basic_window_size_larger": "Larger", - "basic_lang_title": "The language displayed in the software", - "basic_lang": "Language", - - "play": "Play", - "play_toggle_title": "If none selected, it stopped when the music playing is done.", - "play_toggle": "Playback mode", - "play_toggle_list_loop": "Playlist repeat", - "play_toggle_random": "Playlist shuffle", - "play_toggle_list": "Play in order", - "play_toggle_single_loop": "Single repeat", - "play_quality_title": "The 320k quality is preferred for playing", - "play_quality": "Prefer High Quality 320k", - "play_task_bar_title": "Show playing progress on the taskbar", - "play_task_bar": "Taskbar play progress bar", - "play_mediaDevice_title": "Select a media device for audio output", - "play_mediaDevice": "Audio output", - "play_mediaDevice_refresh_btn_title": "Refresh audio device list", - "play_mediaDevice_refresh_btn": "Refresh", - - "search": "Search", - "search_hot_title": "Select whether to show popular searches", - "search_hot": "Top Searches", - "search_history_title": "Select whether to show search history", - "search_history": "Search history", - - "list": "List", - "list_source_title": "Select whether to show music source", - "list_source": "Select whether to show music source (for Your Library only)", - "list_scroll_title": "Select whether to remember the playlist scrollbar position", - "list_scroll": "Remember playlist scrolling position (for Your library only)", - - "download": "Download", - "download_path_title": "Define the path to downloading", - "download_path": "Download path", - "download_path_label": "Current:", - "download_path_open_label": "Click to open this path", - "download_path_change_btn": "Change", - "download_name_title": "Select the music naming method for downloading", - "download_name": "Music file naming", - "download_embed_pic_title": "Select whether to embed the cover into the music file", - "download_embed_pic": "Embedding cover (supports MP3 format only)", - "download_lyric_title": "Select whether to download the lyrics file", - "download_lyric": "Lyrics download", - "download_name1": "Title - Artist", - "download_name2": "Artist - Title", - "download_name3": "Title only", - "download_select_save_path": "Select the save path", - - "network": "Network", - "network_proxy_title": "Proxy (False setting would block Internet connections)", - "network_proxy_host": "Host", - "network_proxy_port": "Port", - "network_proxy_username": "Username", - "network_proxy_password": "Password", - - "odc": "Auto clear", - "odc_clear_search_input": "Clear the search box when you are not searching", - "odc_clear_search_list": "Clear the search list when you are not searching", - - "backup": "Backup and restore", - "backup_part": "Partially", - "backup_part_import_list": "Import lists", - "backup_part_export_list": "Export lists", - "backup_part_import_setting": "Import settings", - "backup_part_export_setting": "Export settings", - "backup_all": "All (Settings and Recently Played)", - "backup_all_import": "Import", - "backup_all_export": "Export", - "backup_all_import_desc": "Select a backup file", - "backup_all_export_desc": "Select the backup to...", - "backup_part_import_setting_desc": "Select the Settings file", - "backup_part_export_setting_desc": "Save the list to...", - "backup_part_import_list_desc": "Select a list backup", - "backup_part_export_list_desc": "Save the list to...", - - "other": "Extras", - "other_cache": "Cache size (Not recommended since resources such as pictures after the cache is cleaned need re-downloading. The software will dynamically manage the cache size based on disk space)", - "other_cache_label": "Cache size used:", - "other_cache_label_title": "Currently used cache size", - "other_cache_clear_btn": "Clear cache", - - "update": "Update", - "update_latest_label": "Latest version: ", - "update_unknown": "Unknown", - "update_current_label": "Current version: ", - "update_downloading": "Update is found and being downloaded...⏳", - "update_progress": "Download progress: ", - "update_latest": "The software is up-to-date, enjoy yourself!🥂", - "update_open_version_modal_btn": "Open the update window🚀", - "update_checking": "Checking for updates...", - "update_init": "Initializing update...", - - "about": "About lx-music-desktop", - - - "is_enable": "Enabled", - "is_show": "Showed", - "click_open": "Click to open", - "click_copy": "Click to copy" -} +{ + "basic": "General", + "basic_theme": "Theme", + "basic_animation_title": "Animation effect of the pop-up layer", + "basic_animation": "Random pop-up animation", + "basic_source_title": "Choose a music source", + "basic_source_test": "Test API (Available for most software features)", + "basic_source_temp": "Temporary API (some features not available; workaround if Test API unavailable)", + "basic_source": "Music source", + "basic_sourcename_title": "Select the name of music source", + "basic_sourcename_real": "Original", + "basic_sourcename_alias": "Aliases", + "basic_sourcename": "Source name", + "basic_window_size_title": "Set the window size", + "basic_window_size": "Window size", + "basic_window_size_smaller": "Smaller", + "basic_window_size_small": "Small", + "basic_window_size_medium": "Medium", + "basic_window_size_big": "Large", + "basic_window_size_larger": "Larger", + "basic_lang_title": "The language displayed in the software", + "basic_lang": "Language", + + "play": "Play", + "play_toggle_title": "If none selected, it stopped when the music playing is done.", + "play_toggle": "Playback mode", + "play_toggle_list_loop": "Playlist repeat", + "play_toggle_random": "Playlist shuffle", + "play_toggle_list": "Play in order", + "play_toggle_single_loop": "Single repeat", + "play_quality_title": "The 320k quality is preferred for playing", + "play_quality": "Prefer High Quality 320k", + "play_task_bar_title": "Show playing progress on the taskbar", + "play_task_bar": "Taskbar play progress bar", + "play_mediaDevice_title": "Select a media device for audio output", + "play_mediaDevice": "Audio output", + "play_mediaDevice_refresh_btn_title": "Refresh audio device list", + "play_mediaDevice_refresh_btn": "Refresh", + + "search": "Search", + "search_hot_title": "Select whether to show popular searches", + "search_hot": "Top Searches", + "search_history_title": "Select whether to show search history", + "search_history": "Search history", + + "list": "List", + "list_source_title": "Select whether to show music source", + "list_source": "Select whether to show music source (for Your Library only)", + "list_scroll_title": "Select whether to remember the playlist scrollbar position", + "list_scroll": "Remember playlist scrolling position (for Your library only)", + + "download": "Download", + "download_path_title": "Define the path to downloading", + "download_path": "Download path", + "download_path_label": "Current:", + "download_path_open_label": "Click to open this path", + "download_path_change_btn": "Change", + "download_name_title": "Select the music naming method for downloading", + "download_name": "Music file naming", + "download_embed_pic_title": "Select whether to embed the cover into the music file", + "download_embed_pic": "Embedding cover (supports MP3 format only)", + "download_lyric_title": "Select whether to download the lyrics file", + "download_lyric": "Lyrics download", + "download_name1": "Title - Artist", + "download_name2": "Artist - Title", + "download_name3": "Title only", + "download_select_save_path": "Select the save path", + + "network": "Network", + "network_proxy_title": "Proxy (False setting would block Internet connections)", + "network_proxy_host": "Host", + "network_proxy_port": "Port", + "network_proxy_username": "Username", + "network_proxy_password": "Password", + + "odc": "Auto clear", + "odc_clear_search_input": "Clear the search box when you are not searching", + "odc_clear_search_list": "Clear the search list when you are not searching", + + "backup": "Backup and restore", + "backup_part": "Partially", + "backup_part_import_list": "Import lists", + "backup_part_export_list": "Export lists", + "backup_part_import_setting": "Import settings", + "backup_part_export_setting": "Export settings", + "backup_all": "All (Settings and Recently Played)", + "backup_all_import": "Import", + "backup_all_export": "Export", + "backup_all_import_desc": "Select a backup file", + "backup_all_export_desc": "Select the backup to...", + "backup_part_import_setting_desc": "Select the Settings file", + "backup_part_export_setting_desc": "Save the list to...", + "backup_part_import_list_desc": "Select a list backup", + "backup_part_export_list_desc": "Save the list to...", + + "other": "Extras", + "other_cache": "Cache size (Not recommended since resources such as pictures after the cache is cleaned need re-downloading. The software will dynamically manage the cache size based on disk space)", + "other_cache_label": "Cache size used:", + "other_cache_label_title": "Currently used cache size", + "other_cache_clear_btn": "Clear cache", + + "update": "Update", + "update_latest_label": "Latest version: ", + "update_unknown": "Unknown", + "update_current_label": "Current version: ", + "update_downloading": "Update is found and being downloaded...⏳", + "update_progress": "Download progress: ", + "update_latest": "The software is up-to-date, enjoy yourself!🥂", + "update_open_version_modal_btn": "Open the update window🚀", + "update_checking": "Checking for updates...", + "update_init": "Initializing update...", + + "about": "About lx-music-desktop", + + + "is_enable": "Enabled", + "is_show": "Showed", + "click_open": "Click to open", + "click_copy": "Click to copy" +} diff --git a/src/renderer/lang/en/view/song_list.json b/src/renderer/lang/en/view/song_list.json index 274b7005..b87eae77 100644 --- a/src/renderer/lang/en/view/song_list.json +++ b/src/renderer/lang/en/view/song_list.json @@ -1,5 +1,5 @@ -{ - "back": "Back", - "loding_list": "Loading the list...", - "loding_list_fail": "List loading failed" -} +{ + "back": "Back", + "loding_list": "Loading the list...", + "loding_list_fail": "List loading failed" +}