mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
add zh_TW translation for wagtailimages
This commit is contained in:
parent
616ba10b9f
commit
bf75ba8952
2 changed files with 170 additions and 0 deletions
BIN
wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
BIN
wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
170
wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.po
Normal file
170
wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,170 @@
|
|||
# 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-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+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"
|
||||
|
||||
#: .\models.py:22
|
||||
msgid "Title"
|
||||
msgstr "標題"
|
||||
|
||||
#: .\models.py:39
|
||||
msgid "Not a valid image format. Please use a gif, jpeg or png file instead."
|
||||
msgstr "不是有效的圖片格式。請用 gif、jpeg 或者 png 格式的圖片"
|
||||
|
||||
#: .\models.py:41
|
||||
msgid "File"
|
||||
msgstr "文件"
|
||||
|
||||
#: .\models.py:47
|
||||
msgid "Tags"
|
||||
msgstr "標籤"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:3
|
||||
#: .\templates\wagtailimages\edit_handlers\image_chooser_panel.html:19
|
||||
msgid "Choose an image"
|
||||
msgstr "選擇一個圖片"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:8
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:20
|
||||
msgid "Search"
|
||||
msgstr "搜尋"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:9
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:43
|
||||
msgid "Upload"
|
||||
msgstr "上傳"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:23
|
||||
msgid "Popular tags"
|
||||
msgstr "熱門的標籤"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\results.html:6
|
||||
#: .\templates\wagtailimages\images\results.html:6
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" There is one match\n"
|
||||
" "
|
||||
msgid_plural ""
|
||||
"\n"
|
||||
" There are %(counter)s matches\n"
|
||||
" "
|
||||
msgstr[0] "\n 有一個符合"
|
||||
msgstr[1] "\n 有 $(counter)s 個符合"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\results.html:13
|
||||
#: .\templates\wagtailimages\images\results.html:13
|
||||
msgid "Latest images"
|
||||
msgstr "最新圖片"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\select_format.html:3
|
||||
msgid "Choose a format"
|
||||
msgstr "選擇一個格式"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\select_format.html:17
|
||||
msgid "Insert image"
|
||||
msgstr "插入圖片"
|
||||
|
||||
#: .\templates\wagtailimages\edit_handlers\image_chooser_panel.html:17
|
||||
msgid "Clear image"
|
||||
msgstr "清除圖片"
|
||||
|
||||
#: .\templates\wagtailimages\edit_handlers\image_chooser_panel.html:18
|
||||
msgid "Choose another image"
|
||||
msgstr "選擇另外一個圖片"
|
||||
|
||||
#: .\templates\wagtailimages\images\_file_field.html:6
|
||||
msgid "Change image:"
|
||||
msgstr "更改圖片:"
|
||||
|
||||
#: .\templates\wagtailimages\images\add.html:4
|
||||
#: .\templates\wagtailimages\images\index.html:19
|
||||
msgid "Add an image"
|
||||
msgstr "增加一個圖片"
|
||||
|
||||
#: .\templates\wagtailimages\images\add.html:15
|
||||
msgid "Add image"
|
||||
msgstr "增加圖片"
|
||||
|
||||
#: .\templates\wagtailimages\images\add.html:25
|
||||
#: .\templates\wagtailimages\images\edit.html:33
|
||||
msgid "Save"
|
||||
msgstr "儲存"
|
||||
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:4
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:8
|
||||
#: .\templates\wagtailimages\images\edit.html:33
|
||||
msgid "Delete image"
|
||||
msgstr "刪除圖片"
|
||||
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:16
|
||||
msgid "Are you sure you want to delete this image?"
|
||||
msgstr "你確定要刪除這個圖片嗎?"
|
||||
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:19
|
||||
msgid "Yes, delete"
|
||||
msgstr "是的,刪除"
|
||||
|
||||
#: .\templates\wagtailimages\images\edit.html:4
|
||||
#, python-format
|
||||
msgid "Editing image %(title)s"
|
||||
msgstr "編輯圖片 %(title)s"
|
||||
|
||||
#: .\templates\wagtailimages\images\edit.html:15
|
||||
msgid "Editing"
|
||||
msgstr "編輯"
|
||||
|
||||
#: .\templates\wagtailimages\images\index.html:5
|
||||
#: .\templates\wagtailimages\images\index.html:18
|
||||
msgid "Images"
|
||||
msgstr "圖片"
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "對不起,沒有任何圖片符合 \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You've not uploaded any images. Why not <a "
|
||||
"href=\"%(wagtailimages_add_image_url)s\">add one now</a>?"
|
||||
msgstr "沒有任何上傳的圖片。為什麼不 <a href=\"%(wagtailimages_add_image_url)s\">增加一個呢</a>?"
|
||||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr "搜尋圖片"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
msgstr "圖片 '{0}' 已更新"
|
||||
|
||||
#: .\views\images.py:95
|
||||
msgid "The image could not be saved due to errors."
|
||||
msgstr "圖片因有錯誤而無法儲存。"
|
||||
|
||||
#: .\views\images.py:114
|
||||
msgid "Image '{0}' deleted."
|
||||
msgstr "圖片 '{0}' 已刪除."
|
||||
|
||||
#: .\views\images.py:132
|
||||
msgid "Image '{0}' added."
|
||||
msgstr "圖片 '{0}' 已加入."
|
||||
|
||||
#: .\views\images.py:135
|
||||
msgid "The image could not be created due to errors."
|
||||
msgstr "圖片因有錯而不能被建立。"
|
||||
Loading…
Reference in a new issue