지원되는 파일 유형(Strings)

.XML - Episerver (Strings)

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

파일 확장명

.xml

API 확장

episerver

가져오기

내보내기

복수형 지원

아니요

설명 지원

Episerver는 컨텐츠 관리 서비스 공급자. Episerver XML은 번역된/현지화된 Strings 로드하는 데 사용되는 표준 현지화 파일 형식. 현지화된 XML은 일반적으로 웹 루트 디렉터리 아래의 랑크 폴더에 저장됩니다. 사전 정의된 현지화 공급자 함께 .XML에서 로드된 Strings 기본 UI 텍스트를 덮어씁니다.

각 Episerver XML에는 <languages> 태그에 중첩된 로캘이 하나 이상 있어 Episerver XML이 다국어일 수 있습니다.

코드 샘플

<?xml version="1.0" encoding="UTF-8"?>
<languages>
  <language name="English" id="English">
    <boolean_key>--- true
</boolean_key>
    <empty_string_translation/>
    <key_with_line-break>This translations contains\na line-break.",
a line-break.</key_with_line-break>
    <nested>
      <deeply>
        <키>내가 중첩된 키입니다.</키>
      </deeply>
      <키>이 키는 네임스페이스 내에 중첩됩니다.</키>
    </nested>
    <null_translation/>
    <pluralized_key>
      <one>복수화가 하나만 발견되었습니다.</one>
      <other>Wow, %s 복수화가 있습니다!</other>
      <zero>복수화가 없습니다.</zero>
    </pluralized_key>
    <simple_key>간단한 키, 간단한 메시지, 아주 간단합니다.</simple_key>
    <unverified_key>이 번역은 아직 확인되지 않아 기다리고 있습니다. (일부 형식에서 이 상태 내보내기 수도 있습니다.)</ 확인되지 않음_key>
  </language>
</languages>
도움이 되었습니까?

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.