지원되는 파일 유형(Strings)

.JSON - Angular Translate (Strings)

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

파일 확장명 

.json

API 확장 

angular_translate

가져오기 

내보내기 

복수형 지원 

설명 지원 

아니요

Angular Translate는 AngularJS 애플리케이션을 위해 설계된 현지화/국제화 모듈입니다. Angular Translate는 AngularJS와 원활하게 통합되며 개발자에게 현지화된 문자열을 앱에 로드할 수 있는 유연한 옵션을 제공합니다. Angular Translate의 표준 현지화 파일 형식 .JSON입니다. .JSON 파일의 데이터는 키 값 문자열 쌍으로 존재합니다.

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": "저는 깊이 중첩되어 있습니다.",
 "nested.key": "이 키는 네임스페이스 내에 중첩되어 있습니다."
 "null_translation": null,
 "pluralized_key": "{itemCount, plural, =0 { 항목 없음} =1 {one item} other {# items}}이 있습니다.",
 "sample_collection": "---\n- 첫 번째 항목\n- 두 번째 항목\n- third item\n",
 "simple_key": "나는 간단한 메시지가 담긴 간단한 키입니다."
 "unverified_key": "아 지금까지 확인됨 않았습니다. (일부 형식에서는 이 상태도 내보냅니다.)"
}
도움이 되었습니까?

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.