mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
bootstrapped language and added 'hi'
This commit is contained in:
4
home/doctype/company_control/locale/_messages_doc.json
Normal file
4
home/doctype/company_control/locale/_messages_doc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"Home",
|
||||
"Company Control"
|
||||
]
|
||||
4
home/doctype/company_control/locale/hi-doc.json
Normal file
4
home/doctype/company_control/locale/hi-doc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Company Control": "\u0915\u0902\u092a\u0928\u0940 \u0915\u0947 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923",
|
||||
"Home": "\u0918\u0930"
|
||||
}
|
||||
10
home/doctype/feed/locale/_messages_doc.json
Normal file
10
home/doctype/feed/locale/_messages_doc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
"Feed",
|
||||
"Doc Name",
|
||||
"Color",
|
||||
"Feed Type",
|
||||
"Doc Type",
|
||||
"Home",
|
||||
"Full Name",
|
||||
"Subject"
|
||||
]
|
||||
10
home/doctype/feed/locale/hi-doc.json
Normal file
10
home/doctype/feed/locale/hi-doc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Color": "\u0930\u0902\u0917",
|
||||
"Doc Name": "\u0921\u0949\u0915\u094d\u091f\u0930 \u0915\u093e \u0928\u093e\u092e",
|
||||
"Doc Type": "\u0921\u0949\u0915\u094d\u091f\u0930 \u0915\u0947 \u092a\u094d\u0930\u0915\u093e\u0930",
|
||||
"Feed": "\u0916\u093f\u0932\u093e\u0928\u093e",
|
||||
"Feed Type": "\u092a\u094d\u0930\u0915\u093e\u0930 \u092b\u093c\u0940\u0921",
|
||||
"Full Name": "\u092a\u0942\u0930\u093e \u0928\u093e\u092e",
|
||||
"Home": "\u0918\u0930",
|
||||
"Subject": "\u0935\u093f\u0937\u092f"
|
||||
}
|
||||
4
home/doctype/home_control/locale/_messages_doc.json
Normal file
4
home/doctype/home_control/locale/_messages_doc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"Home",
|
||||
"Home Control"
|
||||
]
|
||||
4
home/doctype/home_control/locale/hi-doc.json
Normal file
4
home/doctype/home_control/locale/hi-doc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Home": "\u0918\u0930",
|
||||
"Home Control": "\u0939\u094b\u092e \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923"
|
||||
}
|
||||
9
home/module_def/home/locale/_messages_doc.json
Normal file
9
home/module_def/home/locale/_messages_doc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
"Event Updates",
|
||||
"My Company",
|
||||
"Desktop",
|
||||
"Attributions",
|
||||
"dashboard",
|
||||
"Activity",
|
||||
"Latest Updates"
|
||||
]
|
||||
9
home/module_def/home/locale/hi-doc.json
Normal file
9
home/module_def/home/locale/hi-doc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Activity": "\u0938\u0915\u094d\u0930\u093f\u092f\u0924\u093e",
|
||||
"Attributions": "Attributions",
|
||||
"Desktop": "\u0921\u0947\u0938\u094d\u0915\u091f\u0949\u092a",
|
||||
"Event Updates": "\u0918\u091f\u0928\u093e \u0905\u0926\u094d\u092f\u0924\u0928",
|
||||
"Latest Updates": "\u0928\u0935\u0940\u0928\u0924\u092e \u0905\u0926\u094d\u092f\u0924\u0928",
|
||||
"My Company": "\u092e\u0947\u0930\u0940 \u0915\u0902\u092a\u0928\u0940",
|
||||
"dashboard": "\u0921\u0948\u0936\u092c\u094b\u0930\u094d\u0921"
|
||||
}
|
||||
@@ -21,6 +21,7 @@ erpnext.desktop.render = function() {
|
||||
if(!module.label)
|
||||
module.label = m;
|
||||
module.name = m;
|
||||
module.label = wn._(module.label);
|
||||
module.gradient_css = wn.get_gradient_css(module.color, 45);
|
||||
|
||||
$('#icon-grid').append(repl('\
|
||||
@@ -54,7 +55,7 @@ erpnext.desktop.show_pending_notifications = function() {
|
||||
module.find('a:first').append(
|
||||
repl('<div id="%(id)s" class="circle" title="%(title)s" style="display: None">\
|
||||
<span class="circle-text"></span>\
|
||||
</div>', {id: id, title: title}));
|
||||
</div>', {id: id, title: wn._(title)}));
|
||||
|
||||
var case_border = module.find('.case-border');
|
||||
var circle = module.find('.circle');
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
erpnext.updates = [
|
||||
["7th January 2013", [
|
||||
"Language (backend): Integrated language libraries."
|
||||
["4th January 2013", [
|
||||
"Support Analytics: Simple Tool to Plot Number Tickets and time to Closing",
|
||||
"Workflow: Added Workflow Help",
|
||||
|
||||
Reference in New Issue
Block a user