PO/POT refresh after adding hexagon shape tool

This commit is contained in:
Bill Kendrick 2022-01-21 00:02:44 -08:00
parent e210f5592c
commit 1050e74336
130 changed files with 11319 additions and 9609 deletions

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-25 01:12-0800\n"
"POT-Creation-Date: 2022-01-21 00:02-0800\n"
"PO-Revision-Date: 2014-06-24 14:46+0800\n"
"Last-Translator: Song Huang <song@song.tw>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@ -339,75 +339,82 @@ msgstr "繁體中文"
# Square shape tool (4 equally-lengthed sides at right angles)
#. Square shape tool (4 equally-lengthed sides at right angles)
#: ../shapes.h:238 ../shapes.h:239
#: ../shapes.h:250 ../shapes.h:251
msgid "Square"
msgstr "正方形"
# Rectangle shape tool (4 sides at right angles)
#. Rectangle shape tool (4 sides at right angles)
#: ../shapes.h:242 ../shapes.h:243
#: ../shapes.h:254 ../shapes.h:255
msgid "Rectangle"
msgstr "長方形"
# Circle shape tool (X radius and Y radius are the same)
#. Circle shape tool (X radius and Y radius are the same)
#: ../shapes.h:246 ../shapes.h:247
#: ../shapes.h:258 ../shapes.h:259
msgid "Circle"
msgstr "圓形"
# Ellipse shape tool (X radius and Y radius may differ)
#. Ellipse shape tool (X radius and Y radius may differ)
#: ../shapes.h:250 ../shapes.h:251
#: ../shapes.h:262 ../shapes.h:263
msgid "Ellipse"
msgstr "橢圓形"
# Triangle shape tool (3 sides)
#. Triangle shape tool (3 sides)
#: ../shapes.h:254 ../shapes.h:255
#: ../shapes.h:266 ../shapes.h:267
msgid "Triangle"
msgstr "三角形"
# Pentagone shape tool (5 sides)
#. Pentagone shape tool (5 sides)
#: ../shapes.h:258 ../shapes.h:259
#. Pentagon shape tool (5 sides)
#: ../shapes.h:270 ../shapes.h:271
msgid "Pentagon"
msgstr "五角形"
#. Hexagon shape tool (6 sides)
#: ../shapes.h:274 ../shapes.h:275
#, fuzzy
#| msgid "Hexagon Mosaic"
msgid "Hexagon"
msgstr "六角形馬賽克"
# Rhombus shape tool (4 sides, not at right angles)
#. Rhombus shape tool (4 sides, not at right angles)
#: ../shapes.h:262 ../shapes.h:263
#: ../shapes.h:278 ../shapes.h:279
msgid "Rhombus"
msgstr "菱形"
# Octagon shape tool (8 sides)
# Octagon shape tool (8 sides)
#. Octagon shape tool (8 sides)
#: ../shapes.h:266 ../shapes.h:267
#: ../shapes.h:282 ../shapes.h:283
msgid "Octagon"
msgstr "八角形"
#. Triangle star (3 points star)
#. Rhombus star (4 points star)
#. Pentagone star (5 points star)
#: ../shapes.h:270 ../shapes.h:273 ../shapes.h:276 ../shapes.h:279
#: ../shapes.h:282 ../shapes.h:285
#: ../shapes.h:286 ../shapes.h:289 ../shapes.h:292 ../shapes.h:295
#: ../shapes.h:298 ../shapes.h:301
msgid "Star"
msgstr ""
# Description of a square
#. Description of a square
#: ../shapes.h:293 ../shapes.h:294
#: ../shapes.h:309 ../shapes.h:310
msgid "A square is a rectangle with four equal sides."
msgstr "正方形是四邊一樣長的長方形。"
# Description of a rectangle
#. Description of a rectangle
#: ../shapes.h:297 ../shapes.h:298
#: ../shapes.h:313 ../shapes.h:314
msgid "A rectangle has four sides and four right angles."
msgstr "長方形有四個邊和四個直角。"
#. Description of a circle
#: ../shapes.h:301 ../shapes.h:302
#: ../shapes.h:317 ../shapes.h:318
msgid ""
"A circle is a curve where all points have the same distance from the center."
msgstr "圓形是每一點都和圓心保持相同距離的曲線。"
@ -415,48 +422,57 @@ msgstr "圓形是每一點都和圓心保持相同距離的曲線。"
# Description of an ellipse
# Description of an ellipse
#. Description of an ellipse
#: ../shapes.h:305 ../shapes.h:306
#: ../shapes.h:321 ../shapes.h:322
msgid "An ellipse is a stretched circle."
msgstr "橢圓形是伸展開來的圓形。"
# Description of a triangle
#. Description of a triangle
#: ../shapes.h:309 ../shapes.h:310
#: ../shapes.h:325 ../shapes.h:326
msgid "A triangle has three sides."
msgstr "三角形有三個邊。"
# Description of a pentagon
# Description of a pentagon
#. Description of a pentagon
#: ../shapes.h:313 ../shapes.h:314
#: ../shapes.h:329 ../shapes.h:330
msgid "A pentagon has five sides."
msgstr "五角形有五個邊。"
# Description of a pentagon
# Description of a pentagon
#. Description of a hexagon
#: ../shapes.h:333 ../shapes.h:334
#, fuzzy
#| msgid "A pentagon has five sides."
msgid "A hexagon has six sides."
msgstr "五角形有五個邊。"
#. Description of a rhombus
#: ../shapes.h:317 ../shapes.h:318
#: ../shapes.h:337 ../shapes.h:338
msgid "A rhombus has four equal sides, and opposite sides are parallel."
msgstr "菱形有四個相同的邊,而且和對面的邊是平行的。"
#. Description of an octagon
#: ../shapes.h:321 ../shapes.h:322
#: ../shapes.h:341 ../shapes.h:342
msgid "An octagon has eight equal sides."
msgstr "八角形有八個相等的邊。"
#: ../shapes.h:324 ../shapes.h:325
#: ../shapes.h:344 ../shapes.h:345
msgid "A star with 3 points."
msgstr ""
#: ../shapes.h:326 ../shapes.h:327
#: ../shapes.h:346 ../shapes.h:347
msgid "A star with 4 points."
msgstr ""
#: ../shapes.h:328 ../shapes.h:329
#: ../shapes.h:348 ../shapes.h:349
msgid "A star with 5 points."
msgstr ""
# Shape tool instructions
# Shape tool instructions
#: ../shapes.h:385
#: ../shapes.h:407
#, fuzzy
#| msgid ""
#| "Pick a shape. Click to pick the center, drag, then let go when it is the "
@ -470,7 +486,7 @@ msgstr ""
# Shape tool instructions
# Shape tool instructions
#: ../shapes.h:386
#: ../shapes.h:408
#, fuzzy
#| msgid ""
#| "Pick a shape. Click to pick the center, drag, then let go when it is the "
@ -482,11 +498,11 @@ msgstr ""
"挑選一個形狀。點一下來決定形狀的中心位置,然後持續拖拉它到你要的大小。繞著中"
"心移動來旋轉它,然後點一下把它畫下來。"
#: ../shapes.h:392
#: ../shapes.h:414
msgid "Draw shapes from the center."
msgstr ""
#: ../shapes.h:393
#: ../shapes.h:415
msgid "Draw shapes from a corner."
msgstr ""
@ -613,7 +629,7 @@ msgstr "新圖"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
#: ../tools.h:98 ../tuxpaint.c:8438
#: ../tools.h:98 ../tuxpaint.c:8547
msgid "Open"
msgstr "打開"
@ -780,7 +796,7 @@ msgstr "很好,讓我們繼續來畫這張圖吧!"
# Prompt to confirm user wishes to quit
#. Prompt to confirm user wishes to quit
#: ../tuxpaint.c:2234
#: ../tuxpaint.c:2244
msgid "Do you really want to quit?"
msgstr "你確定要離開嗎?"
@ -788,69 +804,69 @@ msgstr "你確定要離開嗎?"
# msgid "Yes, I'm done!"
# Quit prompt positive response (quit)
#. Quit prompt positive response (quit)
#: ../tuxpaint.c:2237
#: ../tuxpaint.c:2247
msgid "Yes, Im done!"
msgstr "好,我做完了!"
# Quit prompt negative response (don't quit)
#. Quit prompt negative response (don't quit)
#: ../tuxpaint.c:2240 ../tuxpaint.c:2267
#: ../tuxpaint.c:2250 ../tuxpaint.c:2277
msgid "No, take me back!"
msgstr "不,讓我回去!"
# Current picture is not saved; user is quitting
#. Current picture is not saved; user is quitting
#: ../tuxpaint.c:2244
#: ../tuxpaint.c:2254
msgid "If you quit, youll lose your picture! Save it?"
msgstr "如果離開,將會丟掉你的圖畫喔! 要先存檔嗎?"
#: ../tuxpaint.c:2245 ../tuxpaint.c:2250
#: ../tuxpaint.c:2255 ../tuxpaint.c:2260
msgid "Yes, save it!"
msgstr "好,把它存起來!"
# msgid "No, don't bother saving!"
#: ../tuxpaint.c:2246 ../tuxpaint.c:2251
#: ../tuxpaint.c:2256 ../tuxpaint.c:2261
msgid "No, dont bother saving!"
msgstr "不,別存了!"
# Current picture is not saved; user is opening another picture
#. Current picture is not saved; user is opening another picture
#: ../tuxpaint.c:2249
#: ../tuxpaint.c:2259
msgid "Save your picture first?"
msgstr "要先儲存你的圖畫嗎?"
# Error opening picture
#. Error opening picture
#: ../tuxpaint.c:2254
#: ../tuxpaint.c:2264
msgid "Cant open that picture!"
msgstr "沒辦法打開這個圖畫!"
# Generic dialog dismissal
#. Generic dialog dismissal
#: ../tuxpaint.c:2257 ../tuxpaint.c:2262 ../tuxpaint.c:2271 ../tuxpaint.c:2278
#: ../tuxpaint.c:2287 ../tuxpaint.c:2292
#: ../tuxpaint.c:2267 ../tuxpaint.c:2272 ../tuxpaint.c:2281 ../tuxpaint.c:2288
#: ../tuxpaint.c:2297 ../tuxpaint.c:2302
msgid "OK"
msgstr "好的"
# Notification that 'Open' dialog has nothing to show
#. Notification that 'Open' dialog has nothing to show
#: ../tuxpaint.c:2261
#: ../tuxpaint.c:2271
msgid "There are no saved files!"
msgstr "沒有已經儲存的檔案!"
# Verification of print action
#. Verification of print action
#: ../tuxpaint.c:2265
#: ../tuxpaint.c:2275
msgid "Print your picture now?"
msgstr "現在要列印你的圖畫嗎?"
#: ../tuxpaint.c:2266
#: ../tuxpaint.c:2276
msgid "Yes, print it!"
msgstr "好,印出它來!"
# Confirmation of successful (we hope) printing
#. Confirmation of successful (we hope) printing
#: ../tuxpaint.c:2270
#: ../tuxpaint.c:2280
msgid "Your picture has been printed!"
msgstr "你的圖畫已經印出來了!"
@ -858,47 +874,47 @@ msgstr "你的圖畫已經印出來了!"
# msgid "Your picture has been printed!"
# We got an error printing
#. We got an error printing
#: ../tuxpaint.c:2274
#: ../tuxpaint.c:2284
msgid "Sorry! Your picture could not be printed!"
msgstr "不好意思,你的圖畫不能列印!"
# Notification that it's too soon to print again (--printdelay option is in effect)
#. Notification that it's too soon to print again (--printdelay option is in effect)
#: ../tuxpaint.c:2277
#: ../tuxpaint.c:2287
msgid "You cant print yet!"
msgstr "你還沒辦法列印喔!"
# Prompt to confirm erasing a picture in the Open dialog
#. Prompt to confirm erasing a picture in the Open dialog
#: ../tuxpaint.c:2281
#: ../tuxpaint.c:2291
msgid "Erase this picture?"
msgstr "要刪除這張圖畫嗎?"
#: ../tuxpaint.c:2282
#: ../tuxpaint.c:2292
msgid "Yes, erase it!"
msgstr "好,刪除它吧!"
# msgid "No, don't erase it!"
#: ../tuxpaint.c:2283
#: ../tuxpaint.c:2293
msgid "No, dont erase it!"
msgstr "不,別刪除它!"
# Reminder that Mouse Button 1 is the button to use in Tux Paint
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
#: ../tuxpaint.c:2286
#: ../tuxpaint.c:2296
msgid "Remember to use the left mouse button!"
msgstr "記得使用滑鼠的左邊按鍵!"
# Confirmation of successful (we hope) printing
#. Confirmation of successful (we hope) image export
#: ../tuxpaint.c:2290
#: ../tuxpaint.c:2300
#, fuzzy
#| msgid "Your picture has been printed!"
msgid "Your picture has been exported!"
msgstr "你的圖畫已經印出來了!"
# Confirmation of successful (we hope) printing
#: ../tuxpaint.c:2291
#: ../tuxpaint.c:2301
#, fuzzy
#| msgid "Your picture has been printed!"
msgid "Your slideshow GIF has been exported!"
@ -908,7 +924,7 @@ msgstr "你的圖畫已經印出來了!"
# msgid "Your picture has been printed!"
# We got an error printing
#. We got an error exporting
#: ../tuxpaint.c:2295
#: ../tuxpaint.c:2305
#, fuzzy
#| msgid "Sorry! Your picture could not be printed!"
msgid "Sorry! Your picture could not be exported!"
@ -917,7 +933,7 @@ msgstr "不好意思,你的圖畫不能列印!"
# We got an error printing
# msgid "Your picture has been printed!"
# We got an error printing
#: ../tuxpaint.c:2296
#: ../tuxpaint.c:2306
#, fuzzy
#| msgid "Sorry! Your picture could not be printed!"
msgid "Sorry! Your slideshow GIF could not be exported!"
@ -926,73 +942,73 @@ msgstr "不好意思,你的圖畫不能列印!"
# Let user choose images:
# Instructions for Slideshow file dialog (FIXME: Make a #define)
#. Slideshow instructions
#: ../tuxpaint.c:2300
#: ../tuxpaint.c:2310
msgid "Choose the pictures you want, then click “Play”."
msgstr "選擇你要的一些圖畫,然後按一下「播放」。"
# Sound has been muted (silenced) via keyboard shortcut
# Sound has been muted (silenced) via keyboard shortcut
#. Sound has been muted (silenced) via keyboard shortcut
#: ../tuxpaint.c:2512
#: ../tuxpaint.c:2522
msgid "Sound muted."
msgstr "靜音"
# Sound has been unmuted (unsilenced) via keyboard shortcut
# Sound has been unmuted (unsilenced) via keyboard shortcut
#. Sound has been unmuted (unsilenced) via keyboard shortcut
#: ../tuxpaint.c:2517
#: ../tuxpaint.c:2527
msgid "Sound unmuted."
msgstr "取消靜音"
# Wait while Text tool finishes loading fonts
#. Wait while Text tool finishes loading fonts
#: ../tuxpaint.c:3296
#: ../tuxpaint.c:3306
msgid "Please wait…"
msgstr "請等一下…"
# Open dialog: 'Erase' button, to erase/deleted the selected picture
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
#: ../tuxpaint.c:8441
#: ../tuxpaint.c:8550
msgid "Erase"
msgstr "刪除"
# Open dialog: 'Slides' button, to switch to slide show mode
#. Open dialog: 'Slides' button, to switch to slide show mode
#: ../tuxpaint.c:8444
#: ../tuxpaint.c:8553
msgid "Slides"
msgstr "投影片"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
#: ../tuxpaint.c:8447
#: ../tuxpaint.c:8556
msgid "Export"
msgstr ""
# Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#: ../tuxpaint.c:8450
#: ../tuxpaint.c:8559
msgid "Back"
msgstr "上一個"
# Slideshow: 'Play' button, to begin a slideshow sequence
#. Slideshow: 'Play' button, to begin a slideshow sequence
#: ../tuxpaint.c:8453
#: ../tuxpaint.c:8562
msgid "Play"
msgstr "播放"
#. Slideshow: 'GIF Export' button, to create an animated GIF
#: ../tuxpaint.c:8456
#: ../tuxpaint.c:8565
msgid "GIF Export"
msgstr ""
# Slideshow: 'Next' button, to load next slide (image)
#. Slideshow: 'Next' button, to load next slide (image)
#: ../tuxpaint.c:8459
#: ../tuxpaint.c:8568
msgid "Next"
msgstr "下一個"
# Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces
#. Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces
#: ../tuxpaint.c:9267
#: ../tuxpaint.c:9430
msgid "Aa"
msgstr "A中"
@ -1000,17 +1016,17 @@ msgstr "A中"
# positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
#. 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:12927
#: ../tuxpaint.c:13129
msgid "Yes"
msgstr "好"
#: ../tuxpaint.c:12931
#: ../tuxpaint.c:13133
msgid "No"
msgstr "不"
# Prompt to ask whether user wishes to save over old version of their file
#. Prompt to ask whether user wishes to save over old version of their file
#: ../tuxpaint.c:14077
#: ../tuxpaint.c:14279
msgid "Replace the picture with your changes?"
msgstr "用你所做的改變來取代圖畫嗎?"
@ -1018,7 +1034,7 @@ msgstr "用你所做的改變來取代圖畫嗎?"
# (like a 'File:Save' action in other applications)
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
#: ../tuxpaint.c:14081
#: ../tuxpaint.c:14283
msgid "Yes, replace the old one!"
msgstr "好,取代舊的!"
@ -1026,28 +1042,28 @@ msgstr "好,取代舊的!"
# (like a 'File:Save As...' action in other applications)
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
#: ../tuxpaint.c:14085
#: ../tuxpaint.c:14287
msgid "No, save a new file!"
msgstr "不,另外存一個新的檔案!"
#. Let user choose an image:
#. Instructions for 'Open' file dialog
#: ../tuxpaint.c:15349
#: ../tuxpaint.c:15551
msgid "Choose the picture you want, then click “Open”."
msgstr "選擇你想要的圖畫,然後按一下「打開」。"
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
#: ../tuxpaint.c:16775
#: ../tuxpaint.c:16977
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#: ../tuxpaint.c:24552
#: ../tuxpaint.c:24755
msgid "Select a color from your drawing."
msgstr ""
#: ../tuxpaint.c:24564
#: ../tuxpaint.c:24767
msgid "Pick a color."
msgstr "挑選一個顏色"