지원되는 파일 유형(Strings)

.YAML - Symfony 2 (Strings)

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

파일 확장명 

.yml, .yaml

API 확장 

yml_symfony2

가져오기 

내보내기 

복수형 지원 

설명 지원 

아니요

Symfony 2는 MVC 기반의 PHP 웹 개발 프레임워크인 Symfony의 업데이트입니다. 이전 버전과 유사한 점이 있지만 Symfony에서 지원하지 않는 기능을 제공하는 완전한 재작성입니다. 

.YAML 기능은 주로 구성 파일로 사용되지만, 지역화와 함께 권장되는 파일 형식입니다. .YAML을 복잡한 계층적 순서가 있는 .YAML 대신에 평면적이고 간단한 .YAML을 사용하십시오. Symfony 2 파서가 해석할 수 없을 수 있습니다.

코드 샘플

--- 
boolean_key: true
empty_string_translation: ""
key_with_description: 검토하세요! 이 키에는 설명이 있습니다! (최소 일부 형식으로)
key_with_line-break: |-
    이 번역에는
    a line-break.
중첩: 
  깊게: 
    키: "Wow, 이 키 더 깊게 중첩되어 있습니다."
  키: 이 키는 네임스페이스 내에 중첩되어 있습니다.
null_translation: ~
pluralized_key: 
  하나: 하나의 복수화만 발견되었습니다.
  다른: "Wow, you have %s 복수화!"
  제로: 복수화가 없습니다.
sample_collection: 
  - first item
  - second item
  - third item
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.