Update chinese translation(part 1)

This commit is contained in:
Jeffiy 2016-01-19 17:43:09 +08:00
parent 42d47917d8
commit d419a33f59
25 changed files with 1298 additions and 117 deletions

View file

@ -0,0 +1,153 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnRun.Text" xml:space="preserve">
<value>开始</value>
</data>
<data name="lblFunctions.Text" xml:space="preserve">
<value>方法</value>
</data>
<data name="btnLoadExample.Text" xml:space="preserve">
<value>加载实例</value>
</data>
<data name="btnSaveScript.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="lblScriptName.Text" xml:space="preserve">
<value>脚本名称:</value>
</data>
<data name="btnRemoveScript.Text" xml:space="preserve">
<value>删除</value>
</data>
<data name="btnAddMouseMove.Text" xml:space="preserve">
<value>添加鼠标指针位置</value>
</data>
<data name="lblLineDelay.Text" xml:space="preserve">
<value>每行延迟:</value>
</data>
<data name="lblKeys.Text" xml:space="preserve">
<value>按键:</value>
</data>
<data name="chScriptName.Text" xml:space="preserve">
<value>名称</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - 自动化</value>
</data>
</root>

View file

@ -121,7 +121,7 @@
<value>ShareX - 错误</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>Exit应用</value>
<value>退出</value>
</data>
<data name="btnContinue.Text" xml:space="preserve">
<value>&amp;确定</value>

View file

@ -1,4 +1,4 @@

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -138,4 +138,13 @@
<data name="lblTarget.Text" xml:space="preserve">
<value>目标:</value>
</data>
<data name="tpFileHashCheck.Text" xml:space="preserve">
<value>文件哈希Hash检查</value>
</data>
<data name="btnHashCheckCopyAll.Text" xml:space="preserve">
<value>复制全部</value>
</data>
<data name="tpTextConversions.Text" xml:space="preserve">
<value>文本转换</value>
</data>
</root>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -140,15 +141,6 @@
<data name="cbShapes.Items2" xml:space="preserve">
<value>垂直线</value>
</data>
<data name="lblBlue.Text" xml:space="preserve">
<value>B:</value>
</data>
<data name="lblGreen.Text" xml:space="preserve">
<value>G:</value>
</data>
<data name="lblRed.Text" xml:space="preserve">
<value>R:</value>
</data>
<data name="lblShapeSize.Text" xml:space="preserve">
<value>尺寸:</value>
</data>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -129,7 +130,7 @@
<value>预览...</value>
</data>
<data name="cbAllowEnlarge.Text" xml:space="preserve">
<value>让图像放大</value>
<value>运行图像被放大</value>
</data>
<data name="cbAutoRotate.Text" xml:space="preserve">
<value>自动旋转图像</value>
@ -141,6 +142,6 @@
<value>中心图像位置</value>
</data>
<data name="lblMargin.Text" xml:space="preserve">
<value>保证金:</value>
<value>边距:</value>
</data>
</root>

View file

@ -199,13 +199,13 @@
<value>浏览文件夹...</value>
</data>
<data name="DNSChangerForm_btnSave_Click_DNS_successfully_set_" xml:space="preserve">
<value>DNS设置成功.</value>
<value>DNS设置成功</value>
</data>
<data name="DNSChangerForm_btnSave_Click_DNS_successfully_set__Reboot_is_required_" xml:space="preserve">
<value>DNS设置成功.重新启动是必需的.</value>
<value>DNS设置成功.必需重新启动。</value>
</data>
<data name="DNSChangerForm_btnSave_Click_Setting_DNS_failed_" xml:space="preserve">
<value>DNS设置失败.</value>
<value>DNS设置失败</value>
</data>
<data name="DNSChangerForm_btnSave_Click_Setting_DNS_failed_with_error_code_" xml:space="preserve">
<value>DNS设置失败, 错误代码:</value>
@ -225,10 +225,10 @@
<value>文件名: {0}</value>
</data>
<data name="DownloaderForm_DownloaderForm_Waiting_" xml:space="preserve">
<value>等待.</value>
<value>等待中。</value>
</data>
<data name="DownloaderForm_fileDownloader_DownloadCompleted_Download_completed_" xml:space="preserve">
<value>下载完成.</value>
<value>下载完成</value>
</data>
<data name="DownloaderForm_fileDownloader_DownloadCompleted_Install" xml:space="preserve">
<value>安装</value>
@ -237,28 +237,28 @@
<value>取消</value>
</data>
<data name="DownloaderForm_StartDownload_Downloading_" xml:space="preserve">
<value>下载.</value>
<value>下载中。</value>
</data>
<data name="DownloaderForm_StartDownload_Getting_file_size_" xml:space="preserve">
<value>获取文件的大小.</value>
<value>获取文件的大小中。</value>
</data>
<data name="ExeFileNameEditor_EditValue_Browse_for_executable___" xml:space="preserve">
<value>浏览可执行...</value>
<value>浏览可执行文件...</value>
</data>
<data name="ExportImportControl_Deserialize_Import_failed_" xml:space="preserve">
<value>导入失败.</value>
<value>导入失败</value>
</data>
<data name="Error" xml:space="preserve">
<value>错误</value>
</data>
<data name="ExportImportControl_Serialize_Export_failed_" xml:space="preserve">
<value>导出失败.</value>
<value>导出失败</value>
</data>
<data name="ExportImportControl_tsmiExportClipboard_Click_Settings_copied_to_your_clipboard_" xml:space="preserve">
<value>设置复制到剪贴板.</value>
<value>设置复制到剪贴板</value>
</data>
<data name="ExportImportControl_tsmiImportURL_Click_URL_to_download_settings_from" xml:space="preserve">
<value>URL下载的设置</value>
<value>设置下载的URL</value>
</data>
<data name="Extensions_AddContextMenu_Copy" xml:space="preserve">
<value>复制</value>
@ -288,7 +288,7 @@
<value>覆盖文件</value>
</data>
<data name="FileExistAction_UniqueName" xml:space="preserve">
<value>附加号码的文件名</value>
<value>附加数字的文件名</value>
</data>
<data name="FolderSelectDialog_Title_Select_a_folder" xml:space="preserve">
<value>选择一个文件夹</value>
@ -327,7 +327,7 @@
<value>捕捉活动窗口</value>
</data>
<data name="HotkeyType_AutoCapture" xml:space="preserve">
<value>自动捕</value>
<value>自动捕</value>
</data>
<data name="HotkeyType_ClipboardUpload" xml:space="preserve">
<value>从剪贴板上传</value>
@ -345,7 +345,7 @@
<value>上传文件夹</value>
</data>
<data name="HotkeyType_FreeHandRegion" xml:space="preserve">
<value>写意截图</value>
<value>捕捉手绘区域</value>
</data>
<data name="HotkeyType_FTPClient" xml:space="preserve">
<value>FTP客户端</value>
@ -387,7 +387,7 @@
<value>捕捉矩形区域</value>
</data>
<data name="HotkeyType_Ruler" xml:space="preserve">
<value>统治者</value>
<value>标尺</value>
</data>
<data name="HotkeyType_ScreenColorPicker" xml:space="preserve">
<value>屏幕颜色选择器</value>
@ -405,7 +405,7 @@
<value>停止所有活动上传</value>
</data>
<data name="HotkeyType_TweetMessage" xml:space="preserve">
<value>鸣叫消息</value>
<value>推特消息</value>
</data>
<data name="HotkeyType_UploadURL" xml:space="preserve">
<value>从URL上传</value>
@ -422,17 +422,11 @@
<data name="MyMessageBox_MyMessageBox_Cancel" xml:space="preserve">
<value>取消</value>
</data>
<data name="MyMessageBox_MyMessageBox_No" xml:space="preserve">
<value>没有</value>
</data>
<data name="MyMessageBox_MyMessageBox_OK" xml:space="preserve">
<value>确定</value>
</data>
<data name="MyMessageBox_MyMessageBox_Yes" xml:space="preserve">
<value>是</value>
</data>
<data name="MyPictureBox_LoadImageAsync_Loading_image___" xml:space="preserve">
<value>加载图片...</value>
<value>图片加载中...</value>
</data>
<data name="MyPictureBox_pbMain_LoadProgressChanged_Loading_image___0__" xml:space="preserve">
<value>加载图像:{0}%</value>
@ -495,7 +489,7 @@
<value>当前毫秒</value>
</data>
<data name="ReplCodeMenuEntry_n_New_line" xml:space="preserve">
<value>新生产线</value>
<value>新线</value>
</data>
<data name="ReplCodeMenuEntry_pm_Gets_AM_PM" xml:space="preserve">
<value>获取AM/ PM</value>
@ -510,7 +504,7 @@
<value>随机数0至9</value>
</data>
<data name="ReplCodeMenuEntry_s_Current_second" xml:space="preserve">
<value>目前第二</value>
<value>目前</value>
</data>
<data name="ReplCodeMenuEntry_t_Title_of_active_window" xml:space="preserve">
<value>活动窗口标题</value>
@ -558,7 +552,7 @@
<value>文件上传</value>
</data>
<data name="UpdateCheckerLabel_UpdateControls_A_newer_version_of_ShareX_is_available" xml:space="preserve">
<value>新版本 {0} 可用</value>
<value>新版本 {0} 可用</value>
</data>
<data name="UpdateCheckerLabel_UpdateControls_ShareX_is_up_to_date" xml:space="preserve">
<value>{0} 是最新</value>
@ -577,9 +571,253 @@
<value>电子邮件</value>
</data>
<data name="UrlShortenerType_CustomURLShortener" xml:space="preserve">
<value>自定义URL短</value>
<value>自定义URL短</value>
</data>
<data name="Helpers_CreateDirectoryIfNotExist_Create_failed_" xml:space="preserve">
<value>无法创建目录, 检查你的路径设置.</value>
</data>
<data name="HotkeyType_ColorPicker" xml:space="preserve">
<value>颜色选择器</value>
</data>
<data name="HotkeyType_ScreenRecorderGIF" xml:space="preserve">
<value>屏幕录制(GIF)</value>
</data>
<data name="HotkeyType_StartScreenRecorderGIF" xml:space="preserve">
<value>使用上一次的区域开始屏幕录制(GIF)</value>
</data>
<data name="HotkeyType_Automate" xml:space="preserve">
<value>打开/停止自动化工具</value>
</data>
<data name="HotkeyType_RectangleTransparent" xml:space="preserve">
<value>捕捉矩形区域(透明度)</value>
</data>
<data name="HotkeyType_CustomRegion" xml:space="preserve">
<value>捕捉自定义区域</value>
</data>
<data name="ScreenRecordGIFEncoding_FFmpeg" xml:space="preserve">
<value>FFmpeg (高品质)</value>
</data>
<data name="ScreenRecordGIFEncoding_NET" xml:space="preserve">
<value>.NET(质量差)</value>
</data>
<data name="ScreenRecordGIFEncoding_OctreeQuantizer" xml:space="preserve">
<value>Octree quantizer (中等品质)</value>
</data>
<data name="HotkeyType_ActiveMonitor_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_ActiveWindow_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_AutoCapture_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_Automate_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_ClipboardUploadWithContentViewer_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_ClipboardUpload_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_ColorPicker_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_CustomRegion_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_DragDropUpload_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_FileUpload_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_FolderUpload_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_StopUploads_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_UploadURL_Category" xml:space="preserve">
<value>上传</value>
</data>
<data name="HotkeyType_FreeHandRegion_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_LastRegion_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_PrintScreen_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_PolygonRegion_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_RectangleLight_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_RectangleAnnotate_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_RectangleRegion_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_RectangleTransparent_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_StartAutoCapture_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_WindowRectangle_Category" xml:space="preserve">
<value>屏幕捕获</value>
</data>
<data name="HotkeyType_FTPClient_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_HashCheck_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_ImageEffects_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_IndexFolder_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_QRCode_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_Ruler_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_ScreenColorPicker_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_TweetMessage_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_ImageEditor_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_DNSChanger_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_MonitorTest_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_IRCClient_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_ImageCombiner_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_VideoThumbnailer_Category" xml:space="preserve">
<value>工具</value>
</data>
<data name="HotkeyType_OpenScreenshotsFolder_Category" xml:space="preserve">
<value>其他</value>
</data>
<data name="HotkeyType_ScreenRecorderGIF_Category" xml:space="preserve">
<value>屏幕录制</value>
</data>
<data name="HotkeyType_ScreenRecorder_Category" xml:space="preserve">
<value>屏幕录制</value>
</data>
<data name="HotkeyType_StartScreenRecorderGIF_Category" xml:space="preserve">
<value>屏幕录制</value>
</data>
<data name="HotkeyType_StartScreenRecorder_Category" xml:space="preserve">
<value>屏幕录制</value>
</data>
<data name="HotkeyType_ScreenRecorderActiveWindow_Category" xml:space="preserve">
<value>屏幕录制</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFActiveWindow_Category" xml:space="preserve">
<value>屏幕录制</value>
</data>
<data name="HotkeyType_CaptureWebpage_Category" xml:space="preserve">
<value>屏幕捕获</value>
</data>
<data name="HotkeyType_ScrollingCapture_Category" xml:space="preserve">
<value>屏幕捕捉</value>
</data>
<data name="HotkeyType_ScreenRecorderActiveWindow" xml:space="preserve">
<value>使用活动窗口开始屏幕录制</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFActiveWindow" xml:space="preserve">
<value>使用活动窗口开始屏幕录制(GIF)</value>
</data>
<data name="HotkeyType_ImageEditor" xml:space="preserve">
<value>图像编辑器</value>
</data>
<data name="HotkeyType_DNSChanger" xml:space="preserve">
<value>更改DNS</value>
</data>
<data name="HotkeyType_MonitorTest" xml:space="preserve">
<value>显示器测试</value>
</data>
<data name="HotkeyType_CaptureWebpage" xml:space="preserve">
<value>网页捕获</value>
</data>
<data name="HotkeyType_DisableHotkeys" xml:space="preserve">
<value>禁用/启用热键</value>
</data>
<data name="HotkeyType_DisableHotkeys_Category" xml:space="preserve">
<value>其他</value>
</data>
<data name="ReplCodeMenuEntry_guid_Random_guid" xml:space="preserve">
<value>随机GUID</value>
</data>
<data name="ReplCodeMenuCategory_Date_and_Time" xml:space="preserve">
<value>日期时间</value>
</data>
<data name="ReplCodeMenuCategory_Incremental" xml:space="preserve">
<value>增量</value>
</data>
<data name="ReplCodeMenuCategory_Random" xml:space="preserve">
<value>随机</value>
</data>
<data name="ReplCodeMenuCategory_Image" xml:space="preserve">
<value>图像</value>
</data>
<data name="ReplCodeMenuCategory_Computer" xml:space="preserve">
<value>计算机</value>
</data>
<data name="ReplCodeMenuCategory_Target" xml:space="preserve">
<value>目标</value>
</data>
<data name="HotkeyType_ScrollingCapture" xml:space="preserve">
<value>滚动捕捉</value>
</data>
<data name="HotkeyType_IRCClient" xml:space="preserve">
<value>IRC客户端</value>
</data>
<data name="HotkeyType_ImageCombiner" xml:space="preserve">
<value>图像合并</value>
</data>
<data name="HotkeyType_VideoThumbnailer" xml:space="preserve">
<value>视频缩略图</value>
</data>
<data name="ResponseType_LocationHeader" xml:space="preserve">
<value>位置头</value>
</data>
<data name="UpdateMessageBox_UpdateMessageBox_Portable" xml:space="preserve">
<value>有一个新版本 {0} 可用.
你要下载安装吗?</value>
</data>
<data name="AfterCaptureTasks_ShowAfterCaptureWindow" xml:space="preserve">
<value>显示"捕捉后"窗口</value>
</data>
<data name="AfterCaptureTasks_ShowBeforeUploadWindow" xml:space="preserve">
<value>显示"上传前"窗口</value>
</data>
<data name="AfterUploadTasks_ShowAfterUploadWindow" xml:space="preserve">
<value>显示"上传后"窗口</value>
</data>
<data name="MyMessageBox_MyMessageBox_Yes" xml:space="preserve">
<value>是</value>
</data>
<data name="MyMessageBox_MyMessageBox_No" xml:space="preserve">
<value>否</value>
</data>
</root>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -129,7 +130,7 @@
<value>文件名:</value>
</data>
<data name="lblProgress.Text" xml:space="preserve">
<value>进情况:</value>
<value>进情况:</value>
</data>
<data name="lblStatus.Text" xml:space="preserve">
<value>状态:</value>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -122,4 +123,10 @@
<data name="btnYes.Text" xml:space="preserve">
<value>是</value>
</data>
<data name="lblViewChangelog.Text" xml:space="preserve">
<value>查看更新日志</value>
</data>
<data name="cbDontShow.Text" xml:space="preserve">
<value>ShareX下一次启动后再提示</value>
</data>
</root>

View file

@ -1,3 +1,4 @@

<root>
<!--
Microsoft ResX Schema
@ -117,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Actions</value>
<value>ShareX - 动作</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>取消</value>
@ -140,4 +141,7 @@
<data name="lblPath.Text" xml:space="preserve">
<value>文件路径:</value>
</data>
<data name="cbHiddenWindow.Text" xml:space="preserve">
<value>隐藏窗口</value>
</data>
</root>

View file

@ -133,6 +133,12 @@
<value>截图后</value>
</data>
<data name="tpBeforeUpload.Text" xml:space="preserve">
<value>上传前</value>
<value>目的地</value>
</data>
<data name="tpAfterUpload.Text" xml:space="preserve">
<value>上传后</value>
</data>
<data name="lblFileName.Text" xml:space="preserve">
<value>文件名:</value>
</data>
</root>

View file

@ -148,7 +148,7 @@
<value>不显示图像的打印设置对话框</value>
</data>
<data name="cbIfUploadFailRetryOnce.Text" xml:space="preserve">
<value>如果上传失败重试次数:</value>
<value>上传失败重试次数:</value>
</data>
<data name="cbPrintDontShowWindowsDialog.Text" xml:space="preserve">
<value>不显示Windows打印对话框</value>
@ -160,28 +160,28 @@
<value>记住主窗口的大小</value>
</data>
<data name="cbSendToMenu.Text" xml:space="preserve">
<value>在显示ShareX"发送到"菜单</value>
<value>在"发送到"菜单显示ShareX</value>
</data>
<data name="cbShellContextMenu.Text" xml:space="preserve">
<value>显示"上传使用ShareX"按钮, 在外壳上下文菜单</value>
<value>在Windows资源管理器右键菜单显示"使用ShareX上传"按钮</value>
</data>
<data name="cbShowTray.Text" xml:space="preserve">
<value>显示托盘图标</value>
</data>
<data name="cbSilentRun.Text" xml:space="preserve">
<value>开始最小化到托盘</value>
<value>开始最小化到托盘</value>
</data>
<data name="cbStartWithWindows.Text" xml:space="preserve">
<value>运行ShareX Windows启动时</value>
<value>Windows启动时运行ShareX </value>
</data>
<data name="cbTaskbarProgressEnabled.Text" xml:space="preserve">
<value>显示在任务栏按钮进度</value>
<value>在任务栏显示进度</value>
</data>
<data name="cbTrayIconProgressEnabled.Text" xml:space="preserve">
<value>显示在任务栏图标的进展</value>
<value>在系统托盘显示进展</value>
</data>
<data name="cbUseCustomScreenshotsPath.Text" xml:space="preserve">
<value>使用自定义文件夹的截图:</value>
<value>使用自定义截图文件夹:</value>
</data>
<data name="chDescription.Text" xml:space="preserve">
<value>描述</value>
@ -190,19 +190,19 @@
<value>格式</value>
</data>
<data name="chkUseSecondaryUploaders.Text" xml:space="preserve">
<value>使用偏好重试时的二次上传者为了</value>
<value>重试时使用辅助上传程序优先级顺序</value>
</data>
<data name="gbClipboardFormats.Text" xml:space="preserve">
<value>剪贴板格式</value>
</data>
<data name="gbSecondaryFileUploaders.Text" xml:space="preserve">
<value>辅助文件上传</value>
<value>辅助文件上传程序</value>
</data>
<data name="gbSecondaryImageUploaders.Text" xml:space="preserve">
<value>辅助影像上传者</value>
<value>辅助图像上传程序</value>
</data>
<data name="gbSecondaryTextUploaders.Text" xml:space="preserve">
<value>辅助文本上传</value>
<value>辅助文本上传程序</value>
</data>
<data name="lblBufferSize.Text" xml:space="preserve">
<value>缓冲区大小:</value>
@ -211,7 +211,7 @@
<value>语言:</value>
</data>
<data name="lblNotePersonalFolderPath.Text" xml:space="preserve">
<value>注意: 必须重新ShareX的个人文件夹更改生效.</value>
<value>注意: 必须重新打开ShareX才能使个人文件夹更改生效.</value>
</data>
<data name="lblPersonalFolderPath.Text" xml:space="preserve">
<value>ShareX个人文件夹:</value>
@ -247,7 +247,7 @@
<value>高级设置</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>一般</value>
<value>常规</value>
</data>
<data name="tpPaths.Text" xml:space="preserve">
<value>路径</value>
@ -267,4 +267,13 @@
<data name="tpUploadRetry.Text" xml:space="preserve">
<value>重试</value>
</data>
<data name="btnChromeSupport.Text" xml:space="preserve">
<value>Chrome浏览器扩展支持</value>
</data>
<data name="tpIntegration.Text" xml:space="preserve">
<value>综合</value>
</data>
<data name="cbSteamShowInApp.Text" xml:space="preserve">
<value>当ShareX打开时在Steam内显示ShareX</value>
</data>
</root>

View file

@ -1,3 +1,4 @@

<root>
<!--
Microsoft ResX Schema
@ -123,7 +124,7 @@
<value>开始</value>
</data>
<data name="btnRegion.Text" xml:space="preserve">
<value>选择区</value>
<value>选择区</value>
</data>
<data name="cbAutoMinimize.Text" xml:space="preserve">
<value>自动最小化到托盘</value>
@ -135,7 +136,7 @@
<value>区域</value>
</data>
<data name="lblDuration.Text" xml:space="preserve">
<value>重复一次:</value>
<value>重复时间:</value>
</data>
<data name="lblDurationSeconds.Text" xml:space="preserve">
<value>秒</value>

View file

@ -1,3 +1,4 @@

<root>
<!--
Microsoft ResX Schema
@ -117,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - 动态目的地</value>
<value>ShareX - 上传前</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>取消</value>

View file

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnRegister.Text" xml:space="preserve">
<value>启用Chrome浏览器支持</value>
</data>
<data name="btnUnregister.Text" xml:space="preserve">
<value>禁用Chrome浏览器支持</value>
</data>
<data name="lbl1.Text" xml:space="preserve">
<value>1.启用Chrome浏览器的支持否则扩展程序不能与ShareX交互。</value>
</data>
<data name="lbl2.Text" xml:space="preserve">
<value>2.从Chrome网络商店安装ShareX Chrome扩展程序。</value>
</data>
<data name="btnInstallExtension.Text" xml:space="preserve">
<value>安装ShareX Chrome浏览器扩展程序</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Chrome浏览器扩展支持</value>
</data>
<data name="lbl3.Text" xml:space="preserve">
<value>3.在Chrome浏览器中在图片视频音频或选定的文本上点击右键在右键菜单上你会看到“使用ShareX上传”按钮。</value>
</data>
</root>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -117,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="$this.Text" xml:space="preserve">
<value>编码器方案</value>
<value>编码器</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>取消</value>
@ -129,10 +130,10 @@
<value>参数:</value>
</data>
<data name="lblExt.Text" xml:space="preserve">
<value>延伸:</value>
<value>扩展:</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>名:</value>
<value>名:</value>
</data>
<data name="lblPath.Text" xml:space="preserve">
<value>路径:</value>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -132,7 +133,7 @@
<value>使用唯一的名称:</value>
</data>
<data name="lblTitle.Text" xml:space="preserve">
<value>目前已经在该位置的同名文件.
选择新的文件名或行动:</value>
<value>在该位置已经存在具有相同名称的文件。
请选择新的文件名或以下动作:</value>
</data>
</root>

View file

@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="cbRunStartup.Text" xml:space="preserve">
<value>开机时自动启动</value>
</data>
<data name="cbShellContextMenuButton.Text" xml:space="preserve">
<value>在Windows资源管理器右键菜单显示“使用ShareX上传”按钮</value>
</data>
<data name="cbSendToMenu.Text" xml:space="preserve">
<value>在"发送到"菜单显示ShareX</value>
</data>
<data name="lblNote.Text" xml:space="preserve">
<value>你可以在“应用程序设置-&gt;综合”找到这些设置。</value>
</data>
<data name="cbSteamInApp.Text" xml:space="preserve">
<value>当ShareX打开时在Steam内显示ShareX</value>
</data>
<data name="lblTitle.Text" xml:space="preserve">
<value>ShareX首次配置</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnAdd.Text" xml:space="preserve">
<value>添加</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>删除</value>
</data>
<data name="btnMoveUp.Text" xml:space="preserve">
<value>上移</value>
</data>
<data name="btnMoveDown.Text" xml:space="preserve">
<value>下移</value>
</data>
<data name="chFilepath.Text" xml:space="preserve">
<value>图像文件路径</value>
</data>
<data name="btnCombine.Text" xml:space="preserve">
<value>合并图像和保存/上传依赖于截图后设置</value>
</data>
<data name="lblSpace.Text" xml:space="preserve">
<value>图像之间的空隙:</value>
</data>
<data name="lblOrientation.Text" xml:space="preserve">
<value>合并方向:</value>
</data>
<data name="lblSpacePixel.Text" xml:space="preserve">
<value>像素</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - 图像合并</value>
</data>
</root>

View file

@ -202,7 +202,7 @@
<value>文件名</value>
</data>
<data name="tsmiCopyFileNameWithExtension.Text" xml:space="preserve">
<value>文件名扩展</value>
<value>带扩展名的文件名</value>
</data>
<data name="tsmiCopyFilePath.Text" xml:space="preserve">
<value>文件路径</value>
@ -232,7 +232,7 @@
<value>图像</value>
</data>
<data name="tsmiCopyShortenedURL.Text" xml:space="preserve">
<value>缩短的URL</value>
<value>URL短链</value>
</data>
<data name="tsmiCopyText.Text" xml:space="preserve">
<value>文本</value>
@ -328,7 +328,7 @@
<value>文件夹</value>
</data>
<data name="tsmiOpenShortenedURL.Text" xml:space="preserve">
<value>缩短的URL</value>
<value>URL短链</value>
</data>
<data name="tsmiOpenThumbnailFile.Text" xml:space="preserve">
<value>缩略图文件</value>
@ -403,7 +403,7 @@
<value>测试URL共享</value>
</data>
<data name="tsmiTestURLShortener.Text" xml:space="preserve">
<value>测试URL短</value>
<value>测试URL短</value>
</data>
<data name="tsmiTextUploaders.Text" xml:space="preserve">
<value>文字上传者</value>
@ -526,7 +526,7 @@
<value>工具</value>
</data>
<data name="tsmiTrayTweetMessage.Text" xml:space="preserve">
<value>消息声音提示...</value>
<value>推特消息...</value>
</data>
<data name="tsmiTrayUpload.Text" xml:space="preserve">
<value>上传</value>
@ -559,7 +559,7 @@
<value>快捷动作</value>
</data>
<data name="tsmiTweetMessage.Text" xml:space="preserve">
<value>鸣叫消息...</value>
<value>推特消息...</value>
</data>
<data name="tsmiUploadClipboard.Text" xml:space="preserve">
<value>从剪贴板上传...</value>
@ -583,9 +583,78 @@
<value>URL共享</value>
</data>
<data name="tsmiURLShorteners.Text" xml:space="preserve">
<value>URL共享</value>
<value>URL短链</value>
</data>
<data name="tsmiWindow.Text" xml:space="preserve">
<value>窗口</value>
</data>
<data name="tsmiRectangleTransparent.Text" xml:space="preserve">
<value>矩形(透明)</value>
</data>
<data name="tsmiScrollingCapture.Text" xml:space="preserve">
<value>滚动捕捉...</value>
</data>
<data name="tsmiWebpageCapture.Text" xml:space="preserve">
<value>网页捕捉...</value>
</data>
<data name="tsmiColorPicker.Text" xml:space="preserve">
<value>颜色选择器...</value>
</data>
<data name="tsmiAutomate.Text" xml:space="preserve">
<value>自动化...</value>
</data>
<data name="tsmiImageCombiner.Text" xml:space="preserve">
<value>图像合并...</value>
</data>
<data name="tsmiVideoThumbnailer.Text" xml:space="preserve">
<value>视频缩略图...</value>
</data>
<data name="tsmiTrayRectangleTransparent.Text" xml:space="preserve">
<value>矩形(透明)</value>
</data>
<data name="tsmiTrayScrollingCapture.Text" xml:space="preserve">
<value>滚动捕捉...</value>
</data>
<data name="tsmiTrayWebpageCapture.Text" xml:space="preserve">
<value>网页捕捉...</value>
</data>
<data name="tsmiTrayColorPicker.Text" xml:space="preserve">
<value>颜色选择器...</value>
</data>
<data name="tsmiTrayAutomate.Text" xml:space="preserve">
<value>自动化...</value>
</data>
<data name="tsmiTrayImageCombiner.Text" xml:space="preserve">
<value>图像合并...</value>
</data>
<data name="tsmiTrayVideoThumbnailer.Text" xml:space="preserve">
<value>视频缩略图...</value>
</data>
<data name="tsmiTrayToggleHotkeys.Text" xml:space="preserve">
<value>禁用热键</value>
</data>
<data name="tsmiTrayShowDebugLog.Text" xml:space="preserve">
<value>调试日志...</value>
</data>
<data name="tsmiTrayTestImageUpload.Text" xml:space="preserve">
<value>测试图片上传</value>
</data>
<data name="tsmiTrayTestTextUpload.Text" xml:space="preserve">
<value>测试文本上传</value>
</data>
<data name="tsmiTrayTestFileUpload.Text" xml:space="preserve">
<value>测试文件上传</value>
</data>
<data name="tsmiTrayTestURLShortener.Text" xml:space="preserve">
<value>测试URL短链</value>
</data>
<data name="tsmiTrayTestURLSharing.Text" xml:space="preserve">
<value>测试URL共享</value>
</data>
<data name="tsmiTrayDebug.Text" xml:space="preserve">
<value>调试</value>
</data>
<data name="tsmiTrayRecentItems.Text" xml:space="preserve">
<value>最近的链接</value>
</data>
</root>

View file

@ -127,6 +127,6 @@
<value>光标位置:</value>
</data>
<data name="lblScreenColorPickerTip.Text" xml:space="preserve">
<value>按下"Ctrl"键, 停止当前窗口的屏幕拾色器.</value>
<value>按下"Ctrl"键, 停止当前窗口的屏幕拾色器</value>
</data>
</root>

View file

@ -123,4 +123,13 @@
<data name="btnAbort.Text" xml:space="preserve">
<value>退出</value>
</data>
<data name="btnStart.Text" xml:space="preserve">
<value>开始</value>
</data>
<data name="tsmiStart.Text" xml:space="preserve">
<value>开始</value>
</data>
<data name="tsmiAbort.Text" xml:space="preserve">
<value>停止</value>
</data>
</root>

View file

@ -142,7 +142,7 @@
<value>目的地...</value>
</data>
<data name="btnEncoderConfig.Text" xml:space="preserve">
<value>简介...</value>
<value>配置文件...</value>
</data>
<data name="btnImageEffects.Text" xml:space="preserve">
<value>图像效果的配置...</value>
@ -160,34 +160,34 @@
<value>删除</value>
</data>
<data name="cbCaptureAutoHideTaskbar.Text" xml:space="preserve">
<value>在做窗口捕捉, 如果窗口相交的任务栏, 然后隐藏任务栏</value>
<value>捕捉窗口时,如果窗口与任务栏相交,则隐藏任务栏</value>
</data>
<data name="cbCaptureClientArea.Text" xml:space="preserve">
<value>做窗口或活动窗口捕捉时, 捕捉客户区</value>
<value>捕捉窗口或活动窗口时, 捕捉客户区</value>
</data>
<data name="cbCaptureShadow.Text" xml:space="preserve">
<value>拍摄窗口阴影(需要透明度)</value>
</data>
<data name="cbCaptureTransparent.Text" xml:space="preserve">
<value>捕捉透明窗口</value>
<value>捕捉具有透明度的窗口</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.Text" xml:space="preserve">
<value>如果剪贴板中包含的文件夹路径, 则自动索引文件夹并上传索引.</value>
<value>如果剪贴板中包含的文件夹路径, 则自动索引文件夹并上传索引</value>
</data>
<data name="cbClipboardUploadShareURL.Text" xml:space="preserve">
<value>如果剪贴板中包含一个URL链接, 则使用URL共享服务分享.</value>
<value>如果剪贴板中包含一个URL链接, 则使用URL共享服务分享</value>
</data>
<data name="cbClipboardUploadShortenURL.Text" xml:space="preserve">
<value>如果剪贴板中包含一个URL链接, 则使用URL短址来缩短.</value>
<value>如果剪贴板中包含一个URL链接, 则使用URL短链来缩短。</value>
</data>
<data name="cbFileUploadUseNamePattern.Text" xml:space="preserve">
<value>使用以上的文件名格式设置上传, 而不使用实际文件名上传.</value>
</data>
<data name="cbHistorySave.Text" xml:space="preserve">
<value>保存任务信息历史</value>
<value>保存任务信息历史记录</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.Text" xml:space="preserve">
<value>只适用效果区域截图</value>
<value>只适用区域截图</value>
</data>
<data name="cbPlaySoundAfterCapture.Text" xml:space="preserve">
<value>截图后声音提示</value>
@ -196,7 +196,7 @@
<value>上传后声音提示</value>
</data>
<data name="cbScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>固定时:</value>
<value>固定时:</value>
</data>
<data name="cbScreenshotDelay.Text" xml:space="preserve">
<value>截图延迟:</value>
@ -205,7 +205,7 @@
<value>在屏幕截图上显示光标(鼠标指针)</value>
</data>
<data name="cbThumbnailIfSmaller.Text" xml:space="preserve">
<value>创建缩略图只有当图像尺寸大于缩略图大小</value>
<value>只有当图像尺寸大于缩略图大小时才创建缩略图</value>
</data>
<data name="cbUseDefaultAfterCaptureSettings.Text" xml:space="preserve">
<value>使用默认的"截图后"设置</value>
@ -217,7 +217,7 @@
<value>使用默认的"目的地"设置</value>
</data>
<data name="cbWatchFolderEnabled.Text" xml:space="preserve">
<value>监控文件夹, 如果发现新的文件自动上传.</value>
<value>监控文件夹, 如果发现新的文件自动上传</value>
</data>
<data name="chActionsArgs.Text" xml:space="preserve">
<value>参数</value>
@ -232,7 +232,7 @@
<value>路径</value>
</data>
<data name="chkClipboardUploadURLContents.Text" xml:space="preserve">
<value>如果剪贴板中包含一个文件URL链接, 则自动下载并上传.</value>
<value>如果剪贴板中包含一个文件URL链接, 则自动下载并上传</value>
</data>
<data name="chkOverrideCustomUploader.Text" xml:space="preserve">
<value>覆盖默认的自定义上传:</value>
@ -241,7 +241,7 @@
<value>覆盖默认的FTP帐户:</value>
</data>
<data name="chkRunScreencastCLI.Text" xml:space="preserve">
<value>运行CLI算账:</value>
<value>之后运行CLI:</value>
</data>
<data name="chkScreenRecordAutoStart.Text" xml:space="preserve">
<value>开始录制后:</value>
@ -289,7 +289,7 @@
<value>GIF FPS:</value>
</data>
<data name="lblImageEffectsNote.Text" xml:space="preserve">
<value>您可以启用/禁用从图像效果"后捕获任务 - &gt;添加图像效果".</value>
<value>您可以在"截图后的动作 -&gt;添加图像效果"启用/禁用图像效果。</value>
</data>
<data name="lblImageFileExist.Text" xml:space="preserve">
<value>如果文件存在:</value>
@ -331,7 +331,7 @@
<value>秒</value>
</data>
<data name="lblThumbnailHeight.Text" xml:space="preserve">
<value>高:</value>
<value>高:</value>
</data>
<data name="lblThumbnailName.Text" xml:space="preserve">
<value>缩略图的名字:</value>
@ -340,7 +340,7 @@
<value>预览</value>
</data>
<data name="lblThumbnailWidth.Text" xml:space="preserve">
<value>宽:</value>
<value>宽:</value>
</data>
<data name="lblUseImageFormat2After.Text" xml:space="preserve">
<value>超出图像大小后使用"图像格式2"设置图片:</value>
@ -361,7 +361,7 @@
<value>影响</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>一般</value>
<value>常规</value>
</data>
<data name="tpImage.Text" xml:space="preserve">
<value>图像</value>
@ -406,6 +406,45 @@
<value>URL分享</value>
</data>
<data name="tsmiURLShorteners.Text" xml:space="preserve">
<value>URL分享服务</value>
<value>URL短链</value>
</data>
<data name="cbNameFormatCustomTimeZone.Text" xml:space="preserve">
<value>使用自定义时区:</value>
</data>
<data name="cbRegionCaptureUseWindowPattern.Text" xml:space="preserve">
<value>使用窗口名称模式捕捉区域ShareX将尝试检测选择区域后面的窗口</value>
</data>
<data name="tpFileNaming.Text" xml:space="preserve">
<value>文件命名</value>
</data>
<data name="tpTools.Text" xml:space="preserve">
<value>工具</value>
</data>
<data name="lblCaptureCustomRegionWidth.Text" xml:space="preserve">
<value>宽</value>
</data>
<data name="lblCaptureCustomRegionHeight.Text" xml:space="preserve">
<value>高</value>
</data>
<data name="lblCaptureCustomRegionSelectedMonitor.Text" xml:space="preserve">
<value>选择一个用于自定义区域的屏幕:</value>
</data>
<data name="cbScreenRecorderShowCursor.Text" xml:space="preserve">
<value>在录像中显示光标(鼠标指针)</value>
</data>
<data name="lblGIFEncoding.Text" xml:space="preserve">
<value>GIF编码器</value>
</data>
<data name="btnScreenRecorderFFmpegOptions.Text" xml:space="preserve">
<value>屏幕录制选项...</value>
</data>
<data name="tpScrollingCapture.Text" xml:space="preserve">
<value>滚动捕捉</value>
</data>
<data name="chkUseDefaultToolsSettings.Text" xml:space="preserve">
<value>使用主窗口任务设置工具设置</value>
</data>
<data name="tpVideoThumbnailer.Text" xml:space="preserve">
<value>视频缩略图</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblWebpageSize.Text" xml:space="preserve">
<value>浏览器大小:</value>
</data>
<data name="lblCaptureDelay.Text" xml:space="preserve">
<value>延迟:</value>
</data>
<data name="btnCopy.Text" xml:space="preserve">
<value>复制</value>
</data>
<data name="btnUpload.Text" xml:space="preserve">
<value>上传</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - 网页捕获</value>
</data>
</root>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -135,10 +136,10 @@
<value>网站</value>
</data>
<data name="ActionsForm_btnOK_Click_File_path_can_t_be_empty_" xml:space="preserve">
<value>文件路径不能为空.</value>
<value>文件路径不能为空</value>
</data>
<data name="ActionsForm_btnOK_Click_Name_can_t_be_empty_" xml:space="preserve">
<value>名称不能为空.</value>
<value>名称不能为空</value>
</data>
<data name="ActionsForm_btnPathBrowse_Click_Choose_file_path" xml:space="preserve">
<value>选择文件路径</value>
@ -150,8 +151,8 @@
<value>选择ShareX个人文件夹路径</value>
</data>
<data name="ApplicationSettingsForm_cbLanguage_SelectedIndexChanged_Language_Restart" xml:space="preserve">
<value>语言更改需要重新启动ShareX.
你要重新启动ShareX?</value>
<value>语言更改需要重新启动ShareX
你要重新启动ShareX</value>
</data>
<data name="AutoCaptureForm_Execute_Start" xml:space="preserve">
<value>开始</value>
@ -160,7 +161,7 @@
<value>停止</value>
</data>
<data name="AutoCaptureForm_UpdateRegion_X___0___Y___1___Width___2___Height___3_" xml:space="preserve">
<value>X: {0}, Y: {1}, 宽: {2}, 高: {3}</value>
<value>X: {0}, Y: {1}, 宽: {2}, 高: {3}</value>
</data>
<data name="AutoCaptureForm_UpdateStatus_Timeleft___0_s___1____Total___2_" xml:space="preserve">
<value>剩余时间: {0}秒 ({1}%) 总计: {2}</value>
@ -172,17 +173,17 @@
<value>请选择一个目的地.</value>
</data>
<data name="ClipboardFormatForm_ClipboardFormatForm_Supported_variables___0__and_other_variables_such_as__1__etc_" xml:space="preserve">
<value>支持的变量: {0} 和其他变量, 如 {1} 等.</value>
<value>支持的变量: {0} 和其他变量, 如 {1} 等</value>
</data>
<data name="DropForm_DrawDropImage_Drop_here" xml:space="preserve">
<value>
<value>拖到
这里</value>
</data>
<data name="EncoderProgramForm_btnOK_Click_Extension_can_t_be_empty_" xml:space="preserve">
<value>扩展不能为空.</value>
</data>
<data name="EncoderProgramForm_btnOK_Click_Path_can_t_be_empty_" xml:space="preserve">
<value>路径不能为空.</value>
<value>路径不能为空</value>
</data>
<data name="EncoderProgramForm_btnPathBrowse_Click_Choose_encoder_path" xml:space="preserve">
<value>选择编码器路径</value>
@ -222,7 +223,7 @@
<value>当前配置的热键:</value>
</data>
<data name="MainForm_UpdateMainFormTip_You_can_drag_and_drop_files_to_this_window_" xml:space="preserve">
<value>你可以拖放文件到该窗口.</value>
<value>你可以拖放文件到该窗口</value>
</data>
<data name="MainForm_UpdateMenu_Hide_menu" xml:space="preserve">
<value>隐藏菜单</value>
@ -231,7 +232,7 @@
<value>显示菜单</value>
</data>
<data name="MainForm_UpdateWorkflowsMenu_You_can_add_workflows_from_hotkey_settings___" xml:space="preserve">
<value>您可以从热键设置添加工作流程...</value>
<value>您可以从热键设置添加快捷动作...</value>
</data>
<data name="Program_Run_Error" xml:space="preserve">
<value>错误</value>
@ -256,16 +257,16 @@
<value>停止屏幕颜色选择器</value>
</data>
<data name="ScreenRecordForm_DownloaderForm_InstallRequested_Download_of_FFmpeg_failed_" xml:space="preserve">
<value>下载FFmpeg失败.</value>
<value>FFmpeg下载失败。</value>
</data>
<data name="ScreenRecordForm_DownloaderForm_InstallRequested_FFmpeg_successfully_downloaded_" xml:space="preserve">
<value>下载FFmpeg成功.</value>
<value>FFmpeg下载成功。</value>
</data>
<data name="ScreenRecordForm_StartRecording_CLI_video_encoder_file_does_not_exist__" xml:space="preserve">
<value>CLI视频编码器的文件不存在:</value>
</data>
<data name="ScreenRecordForm_StartRecording_Click_tray_icon_to_start_recording_" xml:space="preserve">
<value>单击托盘图标开始录制.</value>
<value>单击托盘图标开始录制</value>
</data>
<data name="ScreenRecordForm_StartRecording_Click_tray_icon_to_stop_recording_" xml:space="preserve">
<value>单击托盘图标停止录制.</value>
@ -282,19 +283,19 @@
<value>FFmpeg错误</value>
</data>
<data name="ScreenRecordForm_StartRecording_FFmpeg_video_and_audio_source_both_can_t_be__None__" xml:space="preserve">
<value>FFmpeg的视频和音频信号源都不能是"".</value>
<value>FFmpeg的视频和音频信号源都不能是"None".</value>
</data>
<data name="ScreenRecordForm_StartRecording_Missing" xml:space="preserve">
<value>失</value>
<value>失</value>
</data>
<data name="ScreenRecordForm_StartRecording_There_is_no_valid_CLI_video_encoder_selected_" xml:space="preserve">
<value>没有选定有效的CLI视频编码器.</value>
<value>没有选定有效的CLI视频编码器</value>
</data>
<data name="ScreenRecordForm_StartRecording_Waiting___" xml:space="preserve">
<value>等待...</value>
</data>
<data name="TaskHelpers_TweetMessage_Tweet_successfully_sent_" xml:space="preserve">
<value>鸣叫成功发送.</value>
<value>推特发送成功。</value>
</data>
<data name="TaskManager_CreateListViewItem_In_queue" xml:space="preserve">
<value>在队列</value>
@ -330,10 +331,10 @@
<value>文字上传: {0}</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_URL_sharing_service___0_" xml:space="preserve">
<value>URL享: {0}</value>
<value>URL享: {0}</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_URL_shortener___0_" xml:space="preserve">
<value>URL短: {0}</value>
<value>URL短: {0}</value>
</data>
<data name="TaskSettingsForm_UpdateWindowTitle_Task_settings" xml:space="preserve">
<value>任务设置</value>
@ -349,10 +350,10 @@
{0}</value>
</data>
<data name="UploadManager_IsUploadConfirmed_Are_you_sure_you_want_to_upload__0__files_" xml:space="preserve">
<value>你确定你要上传 {0} 文件?</value>
<value>你确定你要上传 {0} 文件</value>
</data>
<data name="UploadManager_IsUploadConfirmed_Don_t_show_this_message_again_" xml:space="preserve">
<value>不要再显示此消息.</value>
<value>不要再显示此消息</value>
</data>
<data name="UploadManager_IsUploadConfirmed_Upload_files" xml:space="preserve">
<value>上传文件</value>
@ -364,7 +365,7 @@
<value>文件上传</value>
</data>
<data name="UploadManager_UploadURL_URL_to_download_from_and_upload" xml:space="preserve">
<value>URL从下载和上传</value>
<value>下载和上传URL</value>
</data>
<data name="UploadTask_CreateShareURLTask_Share_URL___0__" xml:space="preserve">
<value>分享URL ({0})</value>
@ -379,8 +380,8 @@
<value>第一次上传警告</value>
</data>
<data name="UploadTask_DoUploadJob_First_time_upload_warning_text" xml:space="preserve">
<value>你确定要上传这个截图?
按"否", 取消当前文件的上传和禁用自动截图上传.</value>
<value>你确定要上传这个截图
按"否", 取消当前文件的上传和禁用自动截图上传</value>
</data>
<data name="UploadTask_DoUploadJob_Uploading" xml:space="preserve">
<value>上传</value>
@ -406,4 +407,76 @@
<data name="WatchFolderForm_btnPathBrowse_Click_Choose_folder_path" xml:space="preserve">
<value>选择文件夹路径</value>
</data>
<data name="UploadTask_DoUploadJob_You_are_attempting_to_upload_a_large_file" xml:space="preserve">
<value>你正在尝试上传一个大文件。
你确定要继续吗?</value>
</data>
<data name="WebpageCaptureForm_UpdateControls_Stop" xml:space="preserve">
<value>停止</value>
</data>
<data name="BeforeUploadControl_AddDestination_Custom" xml:space="preserve">
<value>自定义</value>
</data>
<data name="TaskHelpers_OpenFTPClient_Unable_to_find_valid_FTP_account_" xml:space="preserve">
<value>无法找到有效的FTP帐户。</value>
</data>
<data name="MainForm_UpdateToggleHotkeyButton_Disable_hotkeys" xml:space="preserve">
<value>禁用热键</value>
</data>
<data name="RecentManager_UpdateRecentMenu_Left_click_to_copy_URL_to_clipboard__Right_click_to_open_URL_" xml:space="preserve">
<value>左键点击复制网址到剪贴板,右键点击打开网址。</value>
</data>
<data name="AboutForm_AboutForm_Changelog" xml:space="preserve">
<value>更新日志</value>
</data>
<data name="MainForm_AfterShownJobs_You_can_single_left_click_the_ShareX_tray_icon_to_start_region_capture_" xml:space="preserve">
<value>你可以左键点击ShareX托盘图标来启动区域捕捉。</value>
</data>
<data name="TaskHelpers_OpenImageEditor_Your_clipboard_contains_image" xml:space="preserve">
<value>剪贴板中包含一个图像,你想在图像编辑器中打开它吗?
按“Yes”从剪贴板中打开图像。或者按“No”打开图像文件对话框。</value>
</data>
<data name="WebpageCaptureForm_UpdateControls_Capture" xml:space="preserve">
<value>捕捉</value>
</data>
<data name="MainForm_UpdateToggleHotkeyButton_Enable_hotkeys" xml:space="preserve">
<value>启用热键</value>
</data>
<data name="TaskHelpers_ToggleHotkeys_Hotkeys_disabled_" xml:space="preserve">
<value>热键已禁用。</value>
</data>
<data name="TaskHelpers_ToggleHotkeys_Hotkeys_enabled_" xml:space="preserve">
<value>热键已启用。</value>
</data>
<data name="ApplicationSettingsForm_cbSteamShowInApp_CheckedChanged_For_settings_to_take_effect_ShareX_needs_to_be_reopened_from_Steam_" xml:space="preserve">
<value>为了使设置生效ShareX需要从Steam重新开放。</value>
</data>
<data name="TaskHelpers_OpenFTPClient_FTP_client_only_supports_FTP_or_FTPS_" xml:space="preserve">
<value>FTP客户端只支持FTP和FTPS。</value>
</data>
<data name="TaskHelpers_OpenQuickScreenColorPicker_Copied_to_clipboard___0_" xml:space="preserve">
<value>已复制到剪切板: {0}</value>
</data>
<data name="ChromeForm_btnUnregister_Click_Chrome_support_disabled_" xml:space="preserve">
<value>Chrome浏览器扩展支持已禁用。</value>
</data>
<data name="ChromeForm_btnRegister_Click_Chrome_support_enabled_" xml:space="preserve">
<value>Chrome浏览器扩展支持已启用。</value>
</data>
<data name="UploadTask_DownloadAndUpload_Downloading" xml:space="preserve">
<value>下载中</value>
</data>
<data name="TaskHelpers_OpenImageEditor_Image_editor___How_to_load_image_" xml:space="preserve">
<value>图像编辑器 - 怎么上传图像?</value>
</data>
<data name="TaskHelpers_TweetMessage_Unable_to_find_valid_Twitter_account_" xml:space="preserve">
<value>无法找到可用的Twitter账号。</value>
</data>
<data name="ImageData_Write_Error" xml:space="preserve">
<value>无法写入图像到路径{0}。</value>
</data>
<data name="HotkeyManager_ShowFailedHotkeys_These_applications_could_be_conflicting_" xml:space="preserve">
<value>有可能是一个应用程序的冲突:</value>
</data>
</root>

View file

@ -580,6 +580,9 @@
<EmbeddedResource Include="Forms\ChromeForm.vi-VN.resx">
<DependentUpon>ChromeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ChromeForm.zh-CN.resx">
<DependentUpon>ChromeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.de.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>