mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
add zh_TW translation for wagtailembeds
This commit is contained in:
parent
efed0adb10
commit
616ba10b9f
2 changed files with 54 additions and 0 deletions
BIN
wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
BIN
wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
54
wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po
Normal file
54
wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators: Lihan Li <lilihan.it@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:56+0200\n"
|
||||
"PO-Revision-Date: 2014-02-24 17:34+0000\n"
|
||||
"Last-Translator: wdv4758h <wdv4758h@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\forms.py:11
|
||||
msgid "Please enter a valid URL"
|
||||
msgstr "請輸入有效的 URL"
|
||||
|
||||
#: .\forms.py:15
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: .\templates\wagtailembeds\chooser\chooser.html:3
|
||||
msgid "Insert embed"
|
||||
msgstr "插入 embed"
|
||||
|
||||
#: .\templates\wagtailembeds\chooser\chooser.html:14
|
||||
msgid "Insert"
|
||||
msgstr "插入"
|
||||
|
||||
#: .\views\chooser.py:34
|
||||
msgid ""
|
||||
"There seems to be a problem with your embedly API key. Please check your "
|
||||
"settings."
|
||||
msgstr "embedly API key 有問題。請檢查設定。"
|
||||
|
||||
#: .\views\chooser.py:36
|
||||
msgid "Cannot find an embed for this URL."
|
||||
msgstr "在這個 URL 中無法找到 embed"
|
||||
|
||||
#: .\views\chooser.py:38
|
||||
msgid ""
|
||||
"There seems to be an error with Embedly while trying to embed this URL. "
|
||||
"Please try again later."
|
||||
msgstr ""
|
||||
"在嵌入這個 URL 的時候,Embedly 似乎有錯。"
|
||||
"請稍候再試."
|
||||
Loading…
Reference in a new issue