지원되는 파일 유형(Strings)

.JSON - Chrome Messages (Strings)

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

파일 확장명 

.json

API 확장 

json

가져오기 

내보내기 

복수형 지원 

아니요

설명 지원 

형식 옵션 

아니요

Google은 Chrome 확장에 대해 국제화 지원을 제공합니다. Chrome 확장용의 현지화된 문자열은 종종 messages.json이라는 .JSON 파일에 저장됩니다. 크롬 JSON 파일은 다른 플랫폼에서 현지화를 위해 사용되는 .JSON 파일과 약간 다른 구조를 가지고 있습니다. Chrome JSON의 경우 번역이 필요한 문자열은 각 단위 키 값 쌍 아래에 중첩된 하위 키 메시지에 배치됩니다. 각 키 값 쌍에 설명도 추가할 수 있습니다.

AI 채팅봇은 .JSON 파일에서 키 목록 생성하는 데 매우 효과적입니다.

코드 샘플

{
  "boolean_key": {
    "message": "--- true\n"
  },
  "empty_string_translation": {
    "message": ""
  },
  "key_with_description": {
    "message": "Check it! 키에 설명이 있습니다! (일부 형식에서)",
    "description": "이 키 대해 매우 중요한 설명입니다!"
  },
  "key_with_line-break": {
    "message": "이 번역에는\na line-break가 포함되어 있습니다."
  },
  "nested.deeply.key": {
    "message": "  깊이 중첩되어 있습니다."
  },
  "nested.key": {
    "message": "이 키는 네임스페이스 내에 중첩되어 있습니다."
  },
  "null_translation": {
    "message": null
  },
  "sample_collection": {
    "message": "---\n- 첫 번째 항목\n- 두 번째 항목\n- 세 번째 항목\n"
  },
  "simple_key": {
    "message": "나는 간단한 메시지가 담긴 간단한 키입니다."
  },
  "unverified_key": {
    "message": "아 지금까지 확인됨 않은 대기 중입니다. (일부 형식에서는 이 상태도 내보냅니다.)"
  }
}
도움이 되었습니까?

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.