지원되는 파일 유형(Strings)

.XML - Episerver (Strings)

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

파일 확장명

.xml

API 확장

episerver

가져오기

내보내기

복수형 지원

아니요

설명 지원

Episerver는 콘텐츠 관리 서비스 공급자입니다. Episerver XML은 번역된/현지화된 문자열을 로드하는 데 사용되는 표준 로컬라이제이션 파일 형식입니다. 현지화된 XML은 일반적으로 웹 루트 디렉토리 아래의 lang 폴더에 저장됩니다. 미리 정의된 로컬라이제이션 공급자를 사용하면 .XML에서 로드된 문자열이 기본 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>이 번역은 포함되어 있습니다
a line-break.</key_with_line-break>
    <nested>
      <deeply>
        <key>나는 깊이 중첩된 키입니다.</key>
      </deeply>
      <key>이 키는 네임스페이스 안에 중첩되어 있습니다.</key>
    </nested>
    <null_translation/>
    <pluralized_key>
      <one>단 하나의 복수형이 발견되었습니다.</one>
      <other>와우, 당신은 %s 개의 복수형을 가지고 있습니다!</other>
      <zero>당신은 복수형이 없습니다.</zero>
    </pluralized_key>
    <simple_key>간단한 키, 간단한 메시지, 아주 간단합니다.</simple_key>
    <unverified_key>이 번역은 아직 확인되지 않았으며 기다리고 있습니다.</unverified_key> (일부 형식에서는 이 상태도 내보냅니다)</unverified_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.