lang.hi.js 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. /*globals svgEditor */
  2. svgEditor.readLang({
  3. lang: "hi",
  4. dir : "ltr",
  5. common: {
  6. "ok": "बचाना",
  7. "cancel": "रद्द करें",
  8. "key_backspace": "बैकस्पेस",
  9. "key_del": "हटायें",
  10. "key_down": "नीचे",
  11. "key_up": "ऊपर",
  12. "more_opts": "More Options",
  13. "url": "URL",
  14. "width": "Width",
  15. "height": "Height"
  16. },
  17. misc: {
  18. "powered_by": "Powered by"
  19. },
  20. ui: {
  21. "toggle_stroke_tools": "Show/hide more stroke tools",
  22. "palette_info": "रंग बदलने पर क्लिक करें, बदलाव भरने के क्लिक करने के लिए स्ट्रोक का रंग बदलने के लिए",
  23. "zoom_level": "बदलें स्तर ज़ूम",
  24. "panel_drag": "Drag left/right to resize side panel"
  25. },
  26. properties: {
  27. "id": "Identify the element",
  28. "fill_color": "बदलें का रंग भरना",
  29. "stroke_color": "बदलें स्ट्रोक रंग",
  30. "stroke_style": "बदलें स्ट्रोक डेश शैली",
  31. "stroke_width": "बदलें स्ट्रोक चौड़ाई",
  32. "pos_x": "X समकक्ष बदलें ",
  33. "pos_y": "Y समकक्ष बदलें",
  34. "linecap_butt": "Linecap: Butt",
  35. "linecap_round": "Linecap: Round",
  36. "linecap_square": "Linecap: Square",
  37. "linejoin_bevel": "Linejoin: Bevel",
  38. "linejoin_miter": "Linejoin: Miter",
  39. "linejoin_round": "Linejoin: Round",
  40. "angle": "बदलें रोटेशन कोण",
  41. "blur": "Change gaussian blur value",
  42. "opacity": "पारदर्शिता बदलें",
  43. "circle_cx": "बदल रहा है चक्र cx समन्वय",
  44. "circle_cy": "परिवर्तन चक्र cy समन्वय है",
  45. "circle_r": "बदल रहा है चक्र त्रिज्या",
  46. "ellipse_cx": "बदलें दीर्घवृत्त है cx समन्वय",
  47. "ellipse_cy": "बदलें दीर्घवृत्त cy समन्वय है",
  48. "ellipse_rx": "बदल रहा है दीर्घवृत्त x त्रिज्या",
  49. "ellipse_ry": "बदल रहा है दीर्घवृत्त y त्रिज्या",
  50. "line_x1": "बदल रहा है लाइन x समन्वय शुरू",
  51. "line_x2": "बदल रहा है लाइन x समन्वय समाप्त",
  52. "line_y1": "बदलें रेखा y शुरू हो रहा है समन्वय",
  53. "line_y2": "बदलें रेखा y अंत है समन्वय",
  54. "rect_height": "बदलें आयत ऊंचाई",
  55. "rect_width": "बदलें आयत चौड़ाई",
  56. "corner_radius": "बदलें आयत कॉर्नर त्रिज्या",
  57. "image_width": "बदलें छवि चौड़ाई",
  58. "image_height": "बदलें छवि ऊँचाई",
  59. "image_url": "बदलें यूआरएल",
  60. "node_x": "नोड का x समकक्ष बदलें",
  61. "node_y": "नोड का y समकक्ष बदलें",
  62. "seg_type": "वर्ग प्रकार बदलें",
  63. "straight_segments": "सीधे वर्ग",
  64. "curve_segments": "घुमाव",
  65. "text_contents": "बदलें पाठ सामग्री",
  66. "font_family": "बदलें फ़ॉन्ट परिवार",
  67. "font_size": "फ़ॉन्ट का आकार बदलें",
  68. "bold": "मोटा पाठ",
  69. "italic": "इटैलिक पाठ"
  70. },
  71. tools: {
  72. "main_menu": "Main Menu",
  73. "bkgnd_color_opac": "पृष्ठभूमि का रंग बदल / अस्पष्टता",
  74. "connector_no_arrow": "No arrow",
  75. "fitToContent": "सामग्री के लिए फिट",
  76. "fit_to_all": "सभी सामग्री के लिए फिट",
  77. "fit_to_canvas": "फिट कैनवास को",
  78. "fit_to_layer_content": "फिट परत सामग्री के लिए",
  79. "fit_to_sel": "चयन के लिए फिट",
  80. "align_relative_to": "संरेखित करें रिश्तेदार को ...",
  81. "relativeTo": "रिश्तेदार को:",
  82. "page": "पृष्ठ",
  83. "largest_object": "सबसे बड़ी वस्तु",
  84. "selected_objects": "निर्वाचित वस्तुओं",
  85. "smallest_object": "छोटी से छोटी वस्तु",
  86. "new_doc": "नई छवि",
  87. "open_doc": "छवि खोलें",
  88. "export_img": "Export",
  89. "save_doc": "सहेजें छवि",
  90. "import_doc": "Import Image",
  91. "align_to_page": "Align Element to Page",
  92. "align_bottom": "तलमेंपंक्तिबद्धकरें",
  93. "align_center": "मध्य में समंजित करें",
  94. "align_left": " पंक्तिबद्ध करें",
  95. "align_middle": "मध्य संरेखित करें",
  96. "align_right": "दायाँपंक्तिबद्धकरें",
  97. "align_top": "शीर्षमेंपंक्तिबद्धकरें",
  98. "mode_select": "उपकरण चुनें",
  99. "mode_fhpath": "पेंसिल उपकरण",
  100. "mode_line": "लाइन उपकरण",
  101. "mode_connect": "Connect two objects",
  102. "mode_rect": "Rectangle Tool",
  103. "mode_square": "Square Tool",
  104. "mode_fhrect": "नि: शुल्क हाथ आयत",
  105. "mode_ellipse": "दीर्घवृत्त",
  106. "mode_circle": "वृत्त",
  107. "mode_fhellipse": "नि: शुल्क हाथ दीर्घवृत्त",
  108. "mode_path": "Path Tool",
  109. "mode_shapelib": "Shape library",
  110. "mode_text": "पाठ उपकरण",
  111. "mode_image": "छवि उपकरण",
  112. "mode_zoom": "ज़ूम उपकरण",
  113. "mode_eyedropper": "Eye Dropper Tool",
  114. "no_embed": "NOTE: This image cannot be embedded. It will depend on this path to be displayed",
  115. "undo": "पूर्ववत करें",
  116. "redo": "फिर से करें",
  117. "tool_source": "स्रोत में बदलाव करें",
  118. "wireframe_mode": "रूपरेखा मोड",
  119. "toggle_grid": "Show/Hide Grid",
  120. "clone": "Clone Element(s)",
  121. "del": "Delete Element(s)",
  122. "group_elements": "समूह तत्वों",
  123. "make_link": "Make (hyper)link",
  124. "set_link_url": "Set link URL (leave empty to remove)",
  125. "to_path": "पथ में बदलें",
  126. "reorient_path": "पथ को नई दिशा दें",
  127. "ungroup": "अंश को समूह से अलग करें",
  128. "docprops": "दस्तावेज़ गुण",
  129. "imagelib": "Image Library",
  130. "move_bottom": "नीचे ले जाएँ",
  131. "move_top": "ऊपर ले जाएँ",
  132. "node_clone": "नोड क्लोन",
  133. "node_delete": "नोड हटायें",
  134. "node_link": "कड़ी नियंत्रण बिंदु",
  135. "add_subpath": "Add sub-path",
  136. "openclose_path": "Open/close sub-path",
  137. "source_save": "बचाना",
  138. "cut": "Cut",
  139. "copy": "Copy",
  140. "paste": "Paste",
  141. "paste_in_place": "Paste in Place",
  142. "delete": "Delete",
  143. "group": "Group",
  144. "move_front": "Bring to Front",
  145. "move_up": "Bring Forward",
  146. "move_down": "Send Backward",
  147. "move_back": "Send to Back"
  148. },
  149. layers: {
  150. "layer":"परत",
  151. "layers": "Layers",
  152. "del": "परत हटाएँ",
  153. "move_down": "परत नीचे ले जाएँ",
  154. "new": "नई परत",
  155. "rename": "परत का नाम बदलें",
  156. "move_up": "परत ऊपर ले जाएँ",
  157. "dupe": "Duplicate Layer",
  158. "merge_down": "Merge Down",
  159. "merge_all": "Merge All",
  160. "move_elems_to": "अंश को ले जाएँ:",
  161. "move_selected": "चयनित अंश को दूसरी परत पर ले जाएँ"
  162. },
  163. config: {
  164. "image_props": "छवि के गुण",
  165. "doc_title": "शीर्षक",
  166. "doc_dims": "कैनवास आयाम",
  167. "included_images": "शामिल छवियाँ",
  168. "image_opt_embed": "एम्बेड डेटा (स्थानीय फ़ाइलें)",
  169. "image_opt_ref": "फाइल के संदर्भ का प्रयोग",
  170. "editor_prefs": "संपादक वरीयताएँ",
  171. "icon_size": "चिह्न का आकार",
  172. "language": "भाषा",
  173. "background": "संपादक पृष्ठभूमि",
  174. "editor_img_url": "Image URL",
  175. "editor_bg_note": "नोट: पृष्ठभूमि छवि के साथ नहीं बचायी जाएगी",
  176. "icon_large": "बड़ा",
  177. "icon_medium": "मध्यम",
  178. "icon_small": "छोटा",
  179. "icon_xlarge": "बहुत बड़ा",
  180. "select_predefined": "चुनें पूर्वनिर्धारित:",
  181. "units_and_rulers": "Units & Rulers",
  182. "show_rulers": "Show rulers",
  183. "base_unit": "Base Unit:",
  184. "grid": "Grid",
  185. "snapping_onoff": "Snapping on/off",
  186. "snapping_stepsize": "Snapping Step-Size:",
  187. "grid_color": "Grid color"
  188. },
  189. shape_cats: {
  190. "basic": "Basic",
  191. "object": "Objects",
  192. "symbol": "Symbols",
  193. "arrow": "Arrows",
  194. "flowchart": "Flowchart",
  195. "animal": "Animals",
  196. "game": "Cards & Chess",
  197. "dialog_balloon": "Dialog balloons",
  198. "electronics": "Electronics",
  199. "math": "Mathematical",
  200. "music": "Music",
  201. "misc": "Miscellaneous",
  202. "raphael_1": "raphaeljs.com set 1",
  203. "raphael_2": "raphaeljs.com set 2"
  204. },
  205. imagelib: {
  206. "select_lib": "Select an image library",
  207. "show_list": "Show library list",
  208. "import_single": "Import single",
  209. "import_multi": "Import multiple",
  210. "open": "Open as new document"
  211. },
  212. notification: {
  213. "invalidAttrValGiven":"अमान्य मूल्य",
  214. "noContentToFitTo":"कोई सामग्री फिट करने के लिए उपलब्ध नहीं",
  215. "dupeLayerName":"इस नाम कि परत पहले से मौजूद है !",
  216. "enterUniqueLayerName":"कृपया परत का एक अद्वितीय नाम डालें",
  217. "enterNewLayerName":"कृपया परत का एक नया नाम डालें",
  218. "layerHasThatName":"परत का पहले से ही यही नाम है",
  219. "QmoveElemsToLayer":"चयनित अंश को परत '%s' पर ले जाएँ ?",
  220. "QwantToClear":"क्या आप छवि साफ़ करना चाहते हैं?\nयह आपके उन्डू इतिहास को भी मिटा देगा!",
  221. "QwantToOpen":"Do you want to open a new file?\nThis will also erase your undo history!",
  222. "QerrorsRevertToSource":"आपके एस.वी.जी. स्रोत में त्रुटियों थी.\nक्या आप मूल एस.वी.जी स्रोत पर वापिस जाना चाहते हैं?",
  223. "QignoreSourceChanges":"एसवीजी स्रोत से लाये बदलावों को ध्यान न दें?",
  224. "featNotSupported":"सुविधा असमर्थित है",
  225. "enterNewImgURL":"नई छवि URL दर्ज करें",
  226. "defsFailOnSave": "NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.",
  227. "loadingImage":"Loading image, please wait...",
  228. "saveFromBrowser": "Select \"Save As...\" in your browser to save this image as a %s file.",
  229. "noteTheseIssues": "Also note the following issues: ",
  230. "unsavedChanges": "There are unsaved changes.",
  231. "enterNewLinkURL": "Enter the new hyperlink URL",
  232. "errorLoadingSVG": "Error: Unable to load SVG data",
  233. "URLloadFail": "Unable to load from URL",
  234. "retrieving": "Retrieving \"%s\"..."
  235. },
  236. confirmSetStorage: {
  237. message: "By default and where supported, SVG-Edit can store your editor "+
  238. "preferences and SVG content locally on your machine so you do not "+
  239. "need to add these back each time you load SVG-Edit. If, for privacy "+
  240. "reasons, you do not wish to store this information on your machine, "+
  241. "you can change away from the default option below.",
  242. storagePrefsAndContent: "Store preferences and SVG content locally",
  243. storagePrefsOnly: "Only store preferences locally",
  244. storagePrefs: "Store preferences locally",
  245. storageNoPrefsOrContent: "Do not store my preferences or SVG content locally",
  246. storageNoPrefs: "Do not store my preferences locally",
  247. rememberLabel: "Remember this choice?",
  248. rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again."
  249. }
  250. });