We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f5a89 + 851d629 commit 888bcfbCopy full SHA for 888bcfb
1 file changed
config/locales/zh-CN.yml
@@ -0,0 +1,9 @@
1
+zh-CN:
2
+ errors:
3
+ messages:
4
+ not_a_date: "不是一个日期"
5
+ after: "必须晚于 %{date}"
6
+ after_or_equal_to: "必须早于或等于 %{date}"
7
+ before: "必须早于 %{date}"
8
+ before_or_equal_to: "必须晚于或等于 %{date}"
9
+ equal_to: "必须等于 %{date}"
0 commit comments