mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 21:13:21 +08:00
Merge remote-tracking branch 'remotes/origin/main' into dev
This commit is contained in:
commit
4b1e3885d5
251
src/Lang/Strings.Designer.cs
generated
Normal file
251
src/Lang/Strings.Designer.cs
generated
Normal file
@ -0,0 +1,251 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace Dot.Lang {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
/// </summary>
|
||||||
|
// 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.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
public class Strings {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Strings() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Dot.Lang.Strings", typeof(Strings).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
|
/// resource lookups using this strongly typed resource class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
public static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 转换换行符为LF.
|
||||||
|
/// </summary>
|
||||||
|
public static string ConvertEndOfLineToLF {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ConvertEndOfLineToLF", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to {0}(已复制到剪贴板).
|
||||||
|
/// </summary>
|
||||||
|
public static string Copied {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Copied", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 文件通配符.
|
||||||
|
/// </summary>
|
||||||
|
public static string FileSearchPattern {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("FileSearchPattern", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 要处理的目录路径.
|
||||||
|
/// </summary>
|
||||||
|
public static string FolderPath {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("FolderPath", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to GUID工具.
|
||||||
|
/// </summary>
|
||||||
|
public static string GuidTool {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("GuidTool", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 文本编码工具.
|
||||||
|
/// </summary>
|
||||||
|
public static string HelpForText {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("HelpForText", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 输入文本为空.
|
||||||
|
/// </summary>
|
||||||
|
public static string InputTextIsEmpty {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("InputTextIsEmpty", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 没有需要处理的文件.
|
||||||
|
/// </summary>
|
||||||
|
public static string NoFileToBeProcessed {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("NoFileToBeProcessed", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 指定的路径“{0}”不存在.
|
||||||
|
/// </summary>
|
||||||
|
public static string PathNotFound {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("PathNotFound", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 按下任意键继续....
|
||||||
|
/// </summary>
|
||||||
|
public static string PressAnyKey {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("PressAnyKey", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to BitSet 1:[0-9],2:[a-z],4:[A-Z],8:[ascii.0x21-0x2F].
|
||||||
|
/// </summary>
|
||||||
|
public static string PwdGenerateTypes {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("PwdGenerateTypes", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 密码长度.
|
||||||
|
/// </summary>
|
||||||
|
public static string PwdLength {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("PwdLength", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 随机密码生成器.
|
||||||
|
/// </summary>
|
||||||
|
public static string RandomPasswordGenerator {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("RandomPasswordGenerator", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 只读模式(仅做测试,不实际修改).
|
||||||
|
/// </summary>
|
||||||
|
public static string ReadOnly {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ReadOnly", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 移除文件尾部换行和空格.
|
||||||
|
/// </summary>
|
||||||
|
public static string RemoveTrailingWhiteSpaces {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("RemoveTrailingWhiteSpaces", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 查找文件....
|
||||||
|
/// </summary>
|
||||||
|
public static string SearchingFile {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("SearchingFile", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to {0} 个文件.
|
||||||
|
/// </summary>
|
||||||
|
public static string SearchingFileOK {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("SearchingFileOK", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 已读取:{0}/{1},处理:{2},跳过:{3}.
|
||||||
|
/// </summary>
|
||||||
|
public static string ShowMessageTemp {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ShowMessageTemp", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 要处理的文本(默认取取剪贴板值).
|
||||||
|
/// </summary>
|
||||||
|
public static string TextTobeProcessed {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("TextTobeProcessed", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 移除文件的uf8 bom.
|
||||||
|
/// </summary>
|
||||||
|
public static string TrimUtf8Bom {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("TrimUtf8Bom", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 使用大写输出.
|
||||||
|
/// </summary>
|
||||||
|
public static string UseUppercase {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("UseUppercase", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
86
src/Lang/Strings.en-US.resx
Normal file
86
src/Lang/Strings.en-US.resx
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
|
||||||
|
id="root" xmlns="">
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true"></xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>1.3</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||||
|
PublicKeyToken=b77a5c561934e089
|
||||||
|
</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||||
|
PublicKeyToken=b77a5c561934e089
|
||||||
|
</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="InputTextIsEmpty" xml:space="preserve">
|
||||||
|
<value>The input text is empty</value>
|
||||||
|
</data>
|
||||||
|
<data name="SearchingFile" xml:space="preserve">
|
||||||
|
<value>Find files...</value>
|
||||||
|
</data>
|
||||||
|
<data name="PathNotFound" xml:space="preserve">
|
||||||
|
<value>The specified path "{0}" does not exist</value>
|
||||||
|
</data>
|
||||||
|
<data name="SearchingFileOK" xml:space="preserve">
|
||||||
|
<value>Find files...OK</value>
|
||||||
|
</data>
|
||||||
|
<data name="ShowMessageTemp" xml:space="preserve">
|
||||||
|
<value>Read: {0}/{1}, processed: {2}, skipped: {3}</value>
|
||||||
|
</data>
|
||||||
|
<data name="HelpForText" xml:space="preserve">
|
||||||
|
<value>Text encoding tool</value>
|
||||||
|
</data>
|
||||||
|
<data name="Copied" xml:space="preserve">
|
||||||
|
<value>{0}(copied to clipboard)</value>
|
||||||
|
</data>
|
||||||
|
<data name="FileSearchPattern" xml:space="preserve">
|
||||||
|
<value>File wildcards</value>
|
||||||
|
</data>
|
||||||
|
<data name="FolderPath" xml:space="preserve">
|
||||||
|
<value>Directory path to be processed</value>
|
||||||
|
</data>
|
||||||
|
<data name="ConvertEndOfLineToLF" xml:space="preserve">
|
||||||
|
<value>Convert newline characters to LF</value>
|
||||||
|
</data>
|
||||||
|
<data name="GuidTool" xml:space="preserve">
|
||||||
|
<value>GUID tool</value>
|
||||||
|
</data>
|
||||||
|
<data name="UseUppercase" xml:space="preserve">
|
||||||
|
<value>Use uppercase output</value>
|
||||||
|
</data>
|
||||||
|
<data name="RandomPasswordGenerator" xml:space="preserve">
|
||||||
|
<value>Random password generator</value>
|
||||||
|
</data>
|
||||||
|
<data name="PwdLength" xml:space="preserve">
|
||||||
|
<value>Password length</value>
|
||||||
|
</data>
|
||||||
|
<data name="PwdGenerateTypes" xml:space="preserve">
|
||||||
|
<value>BitSet 1:[0-9],2:[a-z],4:[A-Z],8:[ascii.0x21-0x2F]</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemoveTrailingWhiteSpaces" xml:space="preserve">
|
||||||
|
<value>Remove line breaks and spaces at the end of the file</value>
|
||||||
|
</data>
|
||||||
|
<data name="TrimUtf8Bom" xml:space="preserve">
|
||||||
|
<value>Remove the uf8 bom of the file</value>
|
||||||
|
</data>
|
||||||
|
<data name="TextTobeProcessed" xml:space="preserve">
|
||||||
|
<value>Text to be processed (clipboard value is taken by default)</value>
|
||||||
|
</data>
|
||||||
|
<data name="PressAnyKey" xml:space="preserve">
|
||||||
|
<value>Press any key to continue...</value>
|
||||||
|
</data>
|
||||||
|
<data name="ReadOnly" xml:space="preserve">
|
||||||
|
<value>Read-only mode (only for testing, no actual modification)</value>
|
||||||
|
</data>
|
||||||
|
<data name="NoFileToBeProcessed" xml:space="preserve">
|
||||||
|
<value>No documents to be processed</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
94
src/Lang/Strings.resx
Normal file
94
src/Lang/Strings.resx
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
|
||||||
|
id="root"
|
||||||
|
xmlns="">
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>1.3</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||||
|
PublicKeyToken=b77a5c561934e089
|
||||||
|
</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||||
|
PublicKeyToken=b77a5c561934e089
|
||||||
|
</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="InputTextIsEmpty" xml:space="preserve">
|
||||||
|
<value>输入文本为空</value>
|
||||||
|
</data>
|
||||||
|
<data name="SearchingFile" xml:space="preserve">
|
||||||
|
<value>查找文件...</value>
|
||||||
|
</data>
|
||||||
|
<data name="PathNotFound" xml:space="preserve">
|
||||||
|
<value>指定的路径“{0}”不存在</value>
|
||||||
|
</data>
|
||||||
|
<data name="SearchingFileOK" xml:space="preserve">
|
||||||
|
<value>{0} 个文件</value>
|
||||||
|
</data>
|
||||||
|
<data name="ShowMessageTemp" xml:space="preserve">
|
||||||
|
<value>已读取:{0}/{1},处理:{2},跳过:{3}</value>
|
||||||
|
</data>
|
||||||
|
<data name="HelpForText" xml:space="preserve">
|
||||||
|
<value>文本编码工具</value>
|
||||||
|
</data>
|
||||||
|
<data name="TextTobeProcessed" xml:space="preserve">
|
||||||
|
<value>要处理的文本(默认取取剪贴板值)</value>
|
||||||
|
</data>
|
||||||
|
<data name="Copied" xml:space="preserve">
|
||||||
|
<value>{0}(已复制到剪贴板)</value>
|
||||||
|
</data>
|
||||||
|
<data name="FileSearchPattern" xml:space="preserve">
|
||||||
|
<value>文件通配符</value>
|
||||||
|
</data>
|
||||||
|
<data name="FolderPath" xml:space="preserve">
|
||||||
|
<value>要处理的目录路径</value>
|
||||||
|
</data>
|
||||||
|
<data name="ConvertEndOfLineToLF" xml:space="preserve">
|
||||||
|
<value>转换换行符为LF</value>
|
||||||
|
</data>
|
||||||
|
<data name="GuidTool" xml:space="preserve">
|
||||||
|
<value>GUID工具</value>
|
||||||
|
</data>
|
||||||
|
<data name="UseUppercase" xml:space="preserve">
|
||||||
|
<value>使用大写输出</value>
|
||||||
|
</data>
|
||||||
|
<data name="RandomPasswordGenerator" xml:space="preserve">
|
||||||
|
<value>随机密码生成器</value>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
<data name="PwdLength" xml:space="preserve">
|
||||||
|
<value>密码长度</value>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
|
||||||
|
<data name="PwdGenerateTypes" xml:space="preserve">
|
||||||
|
<value>BitSet 1:[0-9],2:[a-z],4:[A-Z],8:[ascii.0x21-0x2F]</value>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
<data name="RemoveTrailingWhiteSpaces" xml:space="preserve">
|
||||||
|
<value>移除文件尾部换行和空格</value>
|
||||||
|
</data>
|
||||||
|
<data name="TrimUtf8Bom" xml:space="preserve">
|
||||||
|
<value>移除文件的uf8 bom</value>
|
||||||
|
</data>
|
||||||
|
<data name="PressAnyKey" xml:space="preserve">
|
||||||
|
<value>按下任意键继续...</value>
|
||||||
|
</data>
|
||||||
|
<data name="ReadOnly" xml:space="preserve">
|
||||||
|
<value>只读模式(仅做测试,不实际修改)</value>
|
||||||
|
</data>
|
||||||
|
<data name="NoFileToBeProcessed" xml:space="preserve">
|
||||||
|
<value>没有需要处理的文件</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
Loading…
x
Reference in New Issue
Block a user