add pl lang

This commit is contained in:
NaBian 2021-01-19 23:39:42 +08:00
parent f8915be290
commit 7b5780959f
15 changed files with 569 additions and 573 deletions

File diff suppressed because it is too large Load Diff

View File

@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="PersianToolkit" xml:space="preserve">
<value>PersianToolkit</value>
</data>
<data name="Controls" xml:space="preserve">
<value>Kontrolki</value>
</data>
@ -358,7 +355,7 @@
<value>Czy uruchomić ponownie aby zmienić język?</value>
</data>
<data name="About" xml:space="preserve">
<value>O...</value>
<value>Około</value>
</data>
<data name="Repository" xml:space="preserve">
<value>Repozytorium</value>
@ -792,4 +789,7 @@
<data name="Feedback" xml:space="preserve">
<value>Informacje zwrotne</value>
</data>
<data name="Success" xml:space="preserve">
<value>Success</value>
</data>
</root>

View File

@ -169,10 +169,10 @@ namespace HandyControlDemo.Properties.Langs
OnPropertyChanged(nameof(OpenMouseFollowWindow));
OnPropertyChanged(nameof(OpenNativeCommonWindow));
OnPropertyChanged(nameof(OpenNavigationWindow));
OnPropertyChanged(nameof(OpenTouchDragMoveWindow));
OnPropertyChanged(nameof(OpenNoNonClientAreaDragableWindow));
OnPropertyChanged(nameof(OpenPanel));
OnPropertyChanged(nameof(OpenSprite));
OnPropertyChanged(nameof(OpenTouchDragMoveWindow));
OnPropertyChanged(nameof(OutlineText));
OnPropertyChanged(nameof(Pagination));
OnPropertyChanged(nameof(PasswordBox));
@ -382,7 +382,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 多选组合框 的本地化字符串。
/// </summary>
public string CheckComboBox => Lang.CheckComboBox;
public string CheckComboBox => Lang.CheckComboBox;
/// <summary>
/// 查找类似 圆形布局 的本地化字符串。
@ -482,12 +482,12 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 数据展示 的本地化字符串。
/// </summary>
public string DataDisplay => Lang.DataDisplay;
public string DataDisplay => Lang.DataDisplay;
/// <summary>
/// 查找类似 数据录入 的本地化字符串。
/// </summary>
public string DataEntry => Lang.DataEntry;
public string DataEntry => Lang.DataEntry;
/// <summary>
/// 查找类似 数据表格 的本地化字符串。
@ -587,12 +587,12 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 反馈 的本地化字符串。
/// </summary>
public string Feedback => Lang.Feedback;
public string Feedback => Lang.Feedback;
/// <summary>
/// 查找类似 弹性盒子 的本地化字符串。
/// </summary>
public string FlexPanel => Lang.FlexPanel;
public string FlexPanel => Lang.FlexPanel;
/// <summary>
/// 查找类似 翻页时钟 的本地化字符串。
@ -632,12 +632,12 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 几何形状 的本地化字符串。
/// </summary>
public string Geometry => Lang.Geometry;
public string Geometry => Lang.Geometry;
/// <summary>
/// 查找类似 Gif图片 的本地化字符串。
/// </summary>
public string GifImage => Lang.GifImage;
public string GifImage => Lang.GifImage;
/// <summary>
/// 查找类似 回到顶部 的本地化字符串。
@ -737,7 +737,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 图片选择器 的本地化字符串。
/// </summary>
public string ImageSelector => Lang.ImageSelector;
public string ImageSelector => Lang.ImageSelector;
/// <summary>
/// 查找类似 索引 的本地化字符串。
@ -752,7 +752,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 交互 的本地化字符串。
/// </summary>
public string Interacting => Lang.Interacting;
public string Interacting => Lang.Interacting;
/// <summary>
/// 查找类似 可交互对话框 的本地化字符串。
@ -777,7 +777,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 布局 的本地化字符串。
/// </summary>
public string Layout => Lang.Layout;
public string Layout => Lang.Layout;
/// <summary>
/// 查找类似 列表框 的本地化字符串。
@ -812,7 +812,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 杂项 的本地化字符串。
/// </summary>
public string Misc => Lang.Misc;
public string Misc => Lang.Misc;
/// <summary>
/// 查找类似 的本地化字符串。
@ -827,7 +827,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 导航 的本地化字符串。
/// </summary>
public string Navigation => Lang.Navigation;
public string Navigation => Lang.Navigation;
/// <summary>
/// 查找类似 新建窗口 的本地化字符串。
@ -924,11 +924,6 @@ namespace HandyControlDemo.Properties.Langs
/// </summary>
public string OpenNavigationWindow => Lang.OpenNavigationWindow;
/// <summary>
/// 查找类似 点击打开触摸拖动窗口 的本地化字符串。
/// </summary>
public string OpenTouchDragMoveWindow => Lang.OpenTouchDragMoveWindow;
/// <summary>
/// 查找类似 打开无非客户端区域可拖拽窗口 的本地化字符串。
/// </summary>
@ -944,6 +939,11 @@ namespace HandyControlDemo.Properties.Langs
/// </summary>
public string OpenSprite => Lang.OpenSprite;
/// <summary>
/// 查找类似 点击打开触摸拖动窗口 的本地化字符串。
/// </summary>
public string OpenTouchDragMoveWindow => Lang.OpenTouchDragMoveWindow;
/// <summary>
/// 查找类似 轮廓文本 的本地化字符串。
/// </summary>
@ -1037,7 +1037,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 属性编辑器 的本地化字符串。
/// </summary>
public string PropertyGrid => Lang.PropertyGrid;
public string PropertyGrid => Lang.PropertyGrid;
/// <summary>
/// 查找类似 按住说话 的本地化字符串。
@ -1347,7 +1347,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 等间距布局 的本地化字符串。
/// </summary>
public string UniformSpacingPanel => Lang.UniformSpacingPanel;
public string UniformSpacingPanel => Lang.UniformSpacingPanel;
/// <summary>
/// 查找类似 上传文件 的本地化字符串。
@ -1516,7 +1516,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 多选组合框 的本地化字符串。
/// </summary>
public static string CheckComboBox = nameof(CheckComboBox);
public static string CheckComboBox = nameof(CheckComboBox);
/// <summary>
/// 查找类似 圆形布局 的本地化字符串。
@ -1616,12 +1616,12 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 数据展示 的本地化字符串。
/// </summary>
public static string DataDisplay = nameof(DataDisplay);
public static string DataDisplay = nameof(DataDisplay);
/// <summary>
/// 查找类似 数据录入 的本地化字符串。
/// </summary>
public static string DataEntry = nameof(DataEntry);
public static string DataEntry = nameof(DataEntry);
/// <summary>
/// 查找类似 数据表格 的本地化字符串。
@ -1721,12 +1721,12 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 反馈 的本地化字符串。
/// </summary>
public static string Feedback = nameof(Feedback);
public static string Feedback = nameof(Feedback);
/// <summary>
/// 查找类似 弹性盒子 的本地化字符串。
/// </summary>
public static string FlexPanel = nameof(FlexPanel);
public static string FlexPanel = nameof(FlexPanel);
/// <summary>
/// 查找类似 翻页时钟 的本地化字符串。
@ -1766,7 +1766,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 几何形状 的本地化字符串。
/// </summary>
public static string Geometry = nameof(Geometry);
public static string Geometry = nameof(Geometry);
/// <summary>
/// 查找类似 Gif图片 的本地化字符串。
@ -1871,7 +1871,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 图片选择器 的本地化字符串。
/// </summary>
public static string ImageSelector = nameof(ImageSelector);
public static string ImageSelector = nameof(ImageSelector);
/// <summary>
/// 查找类似 索引 的本地化字符串。
@ -1886,7 +1886,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 交互 的本地化字符串。
/// </summary>
public static string Interacting = nameof(Interacting);
public static string Interacting = nameof(Interacting);
/// <summary>
/// 查找类似 可交互对话框 的本地化字符串。
@ -1911,7 +1911,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 布局 的本地化字符串。
/// </summary>
public static string Layout = nameof(Layout);
public static string Layout = nameof(Layout);
/// <summary>
/// 查找类似 列表框 的本地化字符串。
@ -1946,7 +1946,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 杂项 的本地化字符串。
/// </summary>
public static string Misc = nameof(Misc);
public static string Misc = nameof(Misc);
/// <summary>
/// 查找类似 的本地化字符串。
@ -1961,7 +1961,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 导航 的本地化字符串。
/// </summary>
public static string Navigation = nameof(Navigation);
public static string Navigation = nameof(Navigation);
/// <summary>
/// 查找类似 新建窗口 的本地化字符串。
@ -2058,11 +2058,6 @@ namespace HandyControlDemo.Properties.Langs
/// </summary>
public static string OpenNavigationWindow = nameof(OpenNavigationWindow);
/// <summary>
/// 查找类似 点击打开触摸拖动窗口 的本地化字符串。
/// </summary>
public static string OpenTouchDragMoveWindow = nameof(OpenTouchDragMoveWindow);
/// <summary>
/// 查找类似 打开无非客户端区域可拖拽窗口 的本地化字符串。
/// </summary>
@ -2078,6 +2073,11 @@ namespace HandyControlDemo.Properties.Langs
/// </summary>
public static string OpenSprite = nameof(OpenSprite);
/// <summary>
/// 查找类似 点击打开触摸拖动窗口 的本地化字符串。
/// </summary>
public static string OpenTouchDragMoveWindow = nameof(OpenTouchDragMoveWindow);
/// <summary>
/// 查找类似 轮廓文本 的本地化字符串。
/// </summary>
@ -2171,7 +2171,7 @@ namespace HandyControlDemo.Properties.Langs
/// <summary>
/// 查找类似 属性编辑器 的本地化字符串。
/// </summary>
public static string PropertyGrid = nameof(PropertyGrid);
public static string PropertyGrid = nameof(PropertyGrid);
/// <summary>
/// 查找类似 按住说话 的本地化字符串。
@ -2478,6 +2478,11 @@ namespace HandyControlDemo.Properties.Langs
/// </summary>
public static string Type = nameof(Type);
/// <summary>
/// 查找类似 等间距布局 的本地化字符串。
/// </summary>
public static string UniformSpacingPanel = nameof(UniformSpacingPanel);
/// <summary>
/// 查找类似 上传文件 的本地化字符串。
/// </summary>

View File

@ -1,67 +1,76 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace HandyControl.Properties.Langs {
namespace HandyControl.Properties.Langs
{
using System;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
// 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", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Lang {
public class Lang
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Lang() {
internal Lang()
{
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// 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)) {
public static global::System.Resources.ResourceManager ResourceManager
{
get
{
if (object.ReferenceEquals(resourceMan, null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HandyControl.Properties.Langs.Lang", typeof(Lang).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 重写当前线程的 CurrentUICulture 属性
/// 重写当前线程的 CurrentUICulture 属性。
/// 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 {
public static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set {
set
{
resourceCulture = value;
}
}
/// <summary>
/// 查找类似 所有 的本地化字符串。
/// Looks up a localized string similar to 全部.
/// </summary>
public static string All
{
@ -72,214 +81,238 @@ namespace HandyControl.Properties.Langs {
}
/// <summary>
/// 查找类似 上午 的本地化字符串。
/// Looks up a localized string similar to 上午.
/// </summary>
public static string Am {
get {
public static string Am
{
get
{
return ResourceManager.GetString("Am", resourceCulture);
}
}
/// <summary>
/// 查找类似 取消 的本地化字符串。
/// Looks up a localized string similar to 取消.
/// </summary>
public static string Cancel {
get {
public static string Cancel
{
get
{
return ResourceManager.GetString("Cancel", resourceCulture);
}
}
/// <summary>
/// 查找类似 无法自注册复合命令 的本地化字符串。
/// Looks up a localized string similar to 清空.
/// </summary>
public static string CannotRegisterCompositeCommandInItself {
get {
return ResourceManager.GetString("CannotRegisterCompositeCommandInItself", resourceCulture);
}
}
/// <summary>
/// 查找类似 不能注册同一命令两次 的本地化字符串。
/// </summary>
public static string CannotRegisterSameCommandTwice {
get {
return ResourceManager.GetString("CannotRegisterSameCommandTwice", resourceCulture);
}
}
/// <summary>
/// 查找类似 清空 的本地化字符串。
/// </summary>
public static string Clear {
get {
public static string Clear
{
get
{
return ResourceManager.GetString("Clear", resourceCulture);
}
}
/// <summary>
/// 查找类似 关闭 的本地化字符串。
/// Looks up a localized string similar to 关闭.
/// </summary>
public static string Close {
get {
public static string Close
{
get
{
return ResourceManager.GetString("Close", resourceCulture);
}
}
/// <summary>
/// 查找类似 关闭所有 的本地化字符串。
/// Looks up a localized string similar to 关闭所有.
/// </summary>
public static string CloseAll {
get {
public static string CloseAll
{
get
{
return ResourceManager.GetString("CloseAll", resourceCulture);
}
}
/// <summary>
/// 查找类似 关闭其他 的本地化字符串。
/// Looks up a localized string similar to 关闭其他.
/// </summary>
public static string CloseOther {
get {
public static string CloseOther
{
get
{
return ResourceManager.GetString("CloseOther", resourceCulture);
}
}
/// <summary>
/// 查找类似 确定 的本地化字符串。
/// Looks up a localized string similar to 确定.
/// </summary>
public static string Confirm {
get {
public static string Confirm
{
get
{
return ResourceManager.GetString("Confirm", resourceCulture);
}
}
/// <summary>
/// 查找类似 错误的图片路径 的本地化字符串。
/// Looks up a localized string similar to 错误的图片路径.
/// </summary>
public static string ErrorImgPath {
get {
public static string ErrorImgPath
{
get
{
return ResourceManager.GetString("ErrorImgPath", resourceCulture);
}
}
/// <summary>
/// 查找类似 非法的图片尺寸 的本地化字符串。
/// Looks up a localized string similar to 非法的图片尺寸.
/// </summary>
public static string ErrorImgSize {
get {
public static string ErrorImgSize
{
get
{
return ResourceManager.GetString("ErrorImgSize", resourceCulture);
}
}
/// <summary>
/// 查找类似 查找 的本地化字符串。
/// Looks up a localized string similar to 查找.
/// </summary>
public static string Find {
get {
public static string Find
{
get
{
return ResourceManager.GetString("Find", resourceCulture);
}
}
/// <summary>
/// 查找类似 格式错误 的本地化字符串。
/// Looks up a localized string similar to 格式错误.
/// </summary>
public static string FormatError {
get {
public static string FormatError
{
get
{
return ResourceManager.GetString("FormatError", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔10分钟 的本地化字符串。
/// Looks up a localized string similar to 间隔10分钟.
/// </summary>
public static string Interval10m {
get {
public static string Interval10m
{
get
{
return ResourceManager.GetString("Interval10m", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔1小时 的本地化字符串。
/// Looks up a localized string similar to 间隔1小时.
/// </summary>
public static string Interval1h {
get {
public static string Interval1h
{
get
{
return ResourceManager.GetString("Interval1h", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔1分钟 的本地化字符串。
/// Looks up a localized string similar to 间隔1分钟.
/// </summary>
public static string Interval1m {
get {
public static string Interval1m
{
get
{
return ResourceManager.GetString("Interval1m", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔2小时 的本地化字符串。
/// Looks up a localized string similar to 间隔2小时.
/// </summary>
public static string Interval2h {
get {
public static string Interval2h
{
get
{
return ResourceManager.GetString("Interval2h", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔30分钟 的本地化字符串。
/// Looks up a localized string similar to 间隔30分钟.
/// </summary>
public static string Interval30m {
get {
public static string Interval30m
{
get
{
return ResourceManager.GetString("Interval30m", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔30秒 的本地化字符串。
/// Looks up a localized string similar to 间隔30秒.
/// </summary>
public static string Interval30s {
get {
public static string Interval30s
{
get
{
return ResourceManager.GetString("Interval30s", resourceCulture);
}
}
/// <summary>
/// 查找类似 间隔5分钟 的本地化字符串。
/// Looks up a localized string similar to 间隔5分钟.
/// </summary>
public static string Interval5m {
get {
public static string Interval5m
{
get
{
return ResourceManager.GetString("Interval5m", resourceCulture);
}
}
/// <summary>
/// 查找类似 不能为空 的本地化字符串。
/// Looks up a localized string similar to 不能为空.
/// </summary>
public static string IsNecessary {
get {
public static string IsNecessary
{
get
{
return ResourceManager.GetString("IsNecessary", resourceCulture);
}
}
/// <summary>
/// 查找类似 跳转 的本地化字符串。
/// Looks up a localized string similar to 跳转.
/// </summary>
public static string Jump {
get {
public static string Jump
{
get
{
return ResourceManager.GetString("Jump", resourceCulture);
}
}
/// <summary>
/// 查找类似 查找类似 {0} 的本地化字符串。 的本地化字符串。
/// Looks up a localized string similar to 查找类似 {0} 的本地化字符串。.
/// </summary>
public static string LangComment {
get {
public static string LangComment
{
get
{
return ResourceManager.GetString("LangComment", resourceCulture);
}
}
/// <summary>
/// 查找类似 杂项 的本地化字符串。
/// Looks up a localized string similar to 杂项.
/// </summary>
public static string Miscellaneous
{
@ -290,145 +323,177 @@ namespace HandyControl.Properties.Langs {
}
/// <summary>
/// 查找类似 下一页 的本地化字符串。
/// Looks up a localized string similar to 下一页.
/// </summary>
public static string NextPage {
get {
public static string NextPage
{
get
{
return ResourceManager.GetString("NextPage", resourceCulture);
}
}
/// <summary>
/// 查找类似 否 的本地化字符串。
/// Looks up a localized string similar to 否.
/// </summary>
public static string No {
get {
public static string No
{
get
{
return ResourceManager.GetString("No", resourceCulture);
}
}
/// <summary>
/// 查找类似 不在范围内 的本地化字符串。
/// Looks up a localized string similar to 不在范围内.
/// </summary>
public static string OutOfRange {
get {
public static string OutOfRange
{
get
{
return ResourceManager.GetString("OutOfRange", resourceCulture);
}
}
/// <summary>
/// 查找类似 页面模式 的本地化字符串。
/// Looks up a localized string similar to 页面模式.
/// </summary>
public static string PageMode {
get {
public static string PageMode
{
get
{
return ResourceManager.GetString("PageMode", resourceCulture);
}
}
/// <summary>
/// 查找类似 下午 的本地化字符串。
/// Looks up a localized string similar to 下午.
/// </summary>
public static string Pm {
get {
public static string Pm
{
get
{
return ResourceManager.GetString("Pm", resourceCulture);
}
}
/// <summary>
/// 查找类似 PNG图片 的本地化字符串。
/// Looks up a localized string similar to PNG图片.
/// </summary>
public static string PngImg {
get {
public static string PngImg
{
get
{
return ResourceManager.GetString("PngImg", resourceCulture);
}
}
/// <summary>
/// 查找类似 上一页 的本地化字符串。
/// Looks up a localized string similar to 上一页.
/// </summary>
public static string PreviousPage {
get {
public static string PreviousPage
{
get
{
return ResourceManager.GetString("PreviousPage", resourceCulture);
}
}
/// <summary>
/// 查找类似 滚动模式 的本地化字符串。
/// Looks up a localized string similar to 滚动模式.
/// </summary>
public static string ScrollMode {
get {
public static string ScrollMode
{
get
{
return ResourceManager.GetString("ScrollMode", resourceCulture);
}
}
/// <summary>
/// 查找类似 提示 的本地化字符串。
/// Looks up a localized string similar to 提示.
/// </summary>
public static string Tip {
get {
public static string Tip
{
get
{
return ResourceManager.GetString("Tip", resourceCulture);
}
}
/// <summary>
/// 查找类似 过大 的本地化字符串。
/// Looks up a localized string similar to 过大.
/// </summary>
public static string TooLarge {
get {
public static string TooLarge
{
get
{
return ResourceManager.GetString("TooLarge", resourceCulture);
}
}
/// <summary>
/// 查找类似 双页模式 的本地化字符串。
/// Looks up a localized string similar to 双页模式.
/// </summary>
public static string TwoPageMode {
get {
public static string TwoPageMode
{
get
{
return ResourceManager.GetString("TwoPageMode", resourceCulture);
}
}
/// <summary>
/// 查找类似 未知 的本地化字符串。
/// Looks up a localized string similar to 未知.
/// </summary>
public static string Unknown {
get {
public static string Unknown
{
get
{
return ResourceManager.GetString("Unknown", resourceCulture);
}
}
/// <summary>
/// 查找类似 未知大小 的本地化字符串。
/// Looks up a localized string similar to 未知大小.
/// </summary>
public static string UnknownSize {
get {
public static string UnknownSize
{
get
{
return ResourceManager.GetString("UnknownSize", resourceCulture);
}
}
/// <summary>
/// 查找类似 是 的本地化字符串。
/// Looks up a localized string similar to 是.
/// </summary>
public static string Yes {
get {
public static string Yes
{
get
{
return ResourceManager.GetString("Yes", resourceCulture);
}
}
/// <summary>
/// 查找类似 放大 的本地化字符串。
/// Looks up a localized string similar to 放大.
/// </summary>
public static string ZoomIn {
get {
public static string ZoomIn
{
get
{
return ResourceManager.GetString("ZoomIn", resourceCulture);
}
}
/// <summary>
/// 查找类似 缩小 的本地化字符串。
/// Looks up a localized string similar to 缩小.
/// </summary>
public static string ZoomOut {
get {
public static string ZoomOut
{
get
{
return ResourceManager.GetString("ZoomOut", resourceCulture);
}
}

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>error de format</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>No es pot registrar la comanda composta en si mateixa</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>No es pot registrar la mateixa comanda dues vegades</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Si</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>format error</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>Cannot Register Composite Command In It self</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>Cannot Register Same Command Twice</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Yes</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>فرمت ورودی اشتباه است</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>نمی توان فرمان کامپوزیت را در خود ثبت کرد</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>نمی توان همان فرمان را دو بار ثبت کرد</value>
</data>
<data name="Yes" xml:space="preserve">
<value>بله</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>Erreur de format</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>Impossible d'enregistrer une commande composite dans elle-même</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>Impossible d'enregistrer la même commande deux fois</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Oui</value>
</data>

View File

@ -123,12 +123,6 @@
<data name="Cancel" xml:space="preserve">
<value>취소</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>여러 명령어 자체를 등록할 수 없습니다</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>같은 명령어를 2번 등록할 수 없습니다</value>
</data>
<data name="Clear" xml:space="preserve">
<value>삭제</value>
</data>

View File

@ -192,30 +192,18 @@
<data name="FormatError" xml:space="preserve">
<value>błąd formatu</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>Nie można zarejestrować polecenia złożonego w samym sobie</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>Nie można dwukrotnie zarejestrować tego samego polecenia </value>
</data>
<data name="Yes" xml:space="preserve">
<value>Tak</value>
</data>
<data name="No" xml:space="preserve">
<value>Nie</value>
</data>
<data name="BusyIndicatorLoading" xml:space="preserve">
<value>Proszę czekać...</value>
</data>
<data name="ZoomIn" xml:space="preserve">
<value>Oddal</value>
</data>
<data name="ZoomOut" xml:space="preserve">
<value>Przybliż</value>
</data>
<data name="TagPlaceHolder" xml:space="preserve">
<value>Oddzielne tagi za pomocą ; lub spacja</value>
</data>
<data name="PreviousPage" xml:space="preserve">
<value>Poprzednia strona</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>erro de formato</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>Não é possível registrar o comando composto nele mesmo</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>Não é possível registrar o mesmo comando duas vezes</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Sim</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>格式错误</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>无法自注册复合命令</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>不能注册同一命令两次</value>
</data>
<data name="Yes" xml:space="preserve">
<value>是</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>некорректный формат</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>Невозможно зарегистировать составную команду самостоятельно</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>Невозможно зарегистировать составную команду дважды</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Да</value>
</data>

View File

@ -192,12 +192,6 @@
<data name="FormatError" xml:space="preserve">
<value>format hatası</value>
</data>
<data name="CannotRegisterCompositeCommandInItself" xml:space="preserve">
<value>Kompozit Komut Kendi Kendine Kaydedilemiyor</value>
</data>
<data name="CannotRegisterSameCommandTwice" xml:space="preserve">
<value>Aynı Komut İki Kez Kaydedilemiyor</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Evet</value>
</data>

View File

@ -40,8 +40,6 @@ namespace HandyControl.Properties.Langs
OnPropertyChanged(nameof(All));
OnPropertyChanged(nameof(Am));
OnPropertyChanged(nameof(Cancel));
OnPropertyChanged(nameof(CannotRegisterCompositeCommandInItself));
OnPropertyChanged(nameof(CannotRegisterSameCommandTwice));
OnPropertyChanged(nameof(Clear));
OnPropertyChanged(nameof(Close));
OnPropertyChanged(nameof(CloseAll));
@ -61,6 +59,7 @@ namespace HandyControl.Properties.Langs
OnPropertyChanged(nameof(IsNecessary));
OnPropertyChanged(nameof(Jump));
OnPropertyChanged(nameof(LangComment));
OnPropertyChanged(nameof(Miscellaneous));
OnPropertyChanged(nameof(NextPage));
OnPropertyChanged(nameof(No));
OnPropertyChanged(nameof(OutOfRange));
@ -80,9 +79,9 @@ namespace HandyControl.Properties.Langs
}
/// <summary>
/// 查找类似 所有 的本地化字符串。
/// 查找类似 全部 的本地化字符串。
/// </summary>
public string All => Lang.All;
public string All => Lang.All;
/// <summary>
/// 查找类似 上午 的本地化字符串。
@ -94,16 +93,6 @@ namespace HandyControl.Properties.Langs
/// </summary>
public string Cancel => Lang.Cancel;
/// <summary>
/// 查找类似 无法自注册复合命令 的本地化字符串。
/// </summary>
public string CannotRegisterCompositeCommandInItself => Lang.CannotRegisterCompositeCommandInItself;
/// <summary>
/// 查找类似 不能注册同一命令两次 的本地化字符串。
/// </summary>
public string CannotRegisterSameCommandTwice => Lang.CannotRegisterSameCommandTwice;
/// <summary>
/// 查找类似 清空 的本地化字符串。
/// </summary>
@ -199,6 +188,11 @@ namespace HandyControl.Properties.Langs
/// </summary>
public string LangComment => Lang.LangComment;
/// <summary>
/// 查找类似 杂项 的本地化字符串。
/// </summary>
public string Miscellaneous => Lang.Miscellaneous;
/// <summary>
/// 查找类似 下一页 的本地化字符串。
/// </summary>
@ -289,9 +283,9 @@ namespace HandyControl.Properties.Langs
public class LangKeys
{
/// <summary>
/// 查找类似 所有 的本地化字符串。
/// 查找类似 全部 的本地化字符串。
/// </summary>
public static string All = nameof(All);
public static string All = nameof(All);
/// <summary>
/// 查找类似 上午 的本地化字符串。
@ -303,16 +297,6 @@ namespace HandyControl.Properties.Langs
/// </summary>
public static string Cancel = nameof(Cancel);
/// <summary>
/// 查找类似 无法自注册复合命令 的本地化字符串。
/// </summary>
public static string CannotRegisterCompositeCommandInItself = nameof(CannotRegisterCompositeCommandInItself);
/// <summary>
/// 查找类似 不能注册同一命令两次 的本地化字符串。
/// </summary>
public static string CannotRegisterSameCommandTwice = nameof(CannotRegisterSameCommandTwice);
/// <summary>
/// 查找类似 清空 的本地化字符串。
/// </summary>
@ -408,6 +392,11 @@ namespace HandyControl.Properties.Langs
/// </summary>
public static string LangComment = nameof(LangComment);
/// <summary>
/// 查找类似 杂项 的本地化字符串。
/// </summary>
public static string Miscellaneous = nameof(Miscellaneous);
/// <summary>
/// 查找类似 下一页 的本地化字符串。
/// </summary>