Added Korean Translation for FFmpegOptions, ...

Also translations for FFMpeg, FTPClient, ....
This commit is contained in:
Jimin Park 2015-04-02 00:54:13 +09:00
parent a3db8b9a70
commit b8f77e2dfb
14 changed files with 797 additions and 5 deletions

View file

@ -0,0 +1,147 @@
<?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="$this.Text" xml:space="preserve">
<value>인쇄 설정</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>취소</value>
</data>
<data name="btnPrint.Text" xml:space="preserve">
<value>인쇄...</value>
</data>
<data name="btnShowPreview.Text" xml:space="preserve">
<value>미리보기...</value>
</data>
<data name="cbAllowEnlarge.Text" xml:space="preserve">
<value>이미지 확대 가능하게 하기</value>
</data>
<data name="cbAutoRotate.Text" xml:space="preserve">
<value>이미지 자동 회전하기</value>
</data>
<data name="cbAutoScale.Text" xml:space="preserve">
<value>이미지 자동 크기 조정하기</value>
</data>
<data name="cbCenterImage.Text" xml:space="preserve">
<value>이미지를 가운데에 두기</value>
</data>
<data name="lblMargin.Text" xml:space="preserve">
<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="lblFont.Text" xml:space="preserve">
<value>글꼴:</value>
</data>
<data name="btnShowPreview.Text" xml:space="preserve">
<value>미리보기...</value>
</data>
<data name="btnPrint.Text" xml:space="preserve">
<value>인쇄...</value>
</data>
<data name="btnChangeFont.Text" xml:space="preserve">
<value>글꼴 바꾸기...</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>취소</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>인쇄 설정</value>
</data>
</root>

View file

@ -498,4 +498,16 @@
<data name="MyMessageBox_MyMessageBox_Yes" xml:space="preserve">
<value>ㅇㅇ</value>
</data>
<data name="Helpers_OpenFolder_Folder_not_exist_" xml:space="preserve">
<value>다음 폴더가 존재하지 않음:</value>
</data>
<data name="DownloaderForm_StartDownload_Downloading_" xml:space="preserve">
<value>다운로드 중.</value>
</data>
<data name="DownloaderForm_fileDownloader_DownloadCompleted_Download_completed_" xml:space="preserve">
<value>다운로드 완료.</value>
</data>
<data name="Helpers_DownloadString_Download_failed_" xml:space="preserve">
<value>다운로드 실패:</value>
</data>
</root>

View file

@ -450,21 +450,27 @@
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.de.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.fr.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.hu.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.ko-KR.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.tr.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.zh-CN.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="DNS\DNSChangerForm.de.resx">
<DependentUpon>DNSChangerForm.cs</DependentUpon>
@ -655,6 +661,9 @@
<EmbeddedResource Include="Printer\PrintForm.hu.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintForm.ko-KR.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintForm.tr.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
@ -670,6 +679,9 @@
<EmbeddedResource Include="Printer\PrintTextForm.hu.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintTextForm.ko-KR.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintTextForm.tr.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
@ -684,18 +696,23 @@
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="UpdateChecker\DownloaderForm.de.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.fr.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.hu.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.ko-KR.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintForm.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
@ -737,6 +754,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateCheckerLabel.tr.resx">
<DependentUpon>UpdateCheckerLabel.cs</DependentUpon>
@ -753,6 +771,9 @@
<EmbeddedResource Include="UpdateChecker\UpdateMessageBox.hu.resx">
<DependentUpon>UpdateMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateMessageBox.ko-KR.resx">
<DependentUpon>UpdateMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateMessageBox.resx">
<DependentUpon>UpdateMessageBox.cs</DependentUpon>
</EmbeddedResource>

View file

@ -120,4 +120,10 @@
<data name="lblCheckingUpdates.Text" xml:space="preserve">
<value>업데이트 확인 중...</value>
</data>
<data name="lblStatus.Text" xml:space="preserve">
<value>... 최신 버전입니다</value>
</data>
<data name="llblUpdateAvailable.Text" xml:space="preserve">
<value>새 버전의 ShareX를 사용할 수 있습니다</value>
</data>
</root>

View file

@ -0,0 +1,126 @@
<?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="btnYes.Text" xml:space="preserve">
<value>네</value>
</data>
<data name="btnNo.Text" xml:space="preserve">
<value>아니요</value>
</data>
</root>

View file

@ -159,4 +159,7 @@ W: {2} / H: {3}</value>
<data name="Surface_InitializeComponent_Region_capture" xml:space="preserve">
<value>영역 촬영</value>
</data>
<data name="RectangleTransparent_RectangleTransparent_Rectangle_capture_transparent" xml:space="preserve">
<value>투명 직사각형 영역 촬영</value>
</data>
</root>

View file

@ -118,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 - FFmpeg 옵션</value>
<value>ShareX - FFmpeg 설정</value>
</data>
<data name="btnCopyPreview.Text" xml:space="preserve">
<value>복사</value>
@ -135,4 +135,81 @@
<data name="tbVorbis_qscale.ToolTip" xml:space="preserve">
<value>범위는 0부터 10까지이며, 10이 최고 품질입니다. 3~6 사이에서 조절하면 괜찮습니다. 기본값은 3입니다.</value>
</data>
<data name="btnRefreshSources.Text" xml:space="preserve">
<value>새로고침</value>
</data>
<data name="btnTest.Text" xml:space="preserve">
<value>CMD로 테스트</value>
</data>
<data name="cbCustomCommands.Text" xml:space="preserve">
<value>명령 직접 입력</value>
</data>
<data name="cbPreset.ToolTip" xml:space="preserve">
<value>기본 프리셋은 "중간"입니다.
프리셋은 특정 압축률로 특정 속도로 인코딩할 수 있게 해주는 설정들을 모아놓은 것입니다. 느린 프리셋을 고르면 압축(파일 사이즈 대비 품질)이 더 잘 됩니다.
이 말은, 예를 들어서, 파일 크기나 비트레이트를 지정했다면, 느린 프리셋으로 더 나은 품질을 얻을 수 있다는 뜻입니다.
비슷한 원리로, 일정한 품질로 인코딩할 경우, 더 느린 프리셋을 고르면 비트레이트를 아낄 수 있습니다.</value>
</data>
<data name="gbCommandLinePreview.Text" xml:space="preserve">
<value>명령줄 미리보기</value>
</data>
<data name="gbSource.Text" xml:space="preserve">
<value>소스</value>
</data>
<data name="lblAACQuality.Text" xml:space="preserve">
<value>비트레이트:</value>
</data>
<data name="lblAudioCodec.Text" xml:space="preserve">
<value>오디오 코덱:</value>
</data>
<data name="lblAudioSource.Text" xml:space="preserve">
<value>오디오 소스:</value>
</data>
<data name="lblCodec.Text" xml:space="preserve">
<value>비디오 코덱:</value>
</data>
<data name="lblExtension.Text" xml:space="preserve">
<value>확장자 (컨테이너 포맷):</value>
</data>
<data name="lblMP3Quality.Text" xml:space="preserve">
<value>품질:</value>
</data>
<data name="lblPreset.Text" xml:space="preserve">
<value>프리셋:</value>
</data>
<data name="lblQscale.Text" xml:space="preserve">
<value>가변 비트레이트:</value>
</data>
<data name="lblVideoSource.Text" xml:space="preserve">
<value>비디오 소스:</value>
</data>
<data name="lblVorbisQuality.Text" xml:space="preserve">
<value>품질:</value>
</data>
<data name="gbCommandLineArgs.Text" xml:space="preserve">
<value>추가 명령줄 인자</value>
</data>
<data name="gbCodecs.Text" xml:space="preserve">
<value>코덱</value>
</data>
<data name="cbShowError.Text" xml:space="preserve">
<value>녹화나 인코딩이 실패할 시 오류 창 띄우기</value>
</data>
<data name="nudQscale.ToolTip" xml:space="preserve">
<value>1이 최고 품질/제일 큰 파일 크기이며, 31이 최소 품질/제일 작은 파일 크기입니다.</value>
</data>
<data name="nudVPxCRF.ToolTip" xml:space="preserve">
<value>CRF값의 범위는 4부터 63까지이며, 10부터 시작하면 좋습니다. 더 낮은 값은 더 나은 품질을 의미합니다.</value>
</data>
<data name="nudx264CRF.ToolTip" xml:space="preserve">
<value>항율 인자 (CRF): 양자화 스케일의 범위는 0부터 51까지이며, 0은 무손실, 23이 기본값, 그리고 51이 가능한 최저 품질입니다.
낮은 값은 더 나은 품질을 의미하며, 주관적으로 괜찮다고 생각하는 범위는 18과 28 사이입니다.
18 정도면 겉보기에 거의 손실이 없습니다. 정확히 말하자면 무손실은 아니지만 입력 영상이 그대로 보존되는 것처럼 보이죠.
이 숫자는 로그 스케일이라 CRF값을 6 늘리면 비트레이트가 대략 절반으로 줄어들며 6 줄이면 대략 두 배로 늘어납니다.
일반적으로는 그럭저럭 괜찮은 품질을 출력할 수 있는 제일 높은 CRF값을 사용합니다.
출력물이 괜찮으면 더 높은 CRF값을, 괜찮지 않으면 더 낮은 CRF값을 사용하세요.</value>
</data>
<data name="tbMP3_qscale.ToolTip" xml:space="preserve">
<value>범위는 0부터 9까지이며, 낮을수록 더 나은 품질을 제공합니다. 0부터 3까지는 보통 깨끗한 결과를, 기본값인 4는 겉보기에 깨끗한 결과를 내놓으며, 6은 "그럭저럭 볼 만한" 품질의 결과를 내놓습니다.</value>
</data>
</root>

View file

@ -0,0 +1,177 @@
<?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="chFilename.Text" xml:space="preserve">
<value>파일 이름</value>
</data>
<data name="chFilesize.Text" xml:space="preserve">
<value>파일 크기</value>
</data>
<data name="chFiletype.Text" xml:space="preserve">
<value>파일 종류</value>
</data>
<data name="chLastModified.Text" xml:space="preserve">
<value>최근 변경 시각</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX FTP 클라이언트</value>
</data>
<data name="lblConnecting.Text" xml:space="preserve">
<value>FTP 서버에 접속중...</value>
</data>
<data name="tpConsole.Text" xml:space="preserve">
<value>콘솔</value>
</data>
<data name="tpMain.Text" xml:space="preserve">
<value>파일</value>
</data>
<data name="tpAccount.Text" xml:space="preserve">
<value>계정</value>
</data>
<data name="deleteToolStripMenuItem.Text" xml:space="preserve">
<value>제거</value>
</data>
<data name="disconnectToolStripMenuItem.Text" xml:space="preserve">
<value>연결 끊기</value>
</data>
<data name="downloadToolStripMenuItem.Text" xml:space="preserve">
<value>다운로드</value>
</data>
<data name="createDirectoryToolStripMenuItem.Text" xml:space="preserve">
<value>폴더 생성</value>
</data>
<data name="copyURLsToClipboardToolStripMenuItem.Text" xml:space="preserve">
<value>URL을 클립보드에 복사</value>
</data>
<data name="connectToolStripMenuItem.Text" xml:space="preserve">
<value>연결</value>
</data>
<data name="lblStatus.Text" xml:space="preserve">
<value>상태</value>
</data>
<data name="openURLToolStripMenuItem.Text" xml:space="preserve">
<value>URL 열기</value>
</data>
<data name="refreshToolStripMenuItem.Text" xml:space="preserve">
<value>새로고침</value>
</data>
<data name="renameToolStripMenuItem.Text" xml:space="preserve">
<value>이름 변경</value>
</data>
</root>

View file

@ -124,7 +124,7 @@
<value>인자</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - 업로드 대상 설정</value>
<value>ShareX - 목적지 설정</value>
</data>
<data name="lblImgurThumbnailType.Text" xml:space="preserve">
<value>섬네일 타입:</value>
@ -592,7 +592,7 @@
<value>앨범 목록 갱신하기</value>
</data>
<data name="btnPushbulletGetDeviceList.Text" xml:space="preserve">
<value>장 목록 가져오기</value>
<value>장 목록 가져오기</value>
</data>
<data name="btnSendSpaceRegister.Text" xml:space="preserve">
<value>등록...</value>

View file

@ -171,4 +171,86 @@
<data name="UploadersConfigForm_DropboxAuthComplete_Login_successful_but_getting_account_info_failed_" xml:space="preserve">
<value>로그인에 성공했지만 계정 정보를 가져오지 못했습니다.</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Upload_path_" xml:space="preserve">
<value>업로드 경로:</value>
</data>
<data name="UploadersConfigForm_LoadSettings_Parent_album_path_e_g_" xml:space="preserve">
<value>부모 앨범 경로, 예:</value>
</data>
<data name="DropboxFilesForm_OpenDirectory_Path_not_exist_" xml:space="preserve">
<value>경로가 존재하지 않음:</value>
</data>
<data name="DropboxFilesForm_tsmiCreateDirectory_Click_Directory_name_to_create" xml:space="preserve">
<value>생성할 폴더 이름</value>
</data>
<data name="CertFileNameEditor_EditValue_Browse_for_a_certificate_file___" xml:space="preserve">
<value>인증 파일 탐색...</value>
</data>
<data name="UploadersConfigForm_BoxListFolders_Box_refresh_folders_list_failed" xml:space="preserve">
<value>Box 폴더 목록 갱신 실패</value>
</data>
<data name="UploadersConfigForm_ListFolders_Authentication_required_" xml:space="preserve">
<value>인증이 필요합니다.</value>
</data>
<data name="UploadersConfigForm_HubicListFolders_Hubic_refresh_folders_list_failed" xml:space="preserve">
<value>Hubic 폴더 목록 갱신 실패</value>
</data>
<data name="UploadersConfigForm_LoadSettings_Invalid_device_name" xml:space="preserve">
<value>올바르지 않은 장치명</value>
</data>
<data name="UploadersConfigForm_Login_failed" xml:space="preserve">
<value>로그인 실패.</value>
</data>
<data name="UploadersConfigForm_Login_successful" xml:space="preserve">
<value>로그인 성공.</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Click_refresh_button" xml:space="preserve">
<value>새로고침 버튼 클릭</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Configured" xml:space="preserve">
<value>설정됨</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Not_configured" xml:space="preserve">
<value>설정되지 않음</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Invalid_authentication" xml:space="preserve">
<value>올바르지 않은 인증</value>
</data>
<data name="UploadersConfigForm_MinusUpdateControls_Logged_in_as__0__" xml:space="preserve">
<value>{0} 사용자로 로그인 됨.</value>
</data>
<data name="UploadersConfigForm_MinusUpdateControls_Not_logged_in_" xml:space="preserve">
<value>로그인되어 있지 않음.</value>
</data>
<data name="UploadersConfigForm_OneDriveAddFolder_Querying_folders___" xml:space="preserve">
<value>폴더 불러오는 중...</value>
</data>
<data name="UploadersConfigForm_SendSpaceRegister_SendSpace_Registration___" xml:space="preserve">
<value>SendSpace 등록</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Email_" xml:space="preserve">
<value>이메일:</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Name_" xml:space="preserve">
<value>이름:</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_User_ID_" xml:space="preserve">
<value>사용자 ID:</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Download_path_" xml:space="preserve">
<value>다운로드 경로:</value>
</data>
<data name="UploadersConfigForm_TestFTPAccount_Connected_" xml:space="preserve">
<value>연결되었습니다!</value>
</data>
<data name="UploadersConfigForm_TestFTPAccount_Connected_Created_folders" xml:space="preserve">
<value>연결되었습니다!
생성된 폴더:</value>
</data>
<data name="UploadersConfigForm_TestCustomUploader_Error__Result_is_empty_" xml:space="preserve">
<value>오류: 응답이 비어있습니다.</value>
</data>
<data name="UploadersConfigForm_PhotobucketCreateAlbum__0__successfully_created_" xml:space="preserve">
<value>{0} 성공적으로 생성됨.</value>
</data>
</root>

View file

@ -478,6 +478,9 @@
<EmbeddedResource Include="FTPClient\FTPClientForm.hu.resx">
<DependentUpon>FTPClientForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FTPClient\FTPClientForm.ko-KR.resx">
<DependentUpon>FTPClientForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FTPClient\FTPClientForm.resx">
<DependentUpon>FTPClientForm.cs</DependentUpon>
</EmbeddedResource>

View file

@ -391,7 +391,7 @@
<value>색상 선택기...</value>
</data>
<data name="tsmiTrayDestinationSettings.Text" xml:space="preserve">
<value>업로드 목적지 설정...</value>
<value>목적지 설정...</value>
</data>
<data name="tsmiTrayDestinations.Text" xml:space="preserve">
<value>목적지</value>

View file

@ -226,7 +226,7 @@ ShareX를 재시작하시겠습니까?</value>
<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>