1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

yaml: Chinese translation

This commit is contained in:
niuzhist
2014-05-31 18:26:12 -07:00
parent a460857adb
commit e8b6055e10
2 changed files with 138 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ however: "A string, enclosed in quotes."
"Keys can be quoted too.": "Useful if you want to put a ':' in your key."
# Multiple-line strings can be written either as a 'literal block' (using |),
# or a 'folded block' (using '>')
# or a 'folded block' (using '>').
literal_block: |
This entire block of text will be the value of the 'literal_block' key,
with line breaks being preserved.
@@ -66,7 +66,7 @@ a_nested_map:
# Maps don't have to have string keys.
0.25: a float key
# Keys can also be multi-line objects, using ? to indicate the start of a key
# Keys can also be multi-line objects, using ? to indicate the start of a key.
? |
This is a key
that has multiple lines