지원되는 파일 유형(Strings)

Play Framework 속성

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

파일 확장명 

.de, .fr, .en,...

API 확장 

play_properties

가져오기 

내보내기 

복수형 지원 

아니요

설명 지원 

형식 옵션 

파일이 업로드 및/또는 다운로드될 때 지정할 수 있는 옵션입니다. 업로드/다운로드 방식(API, CLI, Repo 동기화 등)에 따라 업로드, 다운로드 쿼리 매개변수나 phrase.yml 구성 파일에서 지정할 수 있습니다.

escape_single_quotes

Play Framework는 Scala 기반의 널리 사용되는 웹 개발 프레임워크입니다. Play Framework는 로캘화 및 국제화를 지원합니다. 표준 로캘화 파일 형식은 Play Framework 속성 파일입니다. 이 파일들은 Phrase를 사용하여 가져오거나 내보낼 수 있습니다. Play Framework 속성 파일은 Java Properties 파일과 동일한 파일 구조를 공유합니다(즉, =로 연결된 키-값 문자열 쌍). 주된 차이점은 파일 확장자에 있습니다. Java Properties 파일은 주로 .properties로 끝나지만, Play Framework 속성 파일은 일반적으로 로캘 기반 규칙(예: messages.en/messages.de)을 따릅니다.

형식 옵션

식별자 

escape_single_quotes

유형 

부울

업로드 

다운로드 

기본값 

true

설명 

작은따옴표는 작은따옴표를 하나 더 사용하여 이스케이프 처리하십시오(예: I'mI''m으로).

코드 샘플

boolean_key = --- true\n
empty_string_translation = 
# 이것은 이 키에 대한 놀라운 설명입니다!
key_with_description = Check it out! 이 키에는 설명이 있습니다! (최소 일부 형식으로)
key_with_line-break = This translations contains\na line-break.
nested.deeply.key = Wow, this key is nested even deeper.
nested.key = This key is nested inside a namespace.
null_translation = 
pluralized_key.one = Only one pluralization found.
pluralized_key.other = Wow, you have %s pluralizations!
pluralized_key.zero = 복수형이 없습니다.
sample_collection = ---
- 첫 번째 항목
- 두 번째 항목
- 세 번째 항목
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.