PO/POT update after adding shape + aspect ratio tip

This commit is contained in:
Bill Kendrick 2022-01-21 01:33:45 -08:00
parent 16e7cb1f59
commit 251259ab13
130 changed files with 3921 additions and 2996 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-21 00:34-0800\n"
"POT-Creation-Date: 2022-01-21 01:33-0800\n"
"PO-Revision-Date: 2014-08-09 02:17+1000\n"
"Last-Translator: Ashish Arora <ashish.arora13@gmail.com>\n"
"Language-Team: Hindi\n"
@ -540,7 +540,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:8547
#: ../tools.h:98 ../tuxpaint.c:8576
msgid "Open"
msgstr "खोलो"
@ -653,7 +653,7 @@ msgstr "पूरी रेखा बनाने के लिए खीचो
#, fuzzy, c-format
#| msgid "Let go of the button to complete the line."
msgid ""
"Let go of the button to complete the line. (Your line's angle is %.0f "
"Let go of the button to complete the line. (Your lines angle is %.0f "
"degrees.)"
msgstr "पूरी रेखा बनाने के लिए खीचों"
@ -662,12 +662,19 @@ msgstr "पूरी रेखा बनाने के लिए खीचो
msgid "Hold the button to stretch the shape."
msgstr "आकार को बडा करने के लिए खीचों"
#: ../tools.h:171
#, fuzzy, c-format
#| msgid "Hold the button to stretch the shape."
msgid ""
"Hold the button to stretch the shape. (It has an aspect ratio of \"%.2g:1\".)"
msgstr "आकार को बडा करने के लिए खीचों"
#. Instruction while finishing Shape tool (after release, during rotation step before second click)
#: ../tools.h:173
#: ../tools.h:174
msgid "Move the mouse to rotate the shape. Click to draw it."
msgstr "आकार को घुमाने के लिए mouse घुमाओ। ड्रा करने के लिये क्लिक करें। "
#: ../tools.h:174
#: ../tools.h:175
#, fuzzy, c-format
#| msgid "Move the mouse to rotate the shape. Click to draw it."
msgid ""
@ -676,7 +683,7 @@ msgid ""
msgstr "आकार को घुमाने के लिए mouse घुमाओ। ड्रा करने के लिये क्लिक करें। "
#. Notification that 'New' action was aborted (current image would have been lost)
#: ../tools.h:177
#: ../tools.h:178
msgid "OK then… Lets keep drawing this one!"
msgstr "चलो ड्राइंग को जारी रखते है "
@ -818,90 +825,90 @@ msgid "Please wait…"
msgstr "कृपया प्रतीक्षा करें..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
#: ../tuxpaint.c:8550
#: ../tuxpaint.c:8579
msgid "Erase"
msgstr "नष्ट कर"
#. Open dialog: 'Slides' button, to switch to slide show mode
#: ../tuxpaint.c:8553
#: ../tuxpaint.c:8582
msgid "Slides"
msgstr "स्लाइड"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
#: ../tuxpaint.c:8556
#: ../tuxpaint.c:8585
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#: ../tuxpaint.c:8559
#: ../tuxpaint.c:8588
msgid "Back"
msgstr "पीछे"
#. Slideshow: 'Play' button, to begin a slideshow sequence
#: ../tuxpaint.c:8562
#: ../tuxpaint.c:8591
msgid "Play"
msgstr "चलायें"
#. Slideshow: 'GIF Export' button, to create an animated GIF
#: ../tuxpaint.c:8565
#: ../tuxpaint.c:8594
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
#: ../tuxpaint.c:8568
#: ../tuxpaint.c:8597
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
#: ../tuxpaint.c:9430
#: ../tuxpaint.c:9459
msgid "Aa"
msgstr "Aa"
#. 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:13129
#: ../tuxpaint.c:13158
msgid "Yes"
msgstr "हॉं"
#: ../tuxpaint.c:13133
#: ../tuxpaint.c:13162
msgid "No"
msgstr "नहीं"
#. Prompt to ask whether user wishes to save over old version of their file
#: ../tuxpaint.c:14279
#: ../tuxpaint.c:14308
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:14283
#: ../tuxpaint.c:14312
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:14287
#: ../tuxpaint.c:14316
msgid "No, save a new file!"
msgstr "नहीं, नयी फाइल सुरक्षित करें|"
#. Let user choose an image:
#. Instructions for 'Open' file dialog
#: ../tuxpaint.c:15551
#: ../tuxpaint.c:15580
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:16977
#: ../tuxpaint.c:17006
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#: ../tuxpaint.c:24755
#: ../tuxpaint.c:24784
msgid "Select a color from your drawing."
msgstr ""
#: ../tuxpaint.c:24767
#: ../tuxpaint.c:24796
msgid "Pick a color."
msgstr "एक रंग चुनें|"