diff --git a/CompactGUI/Application.xaml.vb b/CompactGUI/Application.xaml.vb index 4c17cc6..41b368a 100644 --- a/CompactGUI/Application.xaml.vb +++ b/CompactGUI/Application.xaml.vb @@ -174,7 +174,7 @@ Partial Public Class Application End Using End Using Else - MessageBox.Show("An instance of CompactGUI is already running") + MessageBox.Show(CompactGUI.i18n.i18n.Message_RunTwoPrograms) End If Current.Shutdown() End Sub diff --git a/CompactGUI/Views/Components/FolderWatcherCard.xaml b/CompactGUI/Views/Components/FolderWatcherCard.xaml index a408c10..35fc826 100644 --- a/CompactGUI/Views/Components/FolderWatcherCard.xaml +++ b/CompactGUI/Views/Components/FolderWatcherCard.xaml @@ -56,8 +56,9 @@ Text="{local:Localize UniAdd}" /> - - + @@ -97,7 +98,7 @@ - + diff --git a/CompactGUI/Views/Pages/HomePage.xaml.vb b/CompactGUI/Views/Pages/HomePage.xaml.vb index 32e38e6..94a2955 100644 --- a/CompactGUI/Views/Pages/HomePage.xaml.vb +++ b/CompactGUI/Views/Pages/HomePage.xaml.vb @@ -1,4 +1,4 @@ -Class HomePage +Class HomePage Private _viewModel As HomeViewModel @@ -18,7 +18,7 @@ Private Async Sub AddFolderButton_Click(sender As Object, e As RoutedEventArgs) Handles BtnAddFolder1.Click, BtnAddFolder2.Click Dim folderBrowser As New Microsoft.Win32.OpenFolderDialog With { - .Title = "Select a folder to compress", + .Title = CompactGUI.i18n.i18n.Home_SelectFolderSysteam, .Multiselect = True, .ValidateNames = True } diff --git a/CompactGUI/Views/SettingsPage.xaml b/CompactGUI/Views/SettingsPage.xaml index 9a46639..b623229 100644 --- a/CompactGUI/Views/SettingsPage.xaml +++ b/CompactGUI/Views/SettingsPage.xaml @@ -259,8 +259,8 @@ - - + + @@ -299,8 +299,9 @@ IsChecked="{Binding AppSettings.EstimateCompressionForNonSteamFolders}"> - + diff --git a/CompactGUI/i18n/i18n.Designer.vb b/CompactGUI/i18n/i18n.Designer.vb index 95cdda5..b7e520e 100644 --- a/CompactGUI/i18n/i18n.Designer.vb +++ b/CompactGUI/i18n/i18n.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 +' 此代码由工具生成。 +' 运行时版本:4.0.30319.42000 ' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. +' 对此文件的更改可能会导致不正确的行为,并且如果 +' 重新生成代码,这些更改将会丢失。 ' '------------------------------------------------------------------------------ @@ -15,12 +15,12 @@ Imports System Namespace i18n - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. + '此类是由 StronglyTypedResourceBuilder + '类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + '若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen + '(以 /str 作为命令选项),或重新生成 VS 项目。 ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' 一个强类型的资源类,用于查找本地化的字符串等。 ''' - ''' Returns the cached ResourceManager instance used by this class. + ''' 返回此类使用的缓存的 ResourceManager 实例。 ''' _ Public Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager @@ -51,8 +51,8 @@ Namespace i18n End Property ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. + ''' 重写当前线程的 CurrentUICulture 属性,对 + ''' 使用此强类型资源类的所有资源查找执行重写。 ''' _ Public Shared Property Culture() As Global.System.Globalization.CultureInfo @@ -65,7 +65,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Settings. + ''' 查找类似 Settings 的本地化字符串。 ''' Public Shared ReadOnly Property _Set() As String Get @@ -74,7 +74,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Configuration. + ''' 查找类似 Configuration 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration() As String Get @@ -83,7 +83,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Apply to all. + ''' 查找类似 Apply to all 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration_ApplyAll() As String Get @@ -92,7 +92,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to files will be skipped. + ''' 查找类似 files will be skipped 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration_SkipFile() As String Get @@ -101,7 +101,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Skip file types specified in settings. + ''' 查找类似 Skip file types specified in settings 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration_SkipFileTypes() As String Get @@ -110,7 +110,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Skip file types likely to compress poorly. + ''' 查找类似 Skip file types likely to compress poorly 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration_SkipFileTypesLikelyPoorly() As String Get @@ -119,11 +119,11 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to For Steam Games: + ''' 查找类似 For Steam Games: '''skips files based on database results ''' '''For Non-Steam Folders: - '''skips files based on compression estimate. + '''skips files based on compression estimate 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration_SkipFileTypesLikelyPoorlyTip() As String Get @@ -132,7 +132,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Watch folder for changes. + ''' 查找类似 Watch folder for changes 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionConfiguration_WatchFolderChanges() As String Get @@ -141,7 +141,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Database Results. + ''' 查找类似 Database Results 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults() As String Get @@ -150,7 +150,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Games. + ''' 查找类似 Games 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_Games() As String Get @@ -159,7 +159,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Search by game name or SteamID.... + ''' 查找类似 Search by game name or SteamID... 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_SearchSteamID() As String Get @@ -168,7 +168,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Sort By. + ''' 查找类似 Sort By 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_Sort() As String Get @@ -177,7 +177,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Ascending. + ''' 查找类似 Ascending 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_SortAscending() As String Get @@ -186,7 +186,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Descending. + ''' 查找类似 Descending 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_SortDescending() As String Get @@ -195,7 +195,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Game Name. + ''' 查找类似 Game Name 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_SortGameName() As String Get @@ -204,7 +204,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Max Savings. + ''' 查找类似 Max Savings 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_SortMaxSavings() As String Get @@ -213,7 +213,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to SteamID. + ''' 查找类似 SteamID 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionDB_DatabaseResults_SortSteamID() As String Get @@ -222,7 +222,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression Mode. + ''' 查找类似 Compression Mode 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionMode() As String Get @@ -231,7 +231,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to LZX. + ''' 查找类似 LZX 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionMode_LZX() As String Get @@ -240,7 +240,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to XPRESS 16K. + ''' 查找类似 XPRESS 16K 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionMode_XPRESS16K() As String Get @@ -249,7 +249,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to XPRESS 4K. + ''' 查找类似 XPRESS 4K 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionMode_XPRESS4K() As String Get @@ -258,7 +258,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to XPRESS 8K. + ''' 查找类似 XPRESS 8K 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionMode_XPRESS8K() As String Get @@ -267,7 +267,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Estimated size. + ''' 查找类似 Estimated size 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionModeRadio_EstimatedSize() As String Get @@ -276,7 +276,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Savings. + ''' 查找类似 Savings 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionModeRadio_Savings() As String Get @@ -285,7 +285,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to TOTAL RESULTS. + ''' 查找类似 TOTAL RESULTS 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionModeRadio_TotalResults() As String Get @@ -294,7 +294,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to unknown. + ''' 查找类似 unknown 的本地化字符串。 ''' Public Shared ReadOnly Property CompressionModeRadio_Unknown() As String Get @@ -303,7 +303,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Add Folder to Queue. + ''' 查找类似 Add Folder to Queue 的本地化字符串。 ''' Public Shared ReadOnly Property Home_AddFolder() As String Get @@ -312,7 +312,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compress Again. + ''' 查找类似 Compress Again 的本地化字符串。 ''' Public Shared ReadOnly Property Home_CompressAgain() As String Get @@ -321,7 +321,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compress Selected. + ''' 查找类似 Compress Selected 的本地化字符串。 ''' Public Shared ReadOnly Property Home_CompressSelected() As String Get @@ -330,7 +330,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to select a folder. + ''' 查找类似 select a folder 的本地化字符串。 ''' Public Shared ReadOnly Property Home_SelectFolder() As String Get @@ -339,7 +339,16 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Submit Results. + ''' 查找类似 Select a folder to compress 的本地化字符串。 + ''' + Public Shared ReadOnly Property Home_SelectFolderSysteam() As String + Get + Return ResourceManager.GetString("Home_SelectFolderSysteam", resourceCulture) + End Get + End Property + + ''' + ''' 查找类似 Submit Results 的本地化字符串。 ''' Public Shared ReadOnly Property Home_SubmitResults() As String Get @@ -348,7 +357,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Uncompress. + ''' 查找类似 Uncompress 的本地化字符串。 ''' Public Shared ReadOnly Property Home_Uncompress() As String Get @@ -357,7 +366,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Version. + ''' 查找类似 Version 的本地化字符串。 ''' Public Shared ReadOnly Property Home_Version() As String Get @@ -366,7 +375,16 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Welcome. + ''' 查找类似 An instance of CompactGUI is already running 的本地化字符串。 + ''' + Public Shared ReadOnly Property Message_RunTwoPrograms() As String + Get + Return ResourceManager.GetString("Message_RunTwoPrograms", resourceCulture) + End Get + End Property + + ''' + ''' 查找类似 Welcome 的本地化字符串。 ''' Public Shared ReadOnly Property Message_Welcome() As String Get @@ -375,9 +393,9 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to You currently have {0} folders being watched. Closing CompactGUI will stop them from being monitored. + ''' 查找类似 You currently have {0} folders being watched. Closing CompactGUI will stop them from being monitored. ''' - '''Are you sure you want to exit?. + '''Are you sure you want to exit? 的本地化字符串。 ''' Public Shared ReadOnly Property MessageBox_ExitText() As String Get @@ -386,7 +404,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to WatcherPage. + ''' 查找类似 WatcherPage 的本地化字符串。 ''' Public Shared ReadOnly Property PageNameWatcher() As String Get @@ -395,7 +413,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Background Watcher Settings. + ''' 查找类似 Background Watcher Settings 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch() As String Get @@ -404,7 +422,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compress folders: . + ''' 查找类似 Compress folders: 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders() As String Get @@ -413,7 +431,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to When System is Idle. + ''' 查找类似 When System is Idle 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders_Idle() As String Get @@ -422,7 +440,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Last ran: {0:dd MMM yyyy \a\t HH:mm:ss}. + ''' 查找类似 Last ran: {0:dd MMM yyyy \a\t HH:mm:ss} 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders_LastRanFormat() As String Get @@ -431,7 +449,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Never. + ''' 查找类似 Never 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders_Never() As String Get @@ -440,7 +458,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Next scheduled: {0:dd MMM yyyy \a\t HH:mm:ss}. + ''' 查找类似 Next scheduled: {0:dd MMM yyyy \a\t HH:mm:ss} 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders_NextScheduledFormat() As String Get @@ -449,7 +467,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to On Schedule. + ''' 查找类似 On Schedule 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders_OnSchedule() As String Get @@ -458,7 +476,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to On Schedule if system is also idle. + ''' 查找类似 On Schedule if system is also idle 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_CompressFolders_OnScheduleIdle() As String Get @@ -467,7 +485,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Monitor compressed folders for changes. + ''' 查找类似 Monitor compressed folders for changes 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_FoldersChanges() As String Get @@ -476,7 +494,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to at. + ''' 查找类似 at 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_Time_At() As String Get @@ -485,7 +503,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to day(s). + ''' 查找类似 day(s) 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_Time_Day() As String Get @@ -494,7 +512,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to every. + ''' 查找类似 every 的本地化字符串。 ''' Public Shared ReadOnly Property SetBackgroundWatch_Time_Every() As String Get @@ -503,7 +521,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression Settings. + ''' 查找类似 Compression Settings 的本地化字符串。 ''' Public Shared ReadOnly Property SetCompression() As String Get @@ -512,7 +530,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to HDDs only use 1 thread. + ''' 查找类似 HDDs only use 1 thread 的本地化字符串。 ''' Public Shared ReadOnly Property SetCompression_HDDThread() As String Get @@ -521,7 +539,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Maximum Compression Threads. + ''' 查找类似 Maximum Compression Threads 的本地化字符串。 ''' Public Shared ReadOnly Property SetCompression_MaxThreads() As String Get @@ -530,7 +548,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Estimate Compression for non-Steam Folders (beta). + ''' 查找类似 Estimate Compression for non-Steam Folders (beta) 的本地化字符串。 ''' Public Shared ReadOnly Property SetCompression_NonSteamFolders() As String Get @@ -539,7 +557,17 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Filetype Management. + ''' 查找类似 Quickly parses over files and estimates their compression ratio without writing to disk. + '''This will likely be super laggy on HDDs! 的本地化字符串。 + ''' + Public Shared ReadOnly Property SetCompression_NonSteamFoldersTip() As String + Get + Return ResourceManager.GetString("SetCompression_NonSteamFoldersTip", resourceCulture) + End Get + End Property + + ''' + ''' 查找类似 Filetype Management 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement() As String Get @@ -548,7 +576,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Manage local skipped filetypes. + ''' 查找类似 Manage local skipped filetypes 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_LocalSkipFiletypes() As String Get @@ -557,7 +585,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to edit skipped filetypes. + ''' 查找类似 edit skipped filetypes 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_LocalSkipFiletypesEdit() As String Get @@ -566,7 +594,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Agression of online skiplist. + ''' 查找类似 Agression of online skiplist 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_OnlineSkiplistAgression() As String Get @@ -575,7 +603,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to high. + ''' 查找类似 high 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_OnlineSkiplistAgressionHigh() As String Get @@ -584,7 +612,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to low. + ''' 查找类似 low 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_OnlineSkiplistAgressionLow() As String Get @@ -593,7 +621,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to medium. + ''' 查找类似 medium 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_OnlineSkiplistAgressionMedium() As String Get @@ -602,9 +630,9 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to For Steam games only. + ''' 查找类似 For Steam games only. '''When choosing to skip user-submitted filetypes, this setting determines how many submissions are required for each filetype to consider skipping it. - ''''low' is generally best, as higher options run the risk of skipping files that would otherwise compress well.. + ''''low' is generally best, as higher options run the risk of skipping files that would otherwise compress well. 的本地化字符串。 ''' Public Shared ReadOnly Property SetFiletypeManagement_OnlineSkiplistAgressionTip() As String Get @@ -613,7 +641,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Open Settings Folder. + ''' 查找类似 Open Settings Folder 的本地化字符串。 ''' Public Shared ReadOnly Property SetOpenSettingsFolder() As String Get @@ -622,7 +650,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to System Integration. + ''' 查找类似 System Integration 的本地化字符串。 ''' Public Shared ReadOnly Property SetSystemIntegration() As String Get @@ -631,7 +659,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Show notification on completion. + ''' 查找类似 Show notification on completion 的本地化字符串。 ''' Public Shared ReadOnly Property SetSystemIntegration_CompletionNotification() As String Get @@ -640,7 +668,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Add to right-click context menu. + ''' 查找类似 Add to right-click context menu 的本地化字符串。 ''' Public Shared ReadOnly Property SetSystemIntegration_RightClickMenu() As String Get @@ -649,7 +677,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Add to start menu. + ''' 查找类似 Add to start menu 的本地化字符串。 ''' Public Shared ReadOnly Property SetSystemIntegration_StartMenu() As String Get @@ -658,7 +686,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Start CompactGUI in system tray. + ''' 查找类似 Start CompactGUI in system tray 的本地化字符串。 ''' Public Shared ReadOnly Property SetSystemIntegration_Startup() As String Get @@ -667,7 +695,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to UI Settings. + ''' 查找类似 UI Settings 的本地化字符串。 ''' Public Shared ReadOnly Property SetUi() As String Get @@ -676,7 +704,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Always show details on Compression Mode buttons. + ''' 查找类似 Always show details on Compression Mode buttons 的本地化字符串。 ''' Public Shared ReadOnly Property SetUi_CompressionDetails() As String Get @@ -685,7 +713,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Language (Requires Restart). + ''' 查找类似 Language (Requires Restart) 的本地化字符串。 ''' Public Shared ReadOnly Property SetUi_LanguageChanged() As String Get @@ -694,7 +722,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Language changed successfully. You may need to restart the application for all changes to take effect.. + ''' 查找类似 Language changed successfully. You may need to restart the application for all changes to take effect. 的本地化字符串。 ''' Public Shared ReadOnly Property SetUi_LanguageChangedMsg() As String Get @@ -703,7 +731,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Language Changed. + ''' 查找类似 Language Changed 的本地化字符串。 ''' Public Shared ReadOnly Property SetUi_LanguageChangedTitle() As String Get @@ -712,7 +740,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Update Settings. + ''' 查找类似 Update Settings 的本地化字符串。 ''' Public Shared ReadOnly Property SetUpdate() As String Get @@ -721,7 +749,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Check for pre-release updates. + ''' 查找类似 Check for pre-release updates 的本地化字符串。 ''' Public Shared ReadOnly Property SetUpdate_CheckPreUpdates() As String Get @@ -730,7 +758,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to B. + ''' 查找类似 B 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_B() As String Get @@ -739,7 +767,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to EB. + ''' 查找类似 EB 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_EB() As String Get @@ -748,7 +776,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to GB. + ''' 查找类似 GB 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_GB() As String Get @@ -757,7 +785,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to KB. + ''' 查找类似 KB 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_KB() As String Get @@ -766,7 +794,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to MB. + ''' 查找类似 MB 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_MB() As String Get @@ -775,7 +803,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to PB. + ''' 查找类似 PB 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_PB() As String Get @@ -784,7 +812,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to TB. + ''' 查找类似 TB 的本地化字符串。 ''' Public Shared ReadOnly Property SizeUnit_TB() As String Get @@ -793,7 +821,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Applied to all folders. + ''' 查找类似 Applied to all folders 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_AppliedAllFolders() As String Get @@ -802,7 +830,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression options have been applied to all folders. + ''' 查找类似 Compression options have been applied to all folders 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_AppliedAllFoldersTip() As String Get @@ -811,7 +839,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Cannot remove folder. + ''' 查找类似 Cannot remove folder 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_CannotRemoveFolder() As String Get @@ -820,7 +848,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Please wait until the current operation is finished. + ''' 查找类似 Please wait until the current operation is finished 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_CannotRemoveFolderTip() As String Get @@ -829,7 +857,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to This game uses DirectStorage technology. If you are using this feature, you should not compress this game.. + ''' 查找类似 This game uses DirectStorage technology. If you are using this feature, you should not compress this game. 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_DirectStorageTechnology() As String Get @@ -838,7 +866,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Restart as Admin. + ''' 查找类似 Restart as Admin 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_RestartAdmin() As String Get @@ -847,7 +875,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Insufficient permission to access this folder. + ''' 查找类似 Insufficient permission to access this folder 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_RestartAdminTip() As String Get @@ -856,7 +884,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to The SnackbarPresenter was never set. + ''' 查找类似 The SnackbarPresenter was never set 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SnackbarPresenter() As String Get @@ -865,7 +893,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression. + ''' 查找类似 Compression 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWiki_Compression() As String Get @@ -874,7 +902,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Game. + ''' 查找类似 Game 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWiki_Game() As String Get @@ -883,7 +911,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to SteamID. + ''' 查找类似 SteamID 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWiki_SteamID() As String Get @@ -892,7 +920,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to UID. + ''' 查找类似 UID 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWiki_UID() As String Get @@ -901,7 +929,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Failed to submit to wiki. + ''' 查找类似 Failed to submit to wiki 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWikiFailed() As String Get @@ -910,7 +938,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Please check your internet connection and try again. + ''' 查找类似 Please check your internet connection and try again 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWikiFailedTip() As String Get @@ -919,7 +947,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Submitted to wiki. + ''' 查找类似 Submitted to wiki 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SubmitWikiTitle() As String Get @@ -928,7 +956,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Success. + ''' 查找类似 Success 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_Success() As String Get @@ -937,7 +965,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Added to Queue. + ''' 查找类似 Added to Queue 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_SuccessTip() As String Get @@ -946,7 +974,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Update Available ▸ Version {0}. + ''' 查找类似 Update Available ▸ Version {0} 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_UpdateAvailable() As String Get @@ -955,7 +983,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Click to download. + ''' 查找类似 Click to download 的本地化字符串。 ''' Public Shared ReadOnly Property SnackBar_UpdateDownload() As String Get @@ -964,7 +992,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to After. + ''' 查找类似 After 的本地化字符串。 ''' Public Shared ReadOnly Property Status_After() As String Get @@ -973,7 +1001,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Analysing. + ''' 查找类似 Analysing 的本地化字符串。 ''' Public Shared ReadOnly Property Status_Analysing() As String Get @@ -982,7 +1010,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Awaiting Compression. + ''' 查找类似 Awaiting Compression 的本地化字符串。 ''' Public Shared ReadOnly Property Status_AwaitingCompression() As String Get @@ -991,7 +1019,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Before. + ''' 查找类似 Before 的本地化字符串。 ''' Public Shared ReadOnly Property Status_Before() As String Get @@ -1000,7 +1028,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compressed. + ''' 查找类似 Compressed 的本地化字符串。 ''' Public Shared ReadOnly Property Status_Compressed() As String Get @@ -1009,7 +1037,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression Mode. + ''' 查找类似 Compression Mode 的本地化字符串。 ''' Public Shared ReadOnly Property Status_CompressionMode() As String Get @@ -1018,7 +1046,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression Summary. + ''' 查找类似 Compression Summary 的本地化字符串。 ''' Public Shared ReadOnly Property Status_CompressionSummary() As String Get @@ -1027,7 +1055,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to contained files. + ''' 查找类似 contained files 的本地化字符串。 ''' Public Shared ReadOnly Property Status_ContainedFiles() As String Get @@ -1036,7 +1064,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Files Compressed. + ''' 查找类似 Files Compressed 的本地化字符串。 ''' Public Shared ReadOnly Property Status_FilesCompressed() As String Get @@ -1045,7 +1073,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Last Fetched: {0:dd MMM yyyy HH:mm:ss}. + ''' 查找类似 Last Fetched: {0:dd MMM yyyy HH:mm:ss} 的本地化字符串。 ''' Public Shared ReadOnly Property Status_LastFetched() As String Get @@ -1054,7 +1082,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Not Compressed. + ''' 查找类似 Not Compressed 的本地化字符串。 ''' Public Shared ReadOnly Property Status_NotCompressed() As String Get @@ -1063,7 +1091,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Results State. + ''' 查找类似 Results State 的本地化字符串。 ''' Public Shared ReadOnly Property Status_ResultsState() As String Get @@ -1072,7 +1100,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Space Saved. + ''' 查找类似 Space Saved 的本地化字符串。 ''' Public Shared ReadOnly Property Status_SpaceSaved() As String Get @@ -1081,7 +1109,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to uncompressed size. + ''' 查找类似 uncompressed size 的本地化字符串。 ''' Public Shared ReadOnly Property Status_UncompressedSize() As String Get @@ -1090,7 +1118,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Unknown. + ''' 查找类似 Unknown 的本地化字符串。 ''' Public Shared ReadOnly Property Status_Unknown() As String Get @@ -1099,7 +1127,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Working. + ''' 查找类似 Working 的本地化字符串。 ''' Public Shared ReadOnly Property Status_Working() As String Get @@ -1108,7 +1136,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to {0:0} days ago. + ''' 查找类似 {0:0} days ago 的本地化字符串。 ''' Public Shared ReadOnly Property Time_DaysAgo() As String Get @@ -1117,7 +1145,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to {0:0} hours ago. + ''' 查找类似 {0:0} hours ago 的本地化字符串。 ''' Public Shared ReadOnly Property Time_HoursAgo() As String Get @@ -1126,7 +1154,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to {0:0} minutes ago. + ''' 查找类似 {0:0} minutes ago 的本地化字符串。 ''' Public Shared ReadOnly Property Time_MinutesAgo() As String Get @@ -1135,7 +1163,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to just now. + ''' 查找类似 just now 的本地化字符串。 ''' Public Shared ReadOnly Property Time_Now() As String Get @@ -1144,7 +1172,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Unknown. + ''' 查找类似 Unknown 的本地化字符串。 ''' Public Shared ReadOnly Property Time_Unknown() As String Get @@ -1153,7 +1181,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to CompactGUI. + ''' 查找类似 CompactGUI 的本地化字符串。 ''' Public Shared ReadOnly Property Title_CompactGUI() As String Get @@ -1162,7 +1190,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compression DB. + ''' 查找类似 Compression DB 的本地化字符串。 ''' Public Shared ReadOnly Property Title_CompressionDB() As String Get @@ -1171,7 +1199,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Home. + ''' 查找类似 Home 的本地化字符串。 ''' Public Shared ReadOnly Property Title_Home() As String Get @@ -1180,7 +1208,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Watcher. + ''' 查找类似 Watcher 的本地化字符串。 ''' Public Shared ReadOnly Property Title_Watcher() As String Get @@ -1189,7 +1217,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Add. + ''' 查找类似 Add 的本地化字符串。 ''' Public Shared ReadOnly Property UniAdd() As String Get @@ -1198,7 +1226,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Admin. + ''' 查找类似 Admin 的本地化字符串。 ''' Public Shared ReadOnly Property UniAdmin() As String Get @@ -1207,7 +1235,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Cancel. + ''' 查找类似 Cancel 的本地化字符串。 ''' Public Shared ReadOnly Property UniCancel() As String Get @@ -1216,7 +1244,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to edit. + ''' 查找类似 edit 的本地化字符串。 ''' Public Shared ReadOnly Property UniEdit() As String Get @@ -1225,7 +1253,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Exit. + ''' 查找类似 Exit 的本地化字符串。 ''' Public Shared ReadOnly Property UniExit() As String Get @@ -1234,7 +1262,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to OK. + ''' 查找类似 OK 的本地化字符串。 ''' Public Shared ReadOnly Property UniOK() As String Get @@ -1243,7 +1271,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Open. + ''' 查找类似 Open 的本地化字符串。 ''' Public Shared ReadOnly Property UniOpen() As String Get @@ -1252,7 +1280,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Reset. + ''' 查找类似 Reset 的本地化字符串。 ''' Public Shared ReadOnly Property UniReset() As String Get @@ -1261,7 +1289,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Save. + ''' 查找类似 Save 的本地化字符串。 ''' Public Shared ReadOnly Property UniSave() As String Get @@ -1270,7 +1298,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Yes. + ''' 查找类似 Yes 的本地化字符串。 ''' Public Shared ReadOnly Property UniYes() As String Get @@ -1279,7 +1307,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Add to compression queue. + ''' 查找类似 Add to compression queue 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_AddQueue() As String Get @@ -1288,7 +1316,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Add a custom folder to the watchlist. + ''' 查找类似 Add a custom folder to the watchlist 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_AddTip() As String Get @@ -1297,7 +1325,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Cancel Background Compressor. + ''' 查找类似 Cancel Background Compressor 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_CancelBackgroundCompressor() As String Get @@ -1306,7 +1334,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Compress All Now. + ''' 查找类似 Compress All Now 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_CompressAllNow() As String Get @@ -1315,7 +1343,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Last analysed. + ''' 查找类似 Last analysed 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_LastAnalysed() As String Get @@ -1324,7 +1352,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to last compressed:. + ''' 查找类似 last compressed: 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_LastCompressed() As String Get @@ -1333,7 +1361,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to last modified:. + ''' 查找类似 last modified: 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_LastModified() As String Get @@ -1342,7 +1370,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Re-analyse all watched folders. + ''' 查找类似 Re-analyse all watched folders 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_ReAnalyse() As String Get @@ -1351,7 +1379,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Re-analyse this folder. + ''' 查找类似 Re-analyse this folder 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_ReAnalyseFolder() As String Get @@ -1360,7 +1388,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Remove from Watchlist. + ''' 查找类似 Remove from Watchlist 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_RemoveWatchlist() As String Get @@ -1369,7 +1397,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to decayed. + ''' 查找类似 decayed 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_WatchedDecayed() As String Get @@ -1378,7 +1406,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to Watched Folders. + ''' 查找类似 Watched Folders 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_WatchedFolders() As String Get @@ -1387,7 +1415,7 @@ Namespace i18n End Property ''' - ''' Looks up a localized string similar to saved. + ''' 查找类似 saved 的本地化字符串。 ''' Public Shared ReadOnly Property Watcher_WatchedSaved() As String Get diff --git a/CompactGUI/i18n/i18n.resx b/CompactGUI/i18n/i18n.resx index cd16fc7..4cfb76e 100644 --- a/CompactGUI/i18n/i18n.resx +++ b/CompactGUI/i18n/i18n.resx @@ -575,4 +575,14 @@ Are you sure you want to exit? OK + + Select a folder to compress + + + Quickly parses over files and estimates their compression ratio without writing to disk. +This will likely be super laggy on HDDs! + + + An instance of CompactGUI is already running + \ No newline at end of file diff --git a/CompactGUI/i18n/i18n.ru-RU.resx b/CompactGUI/i18n/i18n.ru-RU.resx index 11f0bdc..7362372 100644 --- a/CompactGUI/i18n/i18n.ru-RU.resx +++ b/CompactGUI/i18n/i18n.ru-RU.resx @@ -574,4 +574,14 @@ хорошо + + Выберите папку для сжатия + + + Быстро анализирует файлы и оценивает их степень сжатия без записи на диск. +Это, вероятно, будет очень медленно работать на HDD! + + + Один экземпляр CompactGUI уже работает + \ No newline at end of file diff --git a/CompactGUI/i18n/i18n.zh-CN.resx b/CompactGUI/i18n/i18n.zh-CN.resx index 66fbe2c..1e83432 100644 --- a/CompactGUI/i18n/i18n.zh-CN.resx +++ b/CompactGUI/i18n/i18n.zh-CN.resx @@ -548,4 +548,14 @@ + + 选择要压缩的文件夹 + + + 快速遍历文件并预估压缩率,无需写入磁盘。 +在机械硬盘上运行可能会非常卡顿! + + + CompactGUI 已在运行中 + \ No newline at end of file