지원되는 파일 유형(Strings)

. PLIST - Objective-C/Cocoa 속성 목록(문자열)

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

파일 확장자

.plist

API 확장

plist

수입

수출

복수형 지원

아니요

설명 지원

아니요

코드 샘플

<?xml version="1.0" encoding="UTF-8"?>
<! DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//KO" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>boolean_key</key>
    <string>--- 참
</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>이 번역에는 다음이 포함됩니다.
줄 바꿈.</문자열입니다>
  </dict>
  <dict>
    <key>nested.deeply.key</key>
    <string>저는 깊게 중첩된 키입니다.</string>
  </dict>
  <dict>
    <key>nested.key</key>
    <string>이 키는 namespace.</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>---
- 첫 번째 항목
- 두 번째 항목
- 세 번째 항목
</string>
  </dict>
  <dict>
    <key>simple_key</key>
    <string>간단한 메시지가 있는 간단한 키입니다.</string>
  </dict>
  <dict>
    <key>unverified_key</key>
    <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.