지원되는 파일 유형(Strings)

.PLIST - Objective-C/Cocoa Property List (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>
    <string>이 키에는 설명이 있습니다! (최소 일부 형식으로)</string>
  </dict>
  <dict>
    <key>key_with_line-break</key>
    <string>이 번역에는
a line-break.</string>
  </dict>
  <dict>
    <key>nested.deeply.key</key>
    <string>나는 깊게 중첩된 키입니다.</string>
  </dict>
  <dict>
    <key>nested.key</key>
    <string>이 키는 네임스페이스 안에 중첩되어 있습니다.</string>
  </dict>
  <dict>
    <key>null_translation</key>
    <string/>
  </dict>
  <dict>
    <key>pluralized_key.one</key>
    <string>아기 고양이가 하나만 발견되었습니다.</string>
  </dict>
  <dict>
    <key>pluralized_key.other</key>
    <string>이봐, 너는 %s 마리의 아기 고양이를 가지고 있어!</string>
  </dict>
  <dict>
    <key>pluralized_key.zero</key>
    <string>너는 아기 고양이가 없어.</string>
  </dict>
  <dict>
    <key>sample_collection</key>
    <string>---
- first item
- second item
- third item
</string>
  </dict>
  <dict>
    <key>simple_key</key>
    <string>간단한 메시지가 담긴 간단한 키.</string>
  </dict>
  <dict>
    <key>unverified_key</key>
    <string>이 번역은 아직 확인되지 않았으며 기다리고 있습니다.</string> (일부 형식에서는 이 상태도 내보냅니다.)</string>
  </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.