diff --git a/samples/Advanced.Localization/Resources/Program.zh-CN.resx b/samples/Advanced.Localization/Resources/Program.zh-CN.resx new file mode 100644 index 0000000..f55be68 --- /dev/null +++ b/samples/Advanced.Localization/Resources/Program.zh-CN.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 名称 + + + 你好 {0}! + + + 说你好 + + \ No newline at end of file diff --git a/src/Cocona.Core/Resources/Strings.zh-CN.resx b/src/Cocona.Core/Resources/Strings.zh-CN.resx new file mode 100644 index 0000000..eccd315 --- /dev/null +++ b/src/Cocona.Core/Resources/Strings.zh-CN.resx @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 显示版本 + + + 显示此帮助 + + + 生成一个命令行补全代码 + + + 允许的值 + + + 参数: + + + 命令: + + + 默认 + + + 命令尚未实现。 + + + 错误: {0} + + + 错误: {0} + + + 错误: '{0}' 不是命令,使用'--help' 查看如何使用. + + + 错误: '{0}' 是必填参数,使用'--help' 查看如何使用. + + + 错误: 选项 '--{0}' 为必选. 使用'--help' 查看如何使用. + + + 错误: 选项 '--{0}' 需要一个只,使用'--help' 查看如何使用. + + + 错误: 不支持命令行补全'{0}' 。 (支持命令行: {1}) + + + 错误: 未知选项 '{0}' + + + 生成命令行补全候选项 + + + 选项: + + + 必填 + + + 类似的命令: + + + 命令已退出,代码 '{0}'.{1} + + + 使用方法: {0} + + + 使用方法: {0} {1}[命令] + + + 在"{1}"中找不到类似选项的命令"{0}"的方法 + + \ No newline at end of file