bootstrapped language and added 'hi'

This commit is contained in:
Rushabh Mehta
2013-01-07 15:39:54 +05:30
parent 947a025bde
commit 523aec499a
535 changed files with 10548 additions and 41 deletions

View File

@@ -0,0 +1,4 @@
[
"Home",
"Company Control"
]

View 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"
}

View File

@@ -0,0 +1,10 @@
[
"Feed",
"Doc Name",
"Color",
"Feed Type",
"Doc Type",
"Home",
"Full Name",
"Subject"
]

View 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"
}

View File

@@ -0,0 +1,4 @@
[
"Home",
"Home Control"
]

View File

@@ -0,0 +1,4 @@
{
"Home": "\u0918\u0930",
"Home Control": "\u0939\u094b\u092e \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923"
}

View File

@@ -0,0 +1,9 @@
[
"Event Updates",
"My Company",
"Desktop",
"Attributions",
"dashboard",
"Activity",
"Latest Updates"
]

View 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"
}

View File

@@ -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');

View File

@@ -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",