지원되는 파일 유형(Strings)

JS EmberJS - 중첩 된 JSON (문자열)

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

파일 확장자

.js

API 확장

ember_js

수입

수출

복수형 지원

설명 지원

아니요

Github의 ember-i18n

코드 샘플

내보내기 기본값 {
  "boolean_key": "--- true\n",
  "empty_string_translation": "",
  "key_with_description": "꼭 봐 주세요! 이 키에는 설명이 있습니다! (적어도 일부 형식에서는)",
  "key_with_line-break": "이 번역에는 \na 줄 바꿈이 포함되어 있습니다.",
  "nested": {
    "deeply": {
      "key": "와, 이 열쇠는 더 깊숙이 중첩되어 있어."
    },
    "key": "이 키는 네임스페이스 내에 중첩되어 있습니다."
  },
  "null_translation": null,
  "pluralized_key": {
    "one": "복수형이 하나만 발견되었습니다.",
    "other": "와우, %s 복수형이 있네요!",
    "zero": "당신은 복수화가 없습니다."
  },
  "sample_collection": [
    "첫 번째 항목",
    "두 번째 항목",
    "세 번째 항목"
  ],
  "simple_key": "간단한 메시지가 있는 간단한 열쇠입니다.",
  "unverified_key": "이 번역은 아직 검증되지 않았으며 기다리고 있습니다. (일부 형식에서는 이 상태도 내보냅니다.)"

JSON 파일의 복수형

다양한 라이브러리에서 복수 키 메시지의 가장 일반적인 형식:

"messages": {
    "one": "하나의 메시지를 받았습니다.",
    "other": "%s개의 메시지를 받았습니다.",
    "zero": "수신된 메시지가 없습니다."
}
도움이 되었습니까?

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.