mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
bootstrapped language and added 'hi'
This commit is contained in:
34
projects/doctype/task/locale/_messages_doc.json
Normal file
34
projects/doctype/task/locale/_messages_doc.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
"Working",
|
||||
"Priority",
|
||||
"Details",
|
||||
"Closed",
|
||||
"Expected",
|
||||
"Actual Budget",
|
||||
"Status",
|
||||
"Task Details",
|
||||
"Allocated Budget",
|
||||
"Medium",
|
||||
"File List",
|
||||
"Actual Start Date",
|
||||
"Expected End Date",
|
||||
"Total Hours (Actual)",
|
||||
"Review Date",
|
||||
"More Details",
|
||||
"Projects",
|
||||
"Closing Date",
|
||||
"Time and Budget",
|
||||
"Task",
|
||||
"Actual",
|
||||
"Project",
|
||||
"Cancelled",
|
||||
"Pending Review",
|
||||
"Actual End Date",
|
||||
"High",
|
||||
"Urgent",
|
||||
"Expected Start Date",
|
||||
"Subject",
|
||||
"Open",
|
||||
"Total Hours (Expected)",
|
||||
"Low"
|
||||
]
|
||||
34
projects/doctype/task/locale/hi-doc.json
Normal file
34
projects/doctype/task/locale/hi-doc.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"Actual": "\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915",
|
||||
"Actual Budget": "\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u092c\u091c\u091f",
|
||||
"Actual End Date": "\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0924\u093f\u0925\u093f",
|
||||
"Actual Start Date": "\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0926\u093f\u0928\u093e\u0902\u0915",
|
||||
"Allocated Budget": "\u0906\u0935\u0902\u091f\u093f\u0924 \u092c\u091c\u091f",
|
||||
"Cancelled": "Cancelled",
|
||||
"Closed": "\u092c\u0902\u0926",
|
||||
"Closing Date": "\u0924\u093f\u0925\u093f \u0938\u092e\u093e\u092a\u0928",
|
||||
"Details": "\u0935\u093f\u0935\u0930\u0923",
|
||||
"Expected": "\u0905\u092a\u0947\u0915\u094d\u0937\u093f\u0924",
|
||||
"Expected End Date": "\u0909\u092e\u094d\u092e\u0940\u0926 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0924\u093f\u0925\u093f",
|
||||
"Expected Start Date": "\u0909\u092e\u094d\u092e\u0940\u0926 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0926\u093f\u0928\u093e\u0902\u0915",
|
||||
"File List": "\u092b\u093c\u093e\u0907\u0932 \u0938\u0942\u091a\u0940",
|
||||
"High": "\u0909\u091a\u094d\u091a",
|
||||
"Low": "\u0928\u093f\u092e\u094d\u0928",
|
||||
"Medium": "\u092e\u0927\u094d\u092f\u092e",
|
||||
"More Details": "\u0905\u0927\u093f\u0915 \u091c\u093e\u0928\u0915\u093e\u0930\u0940",
|
||||
"Open": "\u0916\u0941\u0932\u093e",
|
||||
"Pending Review": "\u0938\u092e\u0940\u0915\u094d\u0937\u093e \u0915\u0947 \u0932\u093f\u090f \u0932\u0902\u092c\u093f\u0924",
|
||||
"Priority": "\u092a\u094d\u0930\u093e\u0925\u092e\u093f\u0915\u0924\u093e",
|
||||
"Project": "\u092a\u0930\u093f\u092f\u094b\u091c\u0928\u093e",
|
||||
"Projects": "\u092a\u0930\u093f\u092f\u094b\u091c\u0928\u093e\u0913\u0902",
|
||||
"Review Date": "\u0924\u093f\u0925\u093f \u0915\u0940 \u0938\u092e\u0940\u0915\u094d\u0937\u093e",
|
||||
"Status": "\u0939\u0948\u0938\u093f\u092f\u0924",
|
||||
"Subject": "\u0935\u093f\u0937\u092f",
|
||||
"Task": "\u0915\u093e\u0930\u094d\u092f",
|
||||
"Task Details": "\u0915\u093e\u0930\u094d\u092f \u0935\u093f\u0935\u0930\u0923",
|
||||
"Time and Budget": "\u0938\u092e\u092f \u0914\u0930 \u092c\u091c\u091f",
|
||||
"Total Hours (Actual)": "\u0915\u0941\u0932 \u0918\u0902\u091f\u0947 (\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915)",
|
||||
"Total Hours (Expected)": "\u0915\u0941\u0932 \u0918\u0902\u091f\u0947 (\u0909\u092e\u094d\u092e\u0940\u0926)",
|
||||
"Urgent": "\u0905\u0924\u094d\u092f\u093e\u0935\u0936\u094d\u092f\u0915",
|
||||
"Working": "\u0915\u093e\u0930\u094d\u092f"
|
||||
}
|
||||
Reference in New Issue
Block a user