format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,11 +2,11 @@
> 打印日历信息.
- 打印本月日历
- 打印本月日历:
`cal`
- 显示上个月,当前月,下个月的日历
- 显示上个月,当前月,下个月的日历:
`cal -3`
@@ -14,7 +14,7 @@
`cal -m {{月}}`
- 显示全年日历
- 显示全年日历:
`cal -y`
@@ -22,10 +22,10 @@
`cal {{年}}`
- 显示特定年和月的日历
- 显示特定年和月的日历:
`cal {{月}} {{年}}`
- 显示指定年的复活节日期
- 显示指定年的复活节日期:
`ncal -e {{年}}`