diff --git a/editor/locale/lang.hi.js b/editor/locale/lang.hi.js index af8423a9..6a31e1fe 100644 --- a/editor/locale/lang.hi.js +++ b/editor/locale/lang.hi.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "चयन के लिए फिट", "align_relative_to": "संरेखित करें रिश्तेदार को ...", "relativeTo": "रिश्तेदार को:", - "पृष्ठ": "पृष्ठ", + "page": "पृष्ठ", "largest_object": "सबसे बड़ी वस्तु", "selected_objects": "निर्वाचित वस्तुओं", "smallest_object": "छोटी से छोटी वस्तु", @@ -139,7 +139,7 @@ svgEditor.readLang({ "copy": "Copy", "paste": "Paste", "paste_in_place": "Paste in Place", - "हटायें": "Delete", + "delete": "Delete", "group": "Group", "move_front": "Bring to Front", "move_up": "Bring Forward", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});