지원되는 파일 유형(Strings)

.QPH - Qt Phrase Book (Strings)

컨텐츠는 영어 텍스트를 Phrase Language AI를 이용해 기계 번역한 것입니다.

파일 확장명 

.qph

API 확장 

qph

가져오기 

내보내기 

복수형 지원 

아니요

설명 지원 

아니요

Qt phrase Book은 Qt 번역자가 사전 번역된 컨텐츠 채우기 위해 사용하는 XML 기반 파일 형식. 단위 요소는 중첩 소스 <<대상> 요소가 포함된 <Phrase>입니다.

Qt Phrase Book(.QPH)는 .QPH가 용어집이고 .TS가 교환 파일 형식이라는 점에서 Qt Translation 소스(.TS)와 다릅니다. .TS는 Qt 응용 프로그램에서 현지화된 컨텐츠를 소프트웨어에 로드하는 데 사용되며 .QPH는 Qt 번역자에서 용어 데이터베이스 역할을합니다.

코드 샘플

<!DOCTYPE QPH>
<QPH 언어="en-GB">
  <phrase>
    <source>boolean_key</source>
    <target>--- true
</target>
  </phrase>
  <phrase>
    <source>empty_string_translation</source>
    <target/>
  </phrase>
  <phrase>
    <source>key_with_description</source>
    <대상 키 중요한 설명입니다! (최소 일부 형식으로)</ 대상>
  </phrase>
  <phrase>
    <source>key_with_line-break</source>
    <대상>이 번역에 포함된 항목
a line-break.</target>
  </phrase>
  <phrase>
    <source>nested.deeply.key</source>
    <대상, 이 키 더 깊게 중첩되어 있습니다.<대상
  </phrase>
  <phrase>
    <source>nested.key</source>
    <대상>이 키 네임스페이스 내에 중첩되어 있습니다.<대상
  </phrase>
  <phrase>
    <source>null_translation</source>
    <target/>
  </phrase>
  <phrase>
    <source>pluralized_key_one</source>
    <대상>고양이 하나만 발견되었습니다.<대상
  </phrase>
  <phrase>
    <source>pluralized_key_other</source>
    <대상, you have %s kittens!<대상>
  </phrase>
  <phrase>
    <source>pluralized_key_zero</source>
    <대상>고양이 없음.<대상
  </phrase>
  <phrase>
    <source>sample_collection</source>
    <target>---
- 첫 번째 항목
- 두 번째 항목
- 세 번째 항목
</target>
  </phrase>
  <phrase>
    <source>simple_key</source>
    <대상 키, 간단한 메시지, 정말 간단해.<대상>
  </phrase>
  <phrase>
    <source>unverified_key</source>
    <대상>이 번역은 아직 확인되지 않았으며 기다리고 있습니다. (일부 형식에서 이 상태 내보내기 수도 있습니다.)</ 대상>
  </phrase>
</QPH>
도움이 되었습니까?

Sorry about that! In what way was it not helpful?

The article didn’t address my problem.
I couldn’t understand the article.
The feature doesn’t do what I need.
Other reason.

Note that feedback is provided anonymously so we aren't able to reply to questions.
If you'd like to ask a question, submit a request to our Support team.
Thank you for your feedback.