지원되는 파일 유형(Strings)

.XML - Episerver (Strings)

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

파일 확장명

.xml

API 확장

episerver

가져오기

내보내기

복수형 지원

아니요

설명 지원

Episerver는 콘텐츠 관리 서비스 공급자입니다. Episerver XML은 번역/로캘화된 Strings을 로드하는 데 사용되는 표준 로캘화 파일 형식입니다. 로캘화된 XML은 일반적으로 웹 루트 디렉터리 아래의 lang 폴더에 저장됩니다. 사전 정의된 로캘화 공급자를 사용하면 .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>이 번역에는 포함되어 있습니다
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>
  </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.