updating po and pot after fixing exist->existing in tools.h
This commit is contained in:
parent
42736b8617
commit
4128b7a13c
128 changed files with 23116 additions and 16656 deletions
106
src/po/zh_CN.po
106
src/po/zh_CN.po
|
|
@ -4,7 +4,6 @@
|
|||
# Wang Jian <lark@linux.net.cn>, 2003, 2004. (inactive)
|
||||
# Huang Zuzhen <zuzhenhuang@vip.sina.com>, 2008. (inactive)
|
||||
# Ijeal <tomorrow1881@sohu.com>, 2008. (inactive)"Fretwork"
|
||||
|
||||
# hackergene <hackergene@gmail.com>, 2014.
|
||||
#
|
||||
# Special note from lark: Because it is for children, the translation
|
||||
|
|
@ -14,15 +13,15 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-03 21:03+0200\n"
|
||||
"POT-Creation-Date: 2015-03-12 19:02+0100\n"
|
||||
"PO-Revision-Date: 2014-08-22 16:57+0800\n"
|
||||
"Last-Translator: hackergene <hackergene@gmail.com>\n"
|
||||
"Language-Team: hackergene <hackergene@gmail.com>\n"
|
||||
"Language: zh_cn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
"Language: zh_cn\n"
|
||||
|
||||
#. Response to Black (0, 0, 0) color selected
|
||||
#: ../colors.h:86
|
||||
|
|
@ -238,83 +237,110 @@ msgid "ZH_TW"
|
|||
msgstr "中文繁体"
|
||||
|
||||
#. Square shape tool (4 equally-lengthed sides at right angles)
|
||||
#: ../shapes.h:171 ../shapes.h:172
|
||||
#: ../shapes.h:234 ../shapes.h:235
|
||||
msgid "Square"
|
||||
msgstr "矩形"
|
||||
|
||||
#. Rectangle shape tool (4 sides at right angles)
|
||||
#: ../shapes.h:175 ../shapes.h:176
|
||||
#: ../shapes.h:238 ../shapes.h:239
|
||||
msgid "Rectangle"
|
||||
msgstr "正方形"
|
||||
|
||||
#. Circle shape tool (X radius and Y radius are the same)
|
||||
#: ../shapes.h:179 ../shapes.h:180
|
||||
#: ../shapes.h:242 ../shapes.h:243
|
||||
msgid "Circle"
|
||||
msgstr "圆形"
|
||||
|
||||
#. Ellipse shape tool (X radius and Y radius may differ)
|
||||
#: ../shapes.h:183 ../shapes.h:184
|
||||
#: ../shapes.h:246 ../shapes.h:247
|
||||
msgid "Ellipse"
|
||||
msgstr "椭圆"
|
||||
|
||||
#. Triangle shape tool (3 sides)
|
||||
#: ../shapes.h:187 ../shapes.h:188
|
||||
#: ../shapes.h:250 ../shapes.h:251
|
||||
msgid "Triangle"
|
||||
msgstr "三角形"
|
||||
|
||||
#. Pentagone shape tool (5 sides)
|
||||
#: ../shapes.h:191 ../shapes.h:192
|
||||
#: ../shapes.h:254 ../shapes.h:255
|
||||
msgid "Pentagon"
|
||||
msgstr "五角形"
|
||||
|
||||
#. Rhombus shape tool (4 sides, not at right angles)
|
||||
#: ../shapes.h:195 ../shapes.h:196
|
||||
#: ../shapes.h:258 ../shapes.h:259
|
||||
msgid "Rhombus"
|
||||
msgstr "菱形"
|
||||
|
||||
#. Octagon shape tool (8 sides)
|
||||
#: ../shapes.h:199 ../shapes.h:200
|
||||
#: ../shapes.h:262 ../shapes.h:263
|
||||
msgid "Octagon"
|
||||
msgstr "八角形"
|
||||
|
||||
#. Triangle star (3 points star)
|
||||
#: ../shapes.h:266 ../shapes.h:269
|
||||
msgid "3p Star"
|
||||
msgstr ""
|
||||
|
||||
#. Rhombus star (4 points star)
|
||||
#: ../shapes.h:272 ../shapes.h:275
|
||||
msgid "4p Star"
|
||||
msgstr ""
|
||||
|
||||
#. Pentagone star (5 points star)
|
||||
#: ../shapes.h:278 ../shapes.h:281
|
||||
msgid "5p Star"
|
||||
msgstr ""
|
||||
|
||||
#. Description of a square
|
||||
#: ../shapes.h:208 ../shapes.h:209
|
||||
#: ../shapes.h:290 ../shapes.h:291
|
||||
msgid "A square is a rectangle with four equal sides."
|
||||
msgstr "正方形是四条边长度都相等的矩形。"
|
||||
|
||||
#. Description of a rectangle
|
||||
#: ../shapes.h:212 ../shapes.h:213
|
||||
#: ../shapes.h:294 ../shapes.h:295
|
||||
msgid "A rectangle has four sides and four right angles."
|
||||
msgstr "正方形有四条边四个直角。"
|
||||
|
||||
#: ../shapes.h:217 ../shapes.h:219
|
||||
#: ../shapes.h:299 ../shapes.h:301
|
||||
msgid ""
|
||||
"A circle is a curve where all points have the same distance from the center."
|
||||
msgstr "圆形的边上任意一点到中心的距离都相同。"
|
||||
|
||||
#. Description of an ellipse
|
||||
#: ../shapes.h:222 ../shapes.h:223
|
||||
#: ../shapes.h:304 ../shapes.h:305
|
||||
msgid "An ellipse is a stretched circle."
|
||||
msgstr "椭圆是被拉变形的圆。"
|
||||
|
||||
#. Description of a triangle
|
||||
#: ../shapes.h:226 ../shapes.h:227
|
||||
#: ../shapes.h:308 ../shapes.h:309
|
||||
msgid "A triangle has three sides."
|
||||
msgstr "三角形有三条边。"
|
||||
|
||||
#. Description of a pentagon
|
||||
#: ../shapes.h:230 ../shapes.h:231
|
||||
#: ../shapes.h:312 ../shapes.h:313
|
||||
msgid "A pentagon has five sides."
|
||||
msgstr "五角形有五条边。"
|
||||
|
||||
#: ../shapes.h:235 ../shapes.h:237
|
||||
#: ../shapes.h:317 ../shapes.h:319
|
||||
msgid "A rhombus has four equal sides, and opposite sides are parallel."
|
||||
msgstr "菱形的四边都相等,对着的边平行。"
|
||||
|
||||
#: ../shapes.h:241 ../shapes.h:243
|
||||
#: ../shapes.h:323 ../shapes.h:325
|
||||
msgid "An octagon has eight equal sides."
|
||||
msgstr "八角形有八条边。"
|
||||
|
||||
#: ../shapes.h:327 ../shapes.h:328
|
||||
msgid "A star with 3 points."
|
||||
msgstr ""
|
||||
|
||||
#: ../shapes.h:329 ../shapes.h:330
|
||||
msgid "A star with 4 points."
|
||||
msgstr ""
|
||||
|
||||
#: ../shapes.h:331 ../shapes.h:332
|
||||
msgid "A star with 5 points."
|
||||
msgstr ""
|
||||
|
||||
#. Title of tool selector (buttons down the left)
|
||||
#: ../titles.h:56
|
||||
msgid "Tools"
|
||||
|
|
@ -457,10 +483,16 @@ msgstr "选择文字的样式。在绘制的图片上单击就可以开始输入
|
|||
|
||||
#. Label tool instructions
|
||||
#: ../tools.h:130
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Choose a style of text. Click on your drawing and you can start typing. "
|
||||
#| "Press [Enter] or [Tab] to complete the text. By using the selector button "
|
||||
#| "and clicking an exist label, you can move it, edit it and change its text "
|
||||
#| "style."
|
||||
msgid ""
|
||||
"Choose a style of text. Click on your drawing and you can start typing. "
|
||||
"Press [Enter] or [Tab] to complete the text. By using the selector button "
|
||||
"and clicking an exist label, you can move it, edit it and change its text "
|
||||
"and clicking an existing label, you can move it, edit it and change its text "
|
||||
"style."
|
||||
msgstr "选择文字的样式。在绘制的图片上单击就可以开始输入文字。"
|
||||
|
||||
|
|
@ -667,42 +699,42 @@ msgstr "文字"
|
|||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:11664
|
||||
#: ../tuxpaint.c:11683
|
||||
msgid "Yes"
|
||||
msgstr "是的"
|
||||
|
||||
#: ../tuxpaint.c:11668
|
||||
#: ../tuxpaint.c:11687
|
||||
msgid "No"
|
||||
msgstr "不要"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:12710
|
||||
#: ../tuxpaint.c:12786
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "确定要更改图片?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:12714
|
||||
#: ../tuxpaint.c:12790
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "是的,替换原来的图片!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:12718
|
||||
#: ../tuxpaint.c:12794
|
||||
msgid "No, save a new file!"
|
||||
msgstr "不,保存到新文件"
|
||||
|
||||
#: ../tuxpaint.c:13963
|
||||
#: ../tuxpaint.c:14039
|
||||
msgid "Choose the picture you want, then click “Open”."
|
||||
msgstr "选择你要打开的图片,然后点击“打开”。"
|
||||
|
||||
#. Let user choose images:
|
||||
#. Instructions for Slideshow file dialog (FIXME: Make a #define)
|
||||
#: ../tuxpaint.c:14994 ../tuxpaint.c:15322
|
||||
#: ../tuxpaint.c:15070 ../tuxpaint.c:15398
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "选择你要打开的图片,然后点击“打开”。"
|
||||
|
||||
#: ../tuxpaint.c:22344
|
||||
#: ../tuxpaint.c:22420
|
||||
msgid "Pick a color."
|
||||
msgstr "选择一种颜色。"
|
||||
|
||||
|
|
@ -1030,42 +1062,42 @@ msgstr "单击然后移动鼠标为你的图画部分添加马赛克效果。"
|
|||
msgid "Click to add a mosaic effect to your entire picture."
|
||||
msgstr "单击为你的整张图画添加马赛克效果。"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:142
|
||||
#: ../../magic/src/mosaic_shaped.c:147
|
||||
msgid "Square Mosaic"
|
||||
msgstr "矩形马赛克"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:143
|
||||
#: ../../magic/src/mosaic_shaped.c:148
|
||||
msgid "Hexagon Mosaic"
|
||||
msgstr "六边形马赛克"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:144
|
||||
#: ../../magic/src/mosaic_shaped.c:149
|
||||
msgid "Irregular Mosaic"
|
||||
msgstr "不规则马赛克"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:149
|
||||
#: ../../magic/src/mosaic_shaped.c:156
|
||||
msgid ""
|
||||
"Click and move the mouse to add a square mosaic to parts of your picture."
|
||||
msgstr "单击然后移动鼠标为你的图画部分添加马赛克效果。"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:150
|
||||
#: ../../magic/src/mosaic_shaped.c:157
|
||||
msgid "Click to add a square mosaic to your entire picture."
|
||||
msgstr "单击为你的整张图画添加马赛克效果。"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:152
|
||||
#: ../../magic/src/mosaic_shaped.c:161
|
||||
msgid ""
|
||||
"Click and move the mouse to add a hexagonal mosaic to parts of your picture."
|
||||
msgstr "单击然后移动鼠标为你的图画部分添加六边形马赛克效果。"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:153
|
||||
#: ../../magic/src/mosaic_shaped.c:162
|
||||
msgid "Click to add a hexagonal mosaic to your entire picture."
|
||||
msgstr "单击为你的整张图画添加六边形马赛克效果。"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:155
|
||||
#: ../../magic/src/mosaic_shaped.c:166
|
||||
msgid ""
|
||||
"Click and move the mouse to add an irregular mosaic to parts of your picture."
|
||||
msgstr "单击然后移动鼠标为你的图画部分添加不规则马赛克效果。"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:156
|
||||
#: ../../magic/src/mosaic_shaped.c:167
|
||||
msgid "Click to add an irregular mosaic to your entire picture."
|
||||
msgstr "单击为你的整张图画添加不规则马赛克效果。"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue