Skip to content

Commit

Permalink
New translations jsontableconverter.resx (Korean)
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Jun 29, 2024
1 parent a23becb commit c735735
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,67 +118,67 @@
<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>JSON array to tabular form converter tool</value>
<value>JSON 배열을 표 형식으로 변환하는 도구</value>
</data>
<data name="LongDisplayTitle" xml:space="preserve">
<value>JSON Array to Table</value>
<value>JSON 배열 표 변환 도구</value>
<comment>Grid view title</comment>
</data>
<data name="Description" xml:space="preserve">
<value>Convert a JSON array to tabular format, export to CSV or TSV</value>
<value>JSON 배열을 표 형식으로 변환해 CSV 및 TSV로 내보냄</value>
<comment>Grid view description</comment>
</data>
<data name="ShortDisplayTitle" xml:space="preserve">
<value>JSON &gt; Table</value>
<value>JSON &gt; </value>
<comment>Sidebar heading</comment>
</data>
<data name="SearchKeywords" xml:space="preserve">
<value>JSON CSV TSV French Excel Tabular Data</value>
<value>JSON CSV TSV 프랑스어 엑셀 표 데이터</value>
</data>
<data name="Configuration" xml:space="preserve">
<value>Configuration</value>
<value>설정</value>
</data>
<data name="Input" xml:space="preserve">
<value>Input</value>
<value>입력</value>
</data>
<data name="Output" xml:space="preserve">
<value>Output</value>
<value>결과</value>
</data>
<data name="JsonError" xml:space="preserve">
<value>Please provide a valid JSON array of objects</value>
<value>유효한 JSON 객체 배열이 필요</value>
<comment>Displayed when input isn't a valid JSON array</comment>
</data>
<data name="ClipboardFormatDescription" xml:space="preserve">
<value>Select which format is copied to clipboard</value>
<value>클립보드에 복사할 형식을 지정</value>
</data>
<data name="ClipboardFormatTitle" xml:space="preserve">
<value>Clipboard format</value>
<value>클립보드 형식</value>
</data>
<data name="CopyFormatCSV" xml:space="preserve">
<value>Comma separated values (CSV)</value>
<value>쉼표로 구분된 값(CSV)</value>
</data>
<data name="CopyFormatTSV" xml:space="preserve">
<value>Tab separated values (TSV)</value>
<value>탭으로 구분된 값(TSV)</value>
</data>
<data name="CopyFormatFSV" xml:space="preserve">
<value>Semicolon separated values (CSV French)</value>
<value>세미콜론으로 구분된 값(프랑스어 CSV)</value>
</data>
<data name="InputOptionDescription" xml:space="preserve">
<value>Text or path to a file to convert from JSON</value>
<value>변환하려는 JSON 형식의 문자열 혹은 파일 경로</value>
<comment>CLI parameter description</comment>
</data>
<data name="OutputFileOptionDescription" xml:space="preserve">
<value>File where the result should be persisted.</value>
<value>결과를 저장할 파일</value>
<comment>CLI parameter description</comment>
</data>
<data name="OutputFormatDescription" xml:space="preserve">
<value>Select which format to output</value>
<value>결과값의 형식을 선택</value>
<comment>CLI parameter description</comment>
</data>
<data name="CopyAs" xml:space="preserve">
<value>Copy as</value>
<value>다른 형식으로 복사</value>
</data>
<data name="SaveAs" xml:space="preserve">
<value>Save as</value>
<value>다른 이름으로 저장</value>
</data>
</root>

0 comments on commit c735735

Please sign in to comment.