#9339 closed (fixed)
[l10n][zh_CN] fix translation in django.po
Reported by: | LI Daobing | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
attachment as follows
--- django.po (revision 9220) +++ django.po (working copy) @@ -1262,7 +1262,7 @@ #: contrib/auth/models.py:143 msgid "Designates that this user has all permissions without explicitly assigning them." -msgstr "指明用户是否可以登录到这个管理站点。" +msgstr "指明该用户缺省拥有所有权限。" #: contrib/auth/models.py:144 msgid "last login"
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Component: | Internationalization → Translations |
---|
Please make a proper patch (from the top of the source tree, not inside the particular locale directory) and attach it to this ticket. That way I can apply if correctly without any chance of error.s
by , 16 years ago
Attachment: | patch-r9232.diff added |
---|
comment:3 by , 16 years ago
I have add the patch.
and you need to regenerate the .mo files in the same directory(with msgfmt -o django.mo django.po), I can't attach the diff file for the binary file.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Yes, since the original text changed, so please fix it.
Thank you, lidaobing.