지원되는 파일 유형(Strings)

.PLIST - Objective-C/Cocoa 속성 목록 (Strings)

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

파일 확장명

.plist

API 확장

plist

가져오기

내보내기

복수형 지원

아니요

설명 지원

아니요

코드 샘플

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "- / Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>boolean_key</key>
    <string>--- true
</string>
  </dict>
  <dict>
    <key>empty_string_translation</key>
    <string/>
  </dict>
  <dict>
    <key>key_with_description</key>
    <문자열>이 키 설명이 있습니다! (최소 일부 형식으로)</ 문자열>
  </dict>
  <dict>
    <key>key_with_line-break</key>
    <문자열>이 번역에 포함된 항목
a line-break.</string>
  </dict>
  <dict>
    <key>nested.deeply.key</key>
    <문자열 깊게 중첩된 키.<문자열>
  </dict>
  <dict>
    <key>nested.key</key>
    <문자열>이 키 네임스페이스 내에 중첩되어 있습니다.<문자열>
  </dict>
  <dict>
    <key>null_translation</key>
    <string/>
  </dict>
  <dict>
    <key>pluralized_key.one</key>
    <문자열>아주 하나의 고양이만 발견되었습니다.<문자열>
  </dict>
  <dict>
    <key>pluralized_key.other</key>
    <문자열> 안녕하세요, %s 고양이 있습니다!<문자열>
  </dict>
  <dict>
    <key>pluralized_key.zero</key>
    <문자열>고양이 없음.<문자열
  </dict>
  <dict>
    <key>sample_collection</key>
    <string>---
- 첫 번째 항목
- 두 번째 항목
- 세 번째 항목
</string>
  </dict>
  <dict>
    <key>simple_key</key>
    <문자열 메시지가 담긴 간단한 키.<문자열>
  </dict>
  <dict>
    <key>unverified_key</key>
    < 문자열>이 번역은 아직 확인되지 않았으며 기다리고 있습니다. (일부 형식에서 이 상태 내보내기 수도 있습니다.)</ 문자열>
  </dict>
</plist>
도움이 되었습니까?

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.