From 15a76486ef87add351a3e7d5d657442cf0f3afc6 Mon Sep 17 00:00:00 2001 From: Words Date: Sun, 29 Mar 2020 22:47:05 +0800 Subject: [PATCH] English updates and a Chinese string fault (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update English language files - 修正:`backup_part_export_list_desc`的文字描述问题 - 修正:英文翻译问题 Co-authored-by: Madoka☆Magica! Co-authored-by: lyswhut --- src/renderer/lang/cns/view/setting.json | 2 +- src/renderer/lang/cnt/view/setting.json | 2 +- 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 +- 16 files changed, 246 insertions(+), 246 deletions(-) diff --git a/src/renderer/lang/cns/view/setting.json b/src/renderer/lang/cns/view/setting.json index 29b99e94..c2817346 100644 --- a/src/renderer/lang/cns/view/setting.json +++ b/src/renderer/lang/cns/view/setting.json @@ -91,7 +91,7 @@ "backup_part_import_setting_desc": "选择配置文件", "backup_part_export_setting_desc": "选择设置保存位置", "backup_part_import_list_desc": "选择列表文件", - "backup_part_export_list_desc": "选择设置保存位置", + "backup_part_export_list_desc": "选择歌单保存位置", "other": "其他", "other_cache": "缓存大小(清理缓存后图片等资源将需要重新下载,不建议清理,软件会根据磁盘空间动态管理缓存大小)", diff --git a/src/renderer/lang/cnt/view/setting.json b/src/renderer/lang/cnt/view/setting.json index 50011d1c..3899b757 100644 --- a/src/renderer/lang/cnt/view/setting.json +++ b/src/renderer/lang/cnt/view/setting.json @@ -84,7 +84,7 @@ "backup_part_import_setting_desc": "選擇配置文件", "backup_part_export_setting_desc": "選擇設置保存位置", "backup_part_import_list_desc": "選擇列表文件", - "backup_part_export_list_desc": "選擇設置保存位置", + "backup_part_export_list_desc": "選擇列表保存位置", "other": "其他", "other_cache": "緩存大小(清理緩存後圖片等資源將需要重新下載,不建議清理,軟件會根據磁盤空間動態管理緩存大小)", "other_cache_label": "軟件已使用緩存大小:", diff --git a/src/renderer/lang/en/core/aside.json b/src/renderer/lang/en/core/aside.json index 5e491c43..24aa91f1 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": "Song list", - "leaderboard": "Leaderboard", - "my_music": "My music", - "default_list": "Preview list", - "love_list": "Favorites list", - "other": "Other", - "download": "Download manage", - "setting": "Setting" -} +{ + "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 bf1ec02e..2676a8b2 100644 --- a/src/renderer/lang/en/core/player.json +++ b/src/renderer/lang/en/core/player.json @@ -1,16 +1,16 @@ -{ - "copy_title": " (Click copy)", - "volume": "Volume: ", - "pause": "Pause", - "play": "Play", - "next": "Next", - "playing": "Playing...", - "stop": "Stopped", - "end": "End", - "refresh_url": "URL expired, refreshing URL...", - "error": "Music loading error, switch to next song after 5 seconds", - "loading": "Loding...", - "buffering": "Buffering...", - "geting_url": "Getting link...", - "lyric_error": "Get lyric failed" -} +{ + "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 84498c5e..8e4b938d 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 download 128k", - "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 3328b239..47ce0fa0 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} songs selected", - "tip2": "Select priority 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 935fa525..eefec34a 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 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 44df578f..ffef0636 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 selected {num} songs to...", - "btn_title": "Add the song 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 8d646fc7..47a2c4ac 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 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 9916d855..25ada224 100644 --- a/src/renderer/lang/en/material/pagination.json +++ b/src/renderer/lang/en/material/pagination.json @@ -1,5 +1,5 @@ -{ - "prev": "Prev", - "next": "Next", - "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 8d97c542..a1bd82fd 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": "Unselect all", - "name": "Name", - "singer": "Singer", - "album": "Album", - "action": "Actions", - "time": "Interval", - "lossless": "SQ", - "high_quality": "HQ", - "loding_list": "List loading..." -} +{ + "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 47679ad6..2d9108d2 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": "Unselect all", - "name": "Name", - "progress": "Progress", - "status": "Status", - "quality": "Quality", - "action": "Actions", - "all": "All task", - "runing": "Downloading", - "paused": "Paused", - "error": "Error", - "finished": "Finished" -} +{ + "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 c98c5866..80206690 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": "Singer", - "album": "Album", - "action": "Actions", - "time": "Interval", - "loding_list": "Loading...", - "no_item": "The list turned out to be empty..." -} +{ + "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 5d33ed29..dcc06b84 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": "Singer", - "album": "Album", - "action": "Actions", - "time": "Interval", - "lossless": "SQ", - "high_quality": "HQ", - "no_item": "Search what i think~~😉", - "hot_search": "Hot Search", - "history_search": "History Search", - "history_clear": "Clear Search History", - "history_remove": "Right click to remove this history" -} +{ + "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 1ff617cd..51b777f3 100644 --- a/src/renderer/lang/en/view/setting.json +++ b/src/renderer/lang/en/view/setting.json @@ -1,120 +1,120 @@ -{ - "basic": "Basic settings", - "basic_theme": "Theme", - "basic_animation_title": "Animation effect of pop-up layer", - "basic_animation": "Pop-up layer random animation", - "basic_source_title": "Select music source", - "basic_source_test": "test interface (almost all functions of the software are available)", - "basic_source_temp": "temp interface (some functions are not available, it is recommended to use this interface if the test interface is unavailable)", - "basic_source": "Music source", - "basic_sourcename_title": "Select the source name type", - "basic_sourcename_real": "Original", - "basic_sourcename_alias": "Alias", - "basic_sourcename": "Source Name", - "basic_window_size_title": "Set software 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": "big", - "basic_window_size_larger": "Larger", - "basic_lang_title": "Software display language", - "basic_lang": "Language", - - "play": "Playback settings", - "play_toggle_title": "Stop playing when the current song is finished without selecting any", - "play_toggle": "Music switching method", - "play_toggle_list_loop": "list loop", - "play_toggle_random": "random list", - "play_toggle_list": "play in order", - "play_toggle_single_loop": "single cycle", - "play_quality_title": "320K quality songs will be played preferentially when enabled", - "play_quality": "Prioritize high-quality music", - "play_task_bar_title": "Show current song playback progress on taskbar", - "play_task_bar": "Taskbar playback progress bar", - "play_mediaDevice_title": "Select the media device for sound output", - "play_mediaDevice": "Audio output", - "play_mediaDevice_refresh_btn_title": "Refresh audio device list", - "play_mediaDevice_refresh_btn": "refresh", - - "search": "Search Settings", - "search_hot_title": "Show hot searches", - "search_hot": "Hot Search", - "search_history_title": "Show search history", - "search_history": "Search History", - - "list": "List settings", - "list_source_title": "Whether to show song sources", - "list_source": "Whether to show song sources (only valid for my music category)", - "list_scroll_title": "Whether to remember playlist scroll bar position", - "list_scroll": "Remember list scroll position (only valid for my music category)", - - "download": "Download settings", - "download_path_title": "Download song save path", - "download_path": "Save path", - "download_path_label": "current save path: ", - "download_path_open_label": "click to open the current path", - "download_path_change_btn": "change", - "download_name_title": "Naming when downloading songs", - "download_name": "File naming", - "download_embed_pic_title": "Whether to embed the cover in the audio file", - "download_embed_pic": "Cover embedding (only supports MP3 format)", - "download_lyric_title": "Whether to download lyrics files at the same time", - "download_lyric": "Lyrics download", - "download_name1": "name - singer", - "download_name2": "singer - name", - "download_name3": "name", - "download_select_save_path": "Select a song save path", - - "network": "Network settings", - "network_proxy_title": "Proxy settings (disorderly setting software will not be able to network)", - "network_proxy_host": "host", - "network_proxy_port": "port", - "network_proxy_username": "username", - "network_proxy_password": "password", - - "odc": "OCD settings", - "odc_clear_search_input": "Clear search box when leaving search interface", - "odc_clear_search_list": "Clear search list when leaving search interface", - - "backup": "Backup and restore", - "backup_part": "Part of data", - "backup_part_import_list": "import list", - "backup_part_export_list": "export list", - "backup_part_import_setting": "import settings", - "backup_part_export_setting": "export settings", - "backup_all": "All data (settings and list)", - "backup_all_import": "import", - "backup_all_export": "export", - "backup_all_import_desc": "Select backup file", - "backup_all_export_desc": "Select backup save location", - "backup_part_import_setting_desc": "Choose a profile", - "backup_part_export_setting_desc": "Select a setting to save the location", - "backup_part_import_list_desc": "Select list file", - "backup_part_export_list_desc": "Select a setting to save the location", - - "other": "Other", - "other_cache": "cache size (After clearing the cache, resources such as pictures will need to be downloaded again. Cleaning is not recommended. The software will dynamically manage the cache size based on disk space.)", - "other_cache_label": "used cache size: ", - "other_cache_label_title": "currently used cache", - "other_cache_clear_btn": "clear cache", - - "update": "Software update", - "update_latest_label": "Latest version: ", - "update_unknown": "unknown", - "update_current_label": "Current version: ", - "update_downloading": "New version found and working hard to download, please wait...⏳", - "update_progress": "Download progress: ", - "update_latest": "The software is up to date, enjoy yourself~🥂", - "update_open_version_modal_btn": "open update window 🚀", - "update_checking": "checking for updates...", - "update_init": "initializing update...", - - "about": "About lx-music-desktop", - - - "is_enable": "is enabel", - "is_show": "is show", - "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 6985b820..274b7005 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": "List loading...", - "loding_list_fail": "List loading failed" -} +{ + "back": "Back", + "loding_list": "Loading the list...", + "loding_list_fail": "List loading failed" +}