start_sf5_project/app/translations/validators+intl-icu.zh_CN.xlf

40 lines
1.7 KiB
XML

<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="zh-CN" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="post.blank_summary">
<source>post.blank_summary</source>
<target>请填写文章摘要!</target>
</trans-unit>
<trans-unit id="post.blank_content">
<source>post.blank_content</source>
<target>请填写文章内容!</target>
</trans-unit>
<trans-unit id="post.too_short_content">
<source>post.too_short_content</source>
<target>文章内容太少 最少 ({ limit } 个字 )</target>
</trans-unit>
<trans-unit id="post.too_many_tags">
<source>post.too_many_tags</source>
<target>标签太多 (最多 { limit } 个标签)</target>
</trans-unit>
<trans-unit id="comment.blank">
<source>comment.blank</source>
<target>评论内容不能为空!</target>
</trans-unit>
<trans-unit id="comment.too_short">
<source>comment.too_short</source>
<target>评论内容太少 (最少 { limit } 个字)</target>
</trans-unit>
<trans-unit id="comment.too_long">
<source>comment.too_long</source>
<target>评论内容太多 (最多 { limit } 个字)</target>
</trans-unit>
<trans-unit id="comment.is_spam">
<source>comment.is_spam</source>
<target>非法评论.</target>
</trans-unit>
</body>
</file>
</xliff>