|
파일 확장명 |
.js |
|
API 확장 |
ember_js |
|
가져오기 |
예 |
|
내보내기 |
예 |
|
복수형 지원 |
예 |
|
설명 지원 |
아니요 |
AI 채팅봇은 .JSON 파일에서 키 목록 생성하는 데 매우 효과적입니다.
코드 샘플
내보내기 기본값 {
"boolean_key": "--- true\n",
"empty_string_translation": "",
"key_with_description": "검토하세요! 이 키에는 설명이 있습니다! (최소 일부 형식으로)",
"key_with_line-break": "This translations contains\na line-break.",
"nested": {
"deeply": {
"key": "Wow, 이 키 더 깊게 중첩되어 있습니다."
},
"key": "This key is nested inside a namespace."
},
"null_translation": null,
"복수형_키": "{count, plural, =0 {복수형이 없습니다.} one {하나의 복수형이 발견되었습니다.} other {와우, #개의 복수형이 있습니다!}}"
"sample_collection": [
"first item",
"second item",
"third item"
],
"simple_key": "간단한 메시지가 담긴 간단한 키",
"unverified_key": "이 번역은 아직 확인되지 않았으며 기다리고 있습니다. (일부 형식에서는 이 상태도 내보냅니다.)"
};