1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-30 13:23:14 +00:00

Update locales

This commit is contained in:
zhengxie 2013-12-26 11:08:05 +08:00
parent 4f2b2442c2
commit 08868917d1
18 changed files with 59771 additions and 17833 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-12-24 10:18+0800\n"
"POT-Creation-Date: 2013-12-26 10:41+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -137,30 +137,54 @@ msgid "Español"
msgstr ""
#: seahub/settings.py:136
msgid "Français"
msgid "Mexican Spanish"
msgstr ""
#: seahub/settings.py:137
msgid "Italiano"
msgid "Français"
msgstr ""
#: seahub/settings.py:138
msgid "Magyar"
msgid "Hebrew"
msgstr ""
#: seahub/settings.py:139
msgid "Portuguese, Brazil"
msgid "Magyar"
msgstr ""
#: seahub/settings.py:140
msgid "Русский"
msgid "Italiano"
msgstr ""
#: seahub/settings.py:141
msgid "简体中文"
msgid "Latvian"
msgstr ""
#: seahub/settings.py:142
msgid "Dutch"
msgstr ""
#: seahub/settings.py:143
msgid "Portuguese, Brazil"
msgstr ""
#: seahub/settings.py:144
msgid "Русский"
msgstr ""
#: seahub/settings.py:145
msgid "Slovak"
msgstr ""
#: seahub/settings.py:146
msgid "Ukrainian"
msgstr ""
#: seahub/settings.py:147
msgid "简体中文"
msgstr ""
#: seahub/settings.py:148
msgid "繁體中文"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,23 @@
#!/bin/sh
django-admin.py makemessages -l de -e py,html -i "thirdpart*"
django-admin.py makemessages -l en -e py,html -i "thirdpart*"
django-admin.py makemessages -l es -e py,html -i "thirdpart*"
django-admin.py makemessages -l es_MX -e py,html -i "thirdpart*"
django-admin.py makemessages -l fr -e py,html -i "thirdpart*"
django-admin.py makemessages -l he -e py,html -i "thirdpart*"
django-admin.py makemessages -l hu -e py,html -i "thirdpart*"
django-admin.py makemessages -l it -e py,html -i "thirdpart*"
django-admin.py makemessages -l lv_LV -e py,html -i "thirdpart*"
django-admin.py makemessages -l nl_NL -e py,html -i "thirdpart*"
django-admin.py makemessages -l pt_BR -e py,html -i "thirdpart*"
django-admin.py makemessages -l ru -e py,html -i "thirdpart*"
django-admin.py makemessages -l sk_SK -e py,html -i "thirdpart*"
django-admin.py makemessages -l uk -e py,html -i "thirdpart*"
django-admin.py makemessages -l zh_CN -e py,html -i "thirdpart*"
django-admin.py makemessages -l zh_TW -e py,html -i "thirdpart*"
django-admin.py makemessages -l ru -e py,html -i "thirdpart*"
django-admin.py makemessages -l de -e py,html -i "thirdpart*"
django-admin.py makemessages -l es -e py,html -i "thirdpart*"
django-admin.py makemessages -l it -e py,html -i "thirdpart*"
django-admin.py makemessages -l fr -e py,html -i "thirdpart*"
django-admin.py makemessages -l hu -e py,html -i "thirdpart*"

View File

@ -133,11 +133,17 @@ LANGUAGES = (
('de', gettext_noop(u'Deutsch')),
('en', gettext_noop('English')),
('es', gettext_noop('Español')),
('es-mx', gettext_noop('Mexican Spanish')),
('fr', gettext_noop('Français')),
('it', gettext_noop('Italiano')),
('he', gettext_noop('Hebrew')),
('hu', gettext_noop('Magyar')),
('it', gettext_noop('Italiano')),
('lv', gettext_noop('Latvian')),
('nl', gettext_noop('Dutch')),
('pt-br', gettext_noop('Portuguese, Brazil')),
('ru', gettext_noop(u'Русский')),
('ru', gettext_noop(u'Русский')),
('sk', gettext_noop('Slovak')),
('uk', gettext_noop('Ukrainian')),
('zh-cn', gettext_noop(u'简体中文')),
('zh-tw', gettext_noop(u'繁體中文')),
)