mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
add zh_TW translation for wagtailsnippets
This commit is contained in:
parent
7a64b733c7
commit
c6f5ebced9
2 changed files with 126 additions and 0 deletions
BIN
wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
BIN
wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
126
wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po
Normal file
126
wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-03-10 12:25+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 16:07+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=1; plural=0;\n"
|
||||
|
||||
#: .\templates\wagtailsnippets\chooser\choose.html:2
|
||||
msgid "Choose"
|
||||
msgstr "選擇"
|
||||
|
||||
#: .\templates\wagtailsnippets\edit_handlers\snippet_chooser_panel.html:10
|
||||
#, python-format
|
||||
msgid "Choose another %(snippet_type_name)s"
|
||||
msgstr "選擇另外一個 %(snippet_type_name)s"
|
||||
|
||||
#: .\templates\wagtailsnippets\edit_handlers\snippet_chooser_panel.html:11
|
||||
#, python-format
|
||||
msgid "Choose %(snippet_type_name)s"
|
||||
msgstr "選擇 %(snippet_type_name)s"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\confirm_delete.html:3
|
||||
#, python-format
|
||||
msgid "Delete %(snippet_type_name)s - %(instance)s"
|
||||
msgstr "刪除 %(snippet_type_name)s - %(instance)s"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\confirm_delete.html:6
|
||||
#: .\templates\wagtailsnippets\snippets\edit.html:20
|
||||
msgid "Delete"
|
||||
msgstr "刪除"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\confirm_delete.html:10
|
||||
#, python-format
|
||||
msgid "Are you sure you want to delete this %(snippet_type_name)s?"
|
||||
msgstr "你確定想要刪除這個 %(snippet_type_name)s嗎?"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\confirm_delete.html:13
|
||||
msgid "Yes, delete"
|
||||
msgstr "是的,刪除"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\create.html:3
|
||||
#, python-format
|
||||
msgid "New %(snippet_type_name)s"
|
||||
msgstr "新的 %(snippet_type_name)s"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\create.html:6
|
||||
msgid "New"
|
||||
msgstr "新建"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\create.html:17
|
||||
#: .\templates\wagtailsnippets\snippets\edit.html:17
|
||||
msgid "Save"
|
||||
msgstr "儲存"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\edit.html:3
|
||||
#, python-format
|
||||
msgid "Editing %(snippet_type_name)s - %(instance)s"
|
||||
msgstr "編輯 %(snippet_type_name)s - %(instance)s"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\edit.html:6
|
||||
msgid "Editing"
|
||||
msgstr "編輯"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\index.html:3
|
||||
msgid "Snippets"
|
||||
msgstr "片段"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\list.html:8
|
||||
msgid "Title"
|
||||
msgstr "標題"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\type_index.html:3
|
||||
#, python-format
|
||||
msgid "Snippets %(snippet_type_name_plural)s"
|
||||
msgstr "%(snippet_type_name_plural)s 片段"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\type_index.html:10
|
||||
#, python-format
|
||||
msgid "Snippets <span>%(snippet_type_name_plural)s</span>"
|
||||
msgstr "<span>%(snippet_type_name_plural)s</span> 片段"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\type_index.html:13
|
||||
#, python-format
|
||||
msgid "Add %(snippet_type_name)s"
|
||||
msgstr "增加 %(snippet_type_name)s"
|
||||
|
||||
#: .\templates\wagtailsnippets\snippets\type_index.html:23
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No %(snippet_type_name_plural)s have been created. Why not <a href=\"%"
|
||||
"(wagtailsnippets_create_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
"沒有任何 %(snippet_type_name_plural)s 片段。為什麼不<a href=\"%"
|
||||
"(wagtailsnippets_create_url)s\">建立一個</a>?"
|
||||
|
||||
#: .\views\snippets.py:127
|
||||
msgid "{snippet_type} '{instance}' created."
|
||||
msgstr "已建立 {snippet_type} '{instance}'"
|
||||
|
||||
#: .\views\snippets.py:134
|
||||
msgid "The snippet could not be created due to errors."
|
||||
msgstr "片段因有錯誤而無法建立。"
|
||||
|
||||
#: .\views\snippets.py:168
|
||||
msgid "{snippet_type} '{instance}' updated."
|
||||
msgstr "已經更新 {snippet_type} '{instance}'。"
|
||||
|
||||
#: .\views\snippets.py:175
|
||||
msgid "The snippet could not be saved due to errors."
|
||||
msgstr "片段因有錯誤而無法儲存。"
|
||||
|
||||
#: .\views\snippets.py:204
|
||||
msgid "{snippet_type} '{instance}' deleted."
|
||||
msgstr "已刪除 {snippet_type} '{instance}'"
|
||||
Loading…
Reference in a new issue