From 4d3d4fc3fffbda4e2d6e111305f84fab915c0a75 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 22:23:43 +0800 Subject: add Chinese message files to move out localiztion --- locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 6519 bytes locale/zh_CN/LC_MESSAGES/django.po | 430 +++++++++++++++++++++++++++++++++++++ 2 files changed, 430 insertions(+) create mode 100644 locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 locale/zh_CN/LC_MESSAGES/django.po (limited to 'locale/zh_CN/LC_MESSAGES') diff --git a/locale/zh_CN/LC_MESSAGES/django.mo b/locale/zh_CN/LC_MESSAGES/django.mo new file mode 100644 index 00000000..13786a3a Binary files /dev/null and b/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 00000000..9f15a3e7 --- /dev/null +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -0,0 +1,430 @@ +# Chinese translations for CNProg.com +# Copyright (C) 2009 +# This file is distributed under the same license as the CNPROG package. +# Mike Chen , 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-05 12:30+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: settings.py:24 +msgid "account/" +msgstr "" + +#: settings.py:24 django_authopenid/urls.py:9 django_authopenid/urls.py:11 +msgid "signin/" +msgstr "" + +#: django_authopenid/forms.py:67 django_authopenid/views.py:93 +msgid "i-names are not supported" +msgstr "i-names不支持。" + +#: django_authopenid/forms.py:102 django_authopenid/forms.py:207 +msgid "" +"Usernames can only contain letters, numbers and " +"underscores" +msgstr "用户名格式有误。只有字母,数字和下划线是允许的。" + +#: django_authopenid/forms.py:109 +msgid "" +"This username does not exist in our database. Please " +"choose another." +msgstr "用户名不存在。请重新输入。" + +#: django_authopenid/forms.py:126 django_authopenid/forms.py:231 +msgid "" +"Please enter a valid username and password. Note that " +"both fields are case-sensitive." +msgstr "请输入用户名和密码。注意区分大小写。" + +#: django_authopenid/forms.py:130 django_authopenid/forms.py:235 +msgid "This account is inactive." +msgstr "用户已冻结。" + +#: django_authopenid/forms.py:184 +msgid "" +"This email is already registered in our database. Please " +"choose another." +msgstr "电子邮件已被注册。请使用一个新的邮件地址。" + +#: django_authopenid/forms.py:214 +msgid "" +"This username don't exist. Please choose another." +msgstr "用户名不存在" + +#: django_authopenid/forms.py:330 +msgid "" +"Old password is incorrect. Please enter the correct " +"password." +msgstr "旧密码错误。" + +#: django_authopenid/forms.py:342 +msgid "new passwords do not match" +msgstr "新密码不匹配" + +#: django_authopenid/forms.py:434 +msgid "Incorrect username." +msgstr "用户名不正确" + +#: django_authopenid/urls.py:10 +msgid "signout/" +msgstr "" + +#: django_authopenid/urls.py:11 +msgid "complete/" +msgstr "" + +#: django_authopenid/urls.py:13 +msgid "register/" +msgstr "" + +#: django_authopenid/urls.py:14 +msgid "signup/" +msgstr "" + +#: django_authopenid/urls.py:16 +msgid "sendpw/" +msgstr "" + +#: django_authopenid/urls.py:26 +msgid "delete/" +msgstr "" + +#: django_authopenid/views.py:99 +#, python-format +msgid "非法OpenID地址: %s" +msgstr "" + +#: django_authopenid/views.py:366 +msgid "Welcome" +msgstr "欢迎" + +#: django_authopenid/views.py:456 +msgid "Password changed." +msgstr "密码已更新。" + +#: django_authopenid/views.py:488 +msgid "Email changed." +msgstr "邮件地址已更新。" + +#: django_authopenid/views.py:519 django_authopenid/views.py:671 +#, python-format +msgid "No OpenID %s found associated in our database" +msgstr "该OpenID %s 不在系统中。" + +#: django_authopenid/views.py:523 django_authopenid/views.py:678 +#, python-format +msgid "The OpenID %s isn't associated to current user logged in" +msgstr "OpenID %s 没有和当前登录用户绑定。" + +#: django_authopenid/views.py:531 +msgid "Email Changed." +msgstr "邮件地址已更新。" + +#: django_authopenid/views.py:606 +msgid "This OpenID is already associated with another account." +msgstr "这个OpenID已经绑定到另外一个帐号。" + +#: django_authopenid/views.py:611 +#, python-format +msgid "OpenID %s is now associated with your account." +msgstr "OpenID %s 已经绑定到您的帐号。" + +#: django_authopenid/views.py:681 +msgid "Account deleted." +msgstr "帐号已删除。" + +#: django_authopenid/views.py:721 +msgid "Request for new password" +msgstr "找回密码" + +#: django_authopenid/views.py:734 +msgid "A new password has been sent to your email address." +msgstr "新的密码已经发送到您的邮件帐号。" + +#: django_authopenid/views.py:764 +#, python-format +msgid "" +"Could not change password. Confirmation key '%s' is not " +"registered." +msgstr "不能修改密码。确认信息 '%s' 有误。" + +#: django_authopenid/views.py:773 +msgid "" +"Can not change password. User don't exist anymore in our " +"database." +msgstr "不能修改密码。用户帐号不存在。" + +#: django_authopenid/views.py:782 +#, python-format +msgid "Password changed for %s. You may now sign in." +msgstr "帐号 %s 的密码已经修改。您现在可以用它来登录。" + +#: forum/user.py:17 +msgid "Overview" +msgstr "概览" + +#: forum/user.py:18 +msgid "User overview" +msgstr "用户概览" + +#: forum/user.py:19 +msgid "Overview - User Profile" +msgstr "概览-用户资料" + +#: forum/user.py:25 +msgid "Recent" +msgstr "最近活动" + +#: forum/user.py:26 +msgid "Recent activities" +msgstr "用户最近活动情况" + +#: forum/user.py:27 +msgid "Recent - User Profile" +msgstr "最近活动-用户资料" + +#: forum/user.py:34 +msgid "Response" +msgstr "回应" + +#: forum/user.py:35 +msgid "Responses from others" +msgstr "其他用户的回答和评论" + +#: forum/user.py:36 +msgid "Response - User Profile" +msgstr "回应-用户资料" + +#: forum/user.py:43 +msgid "Reputation" +msgstr "积分" + +#: forum/user.py:44 +msgid "Community reputation" +msgstr "社区积分" + +#: forum/user.py:45 +msgid "Reputation - User Profile" +msgstr "积分-用户资料" + +#: forum/user.py:51 +msgid "Favorites" +msgstr "收藏" + +#: forum/user.py:52 +msgid "User's favorite questions" +msgstr "用户收藏的问题" + +#: forum/user.py:53 +msgid "Favorites - User Profile" +msgstr "收藏-用户资料" + +#: forum/user.py:60 +msgid "Votes" +msgstr "投票" + +#: forum/user.py:61 +msgid "Votes history" +msgstr "用户投票历史" + +#: forum/user.py:62 +msgid "Votes - User Profile" +msgstr "投票-用户资料" + +#: forum/user.py:69 +msgid "Preferences" +msgstr "设置" + +#: forum/user.py:70 +msgid "User preferences" +msgstr "用户参数设置" + +#: forum/user.py:71 +msgid "Preferences - User Profile" +msgstr "设置-用户资料" + +#: templates/badges.html:5 templates/badges.html.py:16 +msgid "Badges" +msgstr "奖牌榜" + +#: templates/authopenid/changeemail.html:10 +msgid "Account: change email" +msgstr "修改电子邮件" + +#: templates/authopenid/changeemail.html:13 +msgid "" +"This is where you can change the email address associated with your account. " +"Please keep this email address up to date so we can send you a password-" +"reset email if you request one." +msgstr "" +"您可以在这里修改您的电子邮件,请确保这个邮件地址有效-找回密码将发送新密码到您" +"的邮件地址。" + +#: templates/authopenid/changeemail.html:15 +#: templates/authopenid/changeopenid.html:13 +#: templates/authopenid/changepw.html:18 templates/authopenid/delete.html:14 +#: templates/authopenid/delete.html:24 +msgid "Please correct errors below:" +msgstr "请改正以下错误:" + +#: templates/authopenid/changeemail.html:32 +msgid "Email" +msgstr "电子邮件" + +#: templates/authopenid/changeemail.html:33 +msgid "Password" +msgstr "密码" + +#: templates/authopenid/changeemail.html:35 +msgid "Change email" +msgstr "修改电子邮件" + +#: templates/authopenid/changeopenid.html:7 +msgid "Account: change OpenID URL" +msgstr "修改OpenID地址" + +#: templates/authopenid/changeopenid.html:11 +msgid "" +"This is where you can change your OpenID URL. Make sure you remember it!" +msgstr "请修改您的OpenID地址,请不要忘记这个地址!" + +#: templates/authopenid/changeopenid.html:28 +msgid "OpenID URL:" +msgstr "OpenID地址:" + +#: templates/authopenid/changeopenid.html:29 +msgid "Change OpenID" +msgstr "修改OpenID" + +#: templates/authopenid/changepw.html:13 +msgid "Account: change password" +msgstr "修改密码" + +#: templates/authopenid/changepw.html:16 +msgid "This is where you can change your password. Make sure you remember it!" +msgstr "请修改您的密码,切记不要忘记!" + +#: templates/authopenid/changepw.html:26 +msgid "Current password" +msgstr "旧密码" + +#: templates/authopenid/changepw.html:27 +msgid "New password" +msgstr "新密码" + +#: templates/authopenid/changepw.html:28 +msgid "New password again" +msgstr "重复密码" + +#: templates/authopenid/changepw.html:29 +msgid "Change password" +msgstr "修改密码" + +#: templates/authopenid/delete.html:8 +msgid "Account: delete account" +msgstr "删除帐号" + +#: templates/authopenid/delete.html:12 +msgid "" +"Note: After deleting your account, anyone will be able to register this " +"username." +msgstr "注意:删除您的帐号后,任何其他人可以再注册这个帐号。" + +#: templates/authopenid/delete.html:16 +msgid "Check confirm box, if you want delete your account." +msgstr "如果确定删除,请选中多选框。" + +#: templates/authopenid/delete.html:19 +msgid "Password:" +msgstr "密码:" + +#: templates/authopenid/delete.html:31 +msgid "I am sure I want to delete my account." +msgstr "我确认要删除这个帐号。" + +#: templates/authopenid/delete.html:32 +msgid "Password/OpenID URL" +msgstr "密码/OpenID地址" + +#: templates/authopenid/delete.html:32 +msgid "(required for your security)" +msgstr "(必需)" + +#: templates/authopenid/delete.html:34 +msgid "Delete account permanently" +msgstr "永久删除帐号" + +#: templates/authopenid/settings.html:29 +msgid "Give your account a new password." +msgstr "修改密码" + +#: templates/authopenid/settings.html:31 +msgid "Add or update the email address associated with your account." +msgstr "添加或者更新您的邮件地址。" + +#: templates/authopenid/settings.html:34 +msgid "Change openid associated to your account" +msgstr "修改和你帐号绑定的OpenID地址" + +#: templates/authopenid/settings.html:38 +msgid "Erase your username and all your data from website" +msgstr "删除您的帐号和所有内容" + +#, fuzzy +#~ msgid "Badges " +#~ msgstr "奖牌列表" + +#~ msgid "" +#~ "This username is already taken. Please choose another." +#~ msgstr "用户名已经被注册,请选用一个新的帐号。" + +#~ msgid "Your OpenID is verified! " +#~ msgstr "您的OpenID帐号已经验证通过" + +#~ msgid "Associate your OpenID" +#~ msgstr "绑定您的OpenID" + +#~ msgid "" +#~ "\n" +#~ "\t

If you're joining Sitename, associate your OpenID " +#~ "with a new account. If you're already a member, associate with your " +#~ "existing account.

\n" +#~ "\t" +#~ msgstr "" +#~ "\n" +#~ "\t

输入您的新帐号或者指定已经存在的帐号。

\n" +#~ "\t" + +#~ msgid "A new account" +#~ msgstr "新帐号" + +#~ msgid "Username" +#~ msgstr "用户名" + +#~ msgid "An exisiting account" +#~ msgstr "已经存在的帐号" + +#~ msgid "Account: Send a new password" +#~ msgstr "发送一个新的密码" + +#~ msgid "" +#~ "Lost your password ? Here you can ask to reset your password. Enter the " +#~ "username you use and you will get a confirmation email with your new " +#~ "password. This new password will be activated only after you have clicked " +#~ "on the link in the email." +#~ msgstr "" +#~ "丢失了您的密码?你可以在这里重设密码。输入用户名你会收到新的密码的邮件。密" +#~ "码只有您在激活邮件中的链接才会被激活。" + +#~ msgid "Send new password" +#~ msgstr "发送新密码" -- cgit v1.2.3-1-g7c22