Skip to content

Commit

Permalink
New translations numberbaseconverter.resx (Korean)
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Jun 29, 2024
1 parent c735735 commit 6db983c
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AccessibleName" xml:space="preserve">
<value>진수 변환 도구</value>
<value>진법 변환 도구</value>
</data>
<data name="AdvancedMode" xml:space="preserve">
<value>고급 모드</value>
Expand All @@ -139,7 +139,7 @@
<value>10진수</value>
</data>
<data name="Description" xml:space="preserve">
<value>숫자의 진법을 변환</value>
<value>주어진 숫자를 다른 진법으로 변환</value>
</data>
<data name="Format" xml:space="preserve">
<value>숫자 형식</value>
Expand All @@ -151,10 +151,10 @@
<value>입력</value>
</data>
<data name="InputBaseOptionDescription" xml:space="preserve">
<value>변환할 숫자의 기준</value>
<value>변환 전 숫자의 진법</value>
</data>
<data name="InputDictionary" xml:space="preserve">
<value>입력 사전</value>
<value>입력 인코딩</value>
</data>
<data name="InputOptionDescription" xml:space="preserve">
<value>변환할 숫자</value>
Expand All @@ -170,10 +170,10 @@
<value>출력</value>
</data>
<data name="OutputBaseOptionDescription" xml:space="preserve">
<value>The desired base to convert to.</value>
<value>변환 후 숫자의 진법</value>
</data>
<data name="OutputDictionary" xml:space="preserve">
<value>출력 사전</value>
<value>출력 인코딩</value>
</data>
<data name="RFC4648Base16" xml:space="preserve">
<value>RFC-4648 Base16</value>
Expand All @@ -194,11 +194,11 @@
<value>진수 변환</value>
</data>
<data name="ValueInvalid" xml:space="preserve">
<value>현재 {0} 이 유효하지 않습니다.</value>
<value>현재 값은 올바른 {0}가 아닙니다.</value>
<comment>The parameter is the Base Number Type (Decimal, Octal, ...)</comment>
</data>
<data name="ValueOverflow" xml:space="preserve">
<value>현재 값 {0} 이 최대값({1}) 을 초과하므로 변환할 수 없습니다.</value>
<value>입력한 {0} 값은 최댓값({1})을 초과하므로 변환할 수 없습니다.</value>
<comment>0 is the base number type (Decima, Octal...). 1 is the parameter is the Max value.</comment>
</data>
</root>

0 comments on commit 6db983c

Please sign in to comment.