updated language
diff --git a/accounts/doctype/account/locale/ar-doc.json b/accounts/doctype/account/locale/ar-doc.json
index f3bd0e6..a88ef34 100644
--- a/accounts/doctype/account/locale/ar-doc.json
+++ b/accounts/doctype/account/locale/ar-doc.json
@@ -4,6 +4,7 @@
  "Account Name": "\u0627\u0633\u0645 \u0627\u0644\u062d\u0633\u0627\u0628", 
  "Account Type": "\u0646\u0648\u0639 \u0627\u0644\u062d\u0633\u0627\u0628", 
  "Accounts": "\u062d\u0633\u0627\u0628\u0627\u062a", 
+ "Allow Negative Balance": "\u062a\u0633\u0645\u062d \u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0633\u0644\u0628\u064a", 
  "Bank or Cash": "\u0627\u0644\u0628\u0646\u0643 \u0623\u0648 \u0627\u0644\u0646\u0642\u062f\u064a\u0629", 
  "Chargeable": "\u062a\u062d\u0645\u0644", 
  "Company": "\u0634\u0631\u0643\u0629", 
diff --git a/accounts/doctype/account/locale/es-doc.json b/accounts/doctype/account/locale/es-doc.json
index 763d89d..7f66dde 100644
--- a/accounts/doctype/account/locale/es-doc.json
+++ b/accounts/doctype/account/locale/es-doc.json
@@ -4,6 +4,7 @@
  "Account Name": "Nombre de la cuenta", 
  "Account Type": "Tipo de Cuenta", 
  "Accounts": "Cuentas", 
+ "Allow Negative Balance": "Permitir balance negativo", 
  "Bank or Cash": "Banco o Caja", 
  "Chargeable": "Cobrable", 
  "Company": "Empresa", 
diff --git a/accounts/doctype/account/locale/fr-doc.json b/accounts/doctype/account/locale/fr-doc.json
index dda5ede..b598faf 100644
--- a/accounts/doctype/account/locale/fr-doc.json
+++ b/accounts/doctype/account/locale/fr-doc.json
@@ -4,6 +4,7 @@
  "Account Name": "Nom du compte", 
  "Account Type": "Type de compte", 
  "Accounts": "Comptes", 
+ "Allow Negative Balance": "Laissez solde n\u00e9gatif", 
  "Bank or Cash": "Bancaire ou en esp\u00e8ces", 
  "Chargeable": "\u00c0 la charge", 
  "Company": "Entreprise", 
diff --git a/accounts/doctype/account/locale/hi-doc.json b/accounts/doctype/account/locale/hi-doc.json
index ce44305..7a609c4 100644
--- a/accounts/doctype/account/locale/hi-doc.json
+++ b/accounts/doctype/account/locale/hi-doc.json
@@ -4,6 +4,7 @@
  "Account Name": "\u0916\u093e\u0924\u0947 \u0915\u093e \u0928\u093e\u092e", 
  "Account Type": "\u0916\u093e\u0924\u093e \u092a\u094d\u0930\u0915\u093e\u0930", 
  "Accounts": "\u0932\u0947\u0916\u093e", 
+ "Allow Negative Balance": "\u090b\u0923\u093e\u0924\u094d\u092e\u0915 \u0936\u0947\u0937 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0902", 
  "Bank or Cash": "\u092c\u0948\u0902\u0915 \u092f\u093e \u0915\u0948\u0936", 
  "Chargeable": "\u092a\u094d\u0930\u092d\u093e\u0930\u094d\u092f", 
  "Company": "\u0915\u0902\u092a\u0928\u0940", 
diff --git a/accounts/doctype/account/locale/nl-doc.json b/accounts/doctype/account/locale/nl-doc.json
index baa105f..3b33bae 100644
--- a/accounts/doctype/account/locale/nl-doc.json
+++ b/accounts/doctype/account/locale/nl-doc.json
@@ -4,6 +4,7 @@
  "Account Name": "Accountnaam", 
  "Account Type": "Account Type", 
  "Accounts": "Accounts", 
+ "Allow Negative Balance": "Laat negatief saldo", 
  "Bank or Cash": "Bank of Cash", 
  "Chargeable": "Oplaadbare", 
  "Company": "Vennootschap", 
diff --git a/accounts/doctype/account/locale/pt-doc.json b/accounts/doctype/account/locale/pt-doc.json
index 1266062..598980a 100644
--- a/accounts/doctype/account/locale/pt-doc.json
+++ b/accounts/doctype/account/locale/pt-doc.json
@@ -4,6 +4,7 @@
  "Account Name": "Nome da conta", 
  "Account Type": "Tipo de conta", 
  "Accounts": "Contas", 
+ "Allow Negative Balance": "Permitir saldo negativo", 
  "Bank or Cash": "Banco ou Caixa", 
  "Chargeable": "Imput\u00e1vel", 
  "Company": "Companhia", 
diff --git a/accounts/doctype/gl_control/locale/ar-doc.json b/accounts/doctype/gl_control/locale/ar-doc.json
new file mode 100644
index 0000000..779b94f
--- /dev/null
+++ b/accounts/doctype/gl_control/locale/ar-doc.json
@@ -0,0 +1,4 @@
+{
+ "Accounts": "\u062d\u0633\u0627\u0628\u0627\u062a", 
+ "GL Control": "GL \u0627\u0644\u062a\u062d\u0643\u0645"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_control/locale/es-doc.json b/accounts/doctype/gl_control/locale/es-doc.json
new file mode 100644
index 0000000..f7a8eee
--- /dev/null
+++ b/accounts/doctype/gl_control/locale/es-doc.json
@@ -0,0 +1,4 @@
+{
+ "Accounts": "Cuentas", 
+ "GL Control": "GL control"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_control/locale/fr-doc.json b/accounts/doctype/gl_control/locale/fr-doc.json
new file mode 100644
index 0000000..a7d3b17
--- /dev/null
+++ b/accounts/doctype/gl_control/locale/fr-doc.json
@@ -0,0 +1,4 @@
+{
+ "Accounts": "Comptes", 
+ "GL Control": "GL contr\u00f4le"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_control/locale/hi-doc.json b/accounts/doctype/gl_control/locale/hi-doc.json
new file mode 100644
index 0000000..ab677fa
--- /dev/null
+++ b/accounts/doctype/gl_control/locale/hi-doc.json
@@ -0,0 +1,4 @@
+{
+ "Accounts": "\u0932\u0947\u0916\u093e", 
+ "GL Control": "\u091c\u0940\u090f\u0932 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_control/locale/nl-doc.json b/accounts/doctype/gl_control/locale/nl-doc.json
new file mode 100644
index 0000000..af964d5
--- /dev/null
+++ b/accounts/doctype/gl_control/locale/nl-doc.json
@@ -0,0 +1,4 @@
+{
+ "Accounts": "Accounts", 
+ "GL Control": "GL Controle"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_control/locale/pt-doc.json b/accounts/doctype/gl_control/locale/pt-doc.json
new file mode 100644
index 0000000..bac28e1
--- /dev/null
+++ b/accounts/doctype/gl_control/locale/pt-doc.json
@@ -0,0 +1,4 @@
+{
+ "Accounts": "Contas", 
+ "GL Control": "GL Controle"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_entry/locale/ar-py.json b/accounts/doctype/gl_entry/locale/ar-py.json
new file mode 100644
index 0000000..d5913ad
--- /dev/null
+++ b/accounts/doctype/gl_entry/locale/ar-py.json
@@ -0,0 +1,16 @@
+{
+ " does not belong to the company: ": "\u0644\u0627 \u064a\u0646\u062a\u0645\u064a \u0625\u0644\u0649 \u0627\u0644\u0634\u0631\u0643\u0629:", 
+ " has been freezed. \\\t\t\t\tOnly Accounts Manager can do transaction against this account": "\u0648\u0642\u062f \u062c\u0645\u062f\u062a. \\ \u064a\u0645\u0643\u0646 \u0641\u0642\u0637 \u0625\u062f\u0627\u0631\u0629 \u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0642\u064a\u0627\u0645 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0636\u062f \u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628", 
+ " is mandatory for GL Entry": "\u0625\u0644\u0632\u0627\u0645\u064a \u0644\u062f\u062e\u0648\u0644 GL", 
+ " is not a ledger": "\u0644\u064a\u0633 \u062f\u0641\u062a\u0631 \u0627\u0644\u0623\u0633\u062a\u0627\u0630", 
+ " is not active": "\u063a\u064a\u0631 \u0646\u0634\u0637", 
+ " will become ": "\u0633\u0648\u0641 \u062a\u0635\u0628\u062d", 
+ "Account: ": "\u0627\u0644\u062d\u0633\u0627\u0628:", 
+ "Cost Center must be specified for PL Account: ": "\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0645\u0631\u0643\u0632 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0644\u062d\u0633\u0627\u0628 PL:", 
+ "For opening balance entry account can not be a PL account": "\u0644\u0641\u062a\u062d \u0631\u0635\u064a\u062f \u0627\u0644\u062d\u0633\u0627\u0628 \u064a\u0645\u0643\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0627 \u064a\u0643\u0648\u0646 \u062d\u0633\u0627\u0628 PL", 
+ "GL Entry: Debit or Credit amount is mandatory for ": "GL \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643: \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0623\u0648 \u0627\u0644\u0633\u062d\u0628 \u0645\u0628\u0644\u063a \u0625\u0644\u0632\u0627\u0645\u064a \u0644\u0644", 
+ "Negative balance is not allowed for account ": "\u0644\u0627 \u064a\u0633\u0645\u062d \u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0633\u0644\u0628\u064a \u0644\u062d\u0633\u0627\u0628", 
+ "Outstanding cannot be less than zero. \\\t\t\t\t \tPlease match exact outstanding.": "\u064a\u0645\u0643\u0646 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0627 \u064a\u0643\u0648\u0646 \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u0635\u0641\u0631. \\ \u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0637\u0627\u0628\u0642 \u062a\u0627\u0645 \u0627\u0644\u0645\u0639\u0644\u0642\u0629.", 
+ "Outstanding for Voucher ": "\u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0644\u0642\u0633\u064a\u0645\u0629", 
+ "You are not authorized to do/modify back dated entries before ": "\u063a\u064a\u0631 \u0645\u0635\u0631\u062d \u0644\u0643 \u0623\u0646 \u062a\u0641\u0639\u0644 / \u062a\u0639\u062f\u064a\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0645\u0624\u0631\u062e\u0629 \u0642\u0628\u0644 \u0645\u0642\u0627\u0644\u0627\u062a"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_entry/locale/es-py.json b/accounts/doctype/gl_entry/locale/es-py.json
new file mode 100644
index 0000000..6731667
--- /dev/null
+++ b/accounts/doctype/gl_entry/locale/es-py.json
@@ -0,0 +1,16 @@
+{
+ " does not belong to the company: ": "no pertenece a la empresa:", 
+ " has been freezed. \\\t\t\t\tOnly Accounts Manager can do transaction against this account": "ha sido congelado. \\ S\u00f3lo Administrador de cuentas puede hacer en contra de esta transacci\u00f3n cuenta", 
+ " is mandatory for GL Entry": "Es obligatorio para la entrada GL", 
+ " is not a ledger": "no es un libro de contabilidad", 
+ " is not active": "no est\u00e1 activa", 
+ " will become ": "se convertir\u00e1", 
+ "Account: ": "Cuenta:", 
+ "Cost Center must be specified for PL Account: ": "Centro de costos se debe especificar para la Cuenta PL:", 
+ "For opening balance entry account can not be a PL account": "Para la apertura de cuenta saldo entrada no puede ser una cuenta de PL", 
+ "GL Entry: Debit or Credit amount is mandatory for ": "Entrada GL: cantidad de d\u00e9bito o cr\u00e9dito es obligatoria para", 
+ "Negative balance is not allowed for account ": "Saldo negativo no se permite para la cuenta", 
+ "Outstanding cannot be less than zero. \\\t\t\t\t \tPlease match exact outstanding.": "Pendiente no puede ser menor que cero. \\ Por favor, destacado partido exacto.", 
+ "Outstanding for Voucher ": "Destaca por Bono", 
+ "You are not authorized to do/modify back dated entries before ": "Usted no est\u00e1 autorizado a hacer / modificar de nuevo las entradas de fecha anterior"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_entry/locale/fr-py.json b/accounts/doctype/gl_entry/locale/fr-py.json
new file mode 100644
index 0000000..7990a05
--- /dev/null
+++ b/accounts/doctype/gl_entry/locale/fr-py.json
@@ -0,0 +1,16 @@
+{
+ " does not belong to the company: ": "n'appartient pas \u00e0 l'entreprise:", 
+ " has been freezed. \\\t\t\t\tOnly Accounts Manager can do transaction against this account": "a \u00e9t\u00e9 gel\u00e9. \\ Seul Accounts Manager peut faire contre cette transaction compte", 
+ " is mandatory for GL Entry": "est obligatoire pour l'entr\u00e9e GL", 
+ " is not a ledger": "n'est pas un livre", 
+ " is not active": "n'est pas actif", 
+ " will become ": "deviendra", 
+ "Account: ": "Compte:", 
+ "Cost Center must be specified for PL Account: ": "Centre de co\u00fbts doivent \u00eatre sp\u00e9cifi\u00e9s pour compte PL:", 
+ "For opening balance entry account can not be a PL account": "Pour ouvrir inscription en compte l'\u00e9quilibre ne peut pas \u00eatre un compte de PL", 
+ "GL Entry: Debit or Credit amount is mandatory for ": "Entr\u00e9e GL: quantit\u00e9 de d\u00e9bit ou de cr\u00e9dit est obligatoire pour", 
+ "Negative balance is not allowed for account ": "Solde n\u00e9gatif n'est pas autoris\u00e9 pour le compte", 
+ "Outstanding cannot be less than zero. \\\t\t\t\t \tPlease match exact outstanding.": "Exceptionnelle ne peut pas \u00eatre inf\u00e9rieur \u00e0 z\u00e9ro. \\ S'il vous pla\u00eet correspondre exacte exceptionnelle.", 
+ "Outstanding for Voucher ": "Bon exceptionnelle pour", 
+ "You are not authorized to do/modify back dated entries before ": "Vous n'\u00eates pas autoris\u00e9 \u00e0 faire / modifier les entr\u00e9es dat\u00e9es de retour avant"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_entry/locale/hi-py.json b/accounts/doctype/gl_entry/locale/hi-py.json
new file mode 100644
index 0000000..daa911d
--- /dev/null
+++ b/accounts/doctype/gl_entry/locale/hi-py.json
@@ -0,0 +1,16 @@
+{
+ " does not belong to the company: ": "\u0915\u0902\u092a\u0928\u0940 \u0938\u0947 \u0938\u0902\u092c\u0902\u0927\u093f\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948:", 
+ " has been freezed. \\\t\t\t\tOnly Accounts Manager can do transaction against this account": "freezed \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948. \u0915\u0947\u0935\u0932 \\ \u0932\u0947\u0916\u093e \u092a\u094d\u0930\u092c\u0902\u0927\u0915 \u0907\u0938 \u0916\u093e\u0924\u0947 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u0932\u0947\u0928 - \u0926\u0947\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902", 
+ " is mandatory for GL Entry": "\u091c\u0940\u090f\u0932 \u090f\u0902\u091f\u094d\u0930\u0940 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u093f\u0935\u093e\u0930\u094d\u092f \u0939\u0948", 
+ " is not a ledger": "\u090f\u0915 \u0916\u093e\u0924\u093e \u0928\u0939\u0940\u0902 \u0939\u0948", 
+ " is not active": "\u0938\u0915\u094d\u0930\u093f\u092f \u0928\u0939\u0940\u0902 \u0939\u0948", 
+ " will become ": "\u0939\u094b \u091c\u093e\u090f\u0917\u093e", 
+ "Account: ": "\u0916\u093e\u0924\u093e:", 
+ "Cost Center must be specified for PL Account: ": "\u0932\u093e\u0917\u0924 \u0915\u0947\u0902\u0926\u094d\u0930 PL \u0916\u093e\u0924\u0947 \u0915\u0947 \u0932\u093f\u090f \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u093f\u092f\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f:", 
+ "For opening balance entry account can not be a PL account": "\u0938\u0902\u0924\u0941\u0932\u0928 \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f \u0916\u093e\u0924\u093e \u0916\u094b\u0932\u0928\u0947 \u0915\u0947 \u090f\u0915 pl \u0916\u093e\u0924\u093e \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u093e", 
+ "GL Entry: Debit or Credit amount is mandatory for ": "\u091c\u0940\u090f\u0932 \u092a\u094d\u0930\u0935\u0947\u0936: \u0921\u0947\u092c\u093f\u091f \u092f\u093e \u0915\u094d\u0930\u0947\u0921\u093f\u091f \u0915\u0940 \u0930\u093e\u0936\u093f \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u093f\u0935\u093e\u0930\u094d\u092f \u0939\u0948", 
+ "Negative balance is not allowed for account ": "\u0928\u0915\u093e\u0930\u093e\u0924\u094d\u092e\u0915 \u0916\u093e\u0924\u093e \u0936\u0947\u0937 \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u0941\u092e\u0924\u093f \u0928\u0939\u0940\u0902 \u0939\u0948", 
+ "Outstanding cannot be less than zero. \\\t\t\t\t \tPlease match exact outstanding.": "\u092c\u0915\u093e\u092f\u093e \u0936\u0942\u0928\u094d\u092f \u0938\u0947 \u0915\u092e \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u093e. \\ \u092c\u0915\u093e\u092f\u093e \u0938\u091f\u0940\u0915 \u092e\u0948\u091a.", 
+ "Outstanding for Voucher ": "\u0935\u093e\u0909\u091a\u0930 \u0915\u0947 \u0932\u093f\u090f \u092c\u0915\u093e\u092f\u093e", 
+ "You are not authorized to do/modify back dated entries before ": "/ \u0935\u093e\u092a\u0938 \u092a\u0939\u0932\u0947 \u0926\u093f\u0928\u093e\u0902\u0915\u093f\u0924 \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f\u092f\u094b\u0902 \u0915\u094b \u0938\u0902\u0936\u094b\u0927\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u0927\u093f\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_entry/locale/nl-py.json b/accounts/doctype/gl_entry/locale/nl-py.json
new file mode 100644
index 0000000..16827ad
--- /dev/null
+++ b/accounts/doctype/gl_entry/locale/nl-py.json
@@ -0,0 +1,16 @@
+{
+ " does not belong to the company: ": "behoort niet tot de onderneming:", 
+ " has been freezed. \\\t\t\t\tOnly Accounts Manager can do transaction against this account": "is bevroren. \\ Accounts Manager kan doen transactie tegen deze account", 
+ " is mandatory for GL Entry": "is verplicht voor GL Entry", 
+ " is not a ledger": "is niet een grootboek", 
+ " is not active": "niet actief", 
+ " will become ": "zal", 
+ "Account: ": "Account:", 
+ "Cost Center must be specified for PL Account: ": "Kostenplaats moet worden opgegeven voor PL Account:", 
+ "For opening balance entry account can not be a PL account": "Voor openingsbalans toegang account kan niet worden een PL rekening", 
+ "GL Entry: Debit or Credit amount is mandatory for ": "GL Entry: Debet of Credit bedrag is verplicht voor", 
+ "Negative balance is not allowed for account ": "Negatief saldo is niet toegestaan \u200b\u200bvoor rekening", 
+ "Outstanding cannot be less than zero. \\\t\t\t\t \tPlease match exact outstanding.": "Outstanding kan niet lager zijn dan nul. \\ Gelieve overeenkomen met de exacte uitstekend.", 
+ "Outstanding for Voucher ": "Uitstekend voor Voucher", 
+ "You are not authorized to do/modify back dated entries before ": "U bent niet gemachtigd om / niets veranderen aan terug gedateerde gegevens voor het"
+}
\ No newline at end of file
diff --git a/accounts/doctype/gl_entry/locale/pt-py.json b/accounts/doctype/gl_entry/locale/pt-py.json
new file mode 100644
index 0000000..1fa2068
--- /dev/null
+++ b/accounts/doctype/gl_entry/locale/pt-py.json
@@ -0,0 +1,16 @@
+{
+ " does not belong to the company: ": "n\u00e3o pertence \u00e0 empresa:", 
+ " has been freezed. \\\t\t\t\tOnly Accounts Manager can do transaction against this account": "foi congelado. \\ Apenas Gerente de Contas pode fazer transa\u00e7\u00e3o contra essa conta", 
+ " is mandatory for GL Entry": "\u00e9 obrigat\u00f3ria para a entrada GL", 
+ " is not a ledger": "n\u00e3o \u00e9 um livro", 
+ " is not active": "n\u00e3o est\u00e1 ativo", 
+ " will become ": "ficar\u00e1", 
+ "Account: ": "Conta:", 
+ "Cost Center must be specified for PL Account: ": "Centro de custos deve ser especificado para Conta PL:", 
+ "For opening balance entry account can not be a PL account": "Para a abertura de conta de entrada saldo n\u00e3o pode ser uma conta de PL", 
+ "GL Entry: Debit or Credit amount is mandatory for ": "GL Entrada: montante de cr\u00e9dito ou d\u00e9bito \u00e9 obrigat\u00f3ria para", 
+ "Negative balance is not allowed for account ": "Saldo negativo n\u00e3o \u00e9 permitido por conta", 
+ "Outstanding cannot be less than zero. \\\t\t\t\t \tPlease match exact outstanding.": "Excelente n\u00e3o pode ser menor que zero. \\ Por favor correspond\u00eancia exata excelente.", 
+ "Outstanding for Voucher ": "Destaque para Vale", 
+ "You are not authorized to do/modify back dated entries before ": "Voc\u00ea n\u00e3o est\u00e1 autorizado a fazer / modificar volta entradas datadas antes"
+}
\ No newline at end of file
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/locale/ar-doc.json b/accounts/doctype/payment_to_invoice_matching_tool/locale/ar-doc.json
index 52a272d..b131d05 100644
--- a/accounts/doctype/payment_to_invoice_matching_tool/locale/ar-doc.json
+++ b/accounts/doctype/payment_to_invoice_matching_tool/locale/ar-doc.json
@@ -1,5 +1,6 @@
 {
  "Account": "\u062d\u0633\u0627\u0628", 
+ "Account Type": "\u0646\u0648\u0639 \u0627\u0644\u062d\u0633\u0627\u0628", 
  "Accounts": "\u062d\u0633\u0627\u0628\u0627\u062a", 
  "Allocate": "\u062a\u062e\u0635\u064a\u0635", 
  "Amount <=": "\u0627\u0644\u0645\u0628\u0644\u063a &lt;=", 
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/locale/es-doc.json b/accounts/doctype/payment_to_invoice_matching_tool/locale/es-doc.json
index 7de6e42..029b4ee 100644
--- a/accounts/doctype/payment_to_invoice_matching_tool/locale/es-doc.json
+++ b/accounts/doctype/payment_to_invoice_matching_tool/locale/es-doc.json
@@ -1,5 +1,6 @@
 {
  "Account": "Cuenta", 
+ "Account Type": "Tipo de Cuenta", 
  "Accounts": "Cuentas", 
  "Allocate": "Asignar", 
  "Amount <=": "Importe &lt;=", 
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/locale/fr-doc.json b/accounts/doctype/payment_to_invoice_matching_tool/locale/fr-doc.json
index 6863141..307788e 100644
--- a/accounts/doctype/payment_to_invoice_matching_tool/locale/fr-doc.json
+++ b/accounts/doctype/payment_to_invoice_matching_tool/locale/fr-doc.json
@@ -1,5 +1,6 @@
 {
  "Account": "Compte", 
+ "Account Type": "Type de compte", 
  "Accounts": "Comptes", 
  "Allocate": "Allouer", 
  "Amount <=": "Montant &lt;=", 
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/locale/hi-doc.json b/accounts/doctype/payment_to_invoice_matching_tool/locale/hi-doc.json
index b137b0f..81a2d22 100644
--- a/accounts/doctype/payment_to_invoice_matching_tool/locale/hi-doc.json
+++ b/accounts/doctype/payment_to_invoice_matching_tool/locale/hi-doc.json
@@ -1,5 +1,6 @@
 {
  "Account": "\u0916\u093e\u0924\u093e", 
+ "Account Type": "\u0916\u093e\u0924\u093e \u092a\u094d\u0930\u0915\u093e\u0930", 
  "Accounts": "\u0932\u0947\u0916\u093e", 
  "Allocate": "\u0906\u0935\u0902\u091f\u093f\u0924", 
  "Amount <=": "\u0930\u093e\u0936\u093f &lt;=", 
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/locale/nl-doc.json b/accounts/doctype/payment_to_invoice_matching_tool/locale/nl-doc.json
index 44644c5..babc9f0 100644
--- a/accounts/doctype/payment_to_invoice_matching_tool/locale/nl-doc.json
+++ b/accounts/doctype/payment_to_invoice_matching_tool/locale/nl-doc.json
@@ -1,5 +1,6 @@
 {
  "Account": "Rekening", 
+ "Account Type": "Account Type", 
  "Accounts": "Accounts", 
  "Allocate": "Toewijzen", 
  "Amount <=": "Bedrag &lt;=", 
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/locale/pt-doc.json b/accounts/doctype/payment_to_invoice_matching_tool/locale/pt-doc.json
index b65a44f..71bf563 100644
--- a/accounts/doctype/payment_to_invoice_matching_tool/locale/pt-doc.json
+++ b/accounts/doctype/payment_to_invoice_matching_tool/locale/pt-doc.json
@@ -1,5 +1,6 @@
 {
  "Account": "Conta", 
+ "Account Type": "Tipo de conta", 
  "Accounts": "Contas", 
  "Allocate": "Distribuir", 
  "Amount <=": "Quantidade &lt;=", 
diff --git a/accounts/doctype/purchase_invoice/locale/ar-py.json b/accounts/doctype/purchase_invoice/locale/ar-py.json
new file mode 100644
index 0000000..5908800
--- /dev/null
+++ b/accounts/doctype/purchase_invoice/locale/ar-py.json
@@ -0,0 +1,3 @@
+{
+ "Please enter Bill Date": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0628\u064a\u0644"
+}
\ No newline at end of file
diff --git a/accounts/doctype/purchase_invoice/locale/es-py.json b/accounts/doctype/purchase_invoice/locale/es-py.json
new file mode 100644
index 0000000..aa86783
--- /dev/null
+++ b/accounts/doctype/purchase_invoice/locale/es-py.json
@@ -0,0 +1,3 @@
+{
+ "Please enter Bill Date": "Por favor introduzca la fecha de facturaci\u00f3n"
+}
\ No newline at end of file
diff --git a/accounts/doctype/purchase_invoice/locale/fr-py.json b/accounts/doctype/purchase_invoice/locale/fr-py.json
new file mode 100644
index 0000000..4aa0d27
--- /dev/null
+++ b/accounts/doctype/purchase_invoice/locale/fr-py.json
@@ -0,0 +1,3 @@
+{
+ "Please enter Bill Date": "S&#39;il vous pla\u00eet entrer la date du projet de loi"
+}
\ No newline at end of file
diff --git a/accounts/doctype/purchase_invoice/locale/hi-py.json b/accounts/doctype/purchase_invoice/locale/hi-py.json
new file mode 100644
index 0000000..0505149
--- /dev/null
+++ b/accounts/doctype/purchase_invoice/locale/hi-py.json
@@ -0,0 +1,3 @@
+{
+ "Please enter Bill Date": "\u092c\u093f\u0932 \u0915\u0940 \u0924\u093e\u0930\u0940\u0916 \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902"
+}
\ No newline at end of file
diff --git a/accounts/doctype/purchase_invoice/locale/nl-py.json b/accounts/doctype/purchase_invoice/locale/nl-py.json
new file mode 100644
index 0000000..cd447ee
--- /dev/null
+++ b/accounts/doctype/purchase_invoice/locale/nl-py.json
@@ -0,0 +1,3 @@
+{
+ "Please enter Bill Date": "Vul Bill Datum"
+}
\ No newline at end of file
diff --git a/accounts/doctype/purchase_invoice/locale/pt-py.json b/accounts/doctype/purchase_invoice/locale/pt-py.json
new file mode 100644
index 0000000..1ce4f3b
--- /dev/null
+++ b/accounts/doctype/purchase_invoice/locale/pt-py.json
@@ -0,0 +1,3 @@
+{
+ "Please enter Bill Date": "Por favor insira Data Bill"
+}
\ No newline at end of file
diff --git a/accounts/doctype/purchase_invoice_item/locale/ar-doc.json b/accounts/doctype/purchase_invoice_item/locale/ar-doc.json
index d8f7cde..93bccd4 100644
--- a/accounts/doctype/purchase_invoice_item/locale/ar-doc.json
+++ b/accounts/doctype/purchase_invoice_item/locale/ar-doc.json
@@ -11,6 +11,7 @@
  "Item": "\u0628\u0646\u062f", 
  "Item Group": "\u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", 
  "Item Name": "\u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0627\u0633\u0645", 
+ "Item Tax Amount": "\u0627\u0644\u0628\u0646\u062f \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0645\u0628\u0644\u063a", 
  "Item Tax Rate": "\u0627\u0644\u0628\u0646\u062f \u0636\u0631\u064a\u0628\u0629", 
  "PR Detail": "PR \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644", 
  "Page Break": "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0633\u062a\u0631\u0627\u062d\u0629", 
diff --git a/accounts/doctype/purchase_invoice_item/locale/es-doc.json b/accounts/doctype/purchase_invoice_item/locale/es-doc.json
index 9e269d0..4cdbc4b 100644
--- a/accounts/doctype/purchase_invoice_item/locale/es-doc.json
+++ b/accounts/doctype/purchase_invoice_item/locale/es-doc.json
@@ -11,6 +11,7 @@
  "Item": "Art\u00edculo", 
  "Item Group": "Grupo de art\u00edculos", 
  "Item Name": "Nombre del elemento", 
+ "Item Tax Amount": "Art\u00edculo Cantidad Impuestos", 
  "Item Tax Rate": "Art\u00edculo Tasa Impositiva", 
  "PR Detail": "PR Detalle", 
  "Page Break": "Salto de p\u00e1gina", 
diff --git a/accounts/doctype/purchase_invoice_item/locale/fr-doc.json b/accounts/doctype/purchase_invoice_item/locale/fr-doc.json
index 0ab1865..f8fd2aa 100644
--- a/accounts/doctype/purchase_invoice_item/locale/fr-doc.json
+++ b/accounts/doctype/purchase_invoice_item/locale/fr-doc.json
@@ -11,6 +11,7 @@
  "Item": "Article", 
  "Item Group": "Groupe d&#39;\u00e9l\u00e9ments", 
  "Item Name": "Nom d&#39;article", 
+ "Item Tax Amount": "Taxes article", 
  "Item Tax Rate": "Taux d&#39;imposition article", 
  "PR Detail": "D\u00e9tail PR", 
  "Page Break": "Saut de page", 
diff --git a/accounts/doctype/purchase_invoice_item/locale/hi-doc.json b/accounts/doctype/purchase_invoice_item/locale/hi-doc.json
index 33457e4..fea19da 100644
--- a/accounts/doctype/purchase_invoice_item/locale/hi-doc.json
+++ b/accounts/doctype/purchase_invoice_item/locale/hi-doc.json
@@ -11,6 +11,7 @@
  "Item": "\u092e\u0926", 
  "Item Group": "\u0906\u0907\u091f\u092e \u0938\u092e\u0942\u0939", 
  "Item Name": "\u092e\u0926 \u0915\u093e \u0928\u093e\u092e", 
+ "Item Tax Amount": "\u0906\u0907\u091f\u092e \u0915\u0930 \u0930\u093e\u0936\u093f", 
  "Item Tax Rate": "\u0906\u0907\u091f\u092e \u0915\u0930 \u0915\u0940 \u0926\u0930", 
  "PR Detail": "\u092a\u0940\u0906\u0930 \u0935\u093f\u0938\u094d\u0924\u093e\u0930", 
  "Page Break": "\u092a\u0943\u0937\u094d\u0920\u093e\u0924\u0930", 
diff --git a/accounts/doctype/purchase_invoice_item/locale/nl-doc.json b/accounts/doctype/purchase_invoice_item/locale/nl-doc.json
index 2b9e37e..0d0eb3b 100644
--- a/accounts/doctype/purchase_invoice_item/locale/nl-doc.json
+++ b/accounts/doctype/purchase_invoice_item/locale/nl-doc.json
@@ -11,6 +11,7 @@
  "Item": "Item", 
  "Item Group": "Item Group", 
  "Item Name": "Naam van het punt", 
+ "Item Tax Amount": "Item BTW-bedrag", 
  "Item Tax Rate": "Item Belastingtarief", 
  "PR Detail": "PR Detail", 
  "Page Break": "Pagina-einde", 
diff --git a/accounts/doctype/purchase_invoice_item/locale/pt-doc.json b/accounts/doctype/purchase_invoice_item/locale/pt-doc.json
index 7f44364..9c98ede 100644
--- a/accounts/doctype/purchase_invoice_item/locale/pt-doc.json
+++ b/accounts/doctype/purchase_invoice_item/locale/pt-doc.json
@@ -11,6 +11,7 @@
  "Item": "Item", 
  "Item Group": "Grupo Item", 
  "Item Name": "Nome do item", 
+ "Item Tax Amount": "Valor do imposto item", 
  "Item Tax Rate": "Taxa de Imposto item", 
  "PR Detail": "Detalhe PR", 
  "Page Break": "Quebra de p\u00e1gina", 
diff --git a/accounts/locale/ar-py.json b/accounts/locale/ar-py.json
new file mode 100644
index 0000000..9133c41
--- /dev/null
+++ b/accounts/locale/ar-py.json
@@ -0,0 +1,4 @@
+{
+ "Payment Entry has been modified after you pulled it. \t\t\tPlease pull it again.": "\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u062f\u0641\u0639 \u0628\u0639\u062f \u0633\u062d\u0628\u0647\u0627. \u064a\u0631\u062c\u0649 \u062a\u0633\u062d\u0628\u0647 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", 
+ "not within Fiscal Year": "\u0644\u0627 \u062a\u062f\u062e\u0644 \u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u0645\u0627\u0644\u064a\u0629"
+}
\ No newline at end of file
diff --git a/accounts/locale/es-py.json b/accounts/locale/es-py.json
new file mode 100644
index 0000000..5066fe6
--- /dev/null
+++ b/accounts/locale/es-py.json
@@ -0,0 +1,4 @@
+{
+ "Payment Entry has been modified after you pulled it. \t\t\tPlease pull it again.": "Registro de pagos ha sido modificado despu\u00e9s de que lo tir\u00f3. Por favor, tire de \u00e9l otra vez.", 
+ "not within Fiscal Year": "no en el a\u00f1o fiscal"
+}
\ No newline at end of file
diff --git a/accounts/locale/fr-py.json b/accounts/locale/fr-py.json
new file mode 100644
index 0000000..ab5088e
--- /dev/null
+++ b/accounts/locale/fr-py.json
@@ -0,0 +1,4 @@
+{
+ "Payment Entry has been modified after you pulled it. \t\t\tPlease pull it again.": "Entr\u00e9e paiement a \u00e9t\u00e9 modifi\u00e9 apr\u00e8s l&#39;avoir retir\u00e9. S&#39;il vous pla\u00eet tirez \u00e0 nouveau.", 
+ "not within Fiscal Year": "ne rel\u00e8vent pas de l&#39;exercice"
+}
\ No newline at end of file
diff --git a/accounts/locale/hi-py.json b/accounts/locale/hi-py.json
new file mode 100644
index 0000000..d055ab4
--- /dev/null
+++ b/accounts/locale/hi-py.json
@@ -0,0 +1,4 @@
+{
+ "Payment Entry has been modified after you pulled it. \t\t\tPlease pull it again.": "\u092d\u0941\u0917\u0924\u093e\u0928 \u090f\u0902\u091f\u094d\u0930\u0940 \u0915\u0947 \u092c\u093e\u0926 \u0906\u092a \u0907\u0938\u0947 \u0916\u0940\u0902\u091a \u0938\u0902\u0936\u094b\u0927\u093f\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948. \u0915\u0943\u092a\u092f\u093e \u0907\u0938\u0947 \u092b\u093f\u0930 \u0938\u0947 \u0916\u0940\u0902\u091a.", 
+ "not within Fiscal Year": "\u0928\u0939\u0940\u0902 \u0935\u093f\u0924\u094d\u0924 \u0935\u0930\u094d\u0937 \u0915\u0947 \u092d\u0940\u0924\u0930"
+}
\ No newline at end of file
diff --git a/accounts/locale/nl-py.json b/accounts/locale/nl-py.json
new file mode 100644
index 0000000..b653064
--- /dev/null
+++ b/accounts/locale/nl-py.json
@@ -0,0 +1,4 @@
+{
+ "Payment Entry has been modified after you pulled it. \t\t\tPlease pull it again.": "Betaling Bericht is gewijzigd nadat u trok het. Gelieve opnieuw te trekken.", 
+ "not within Fiscal Year": "niet binnen boekjaar"
+}
\ No newline at end of file
diff --git a/accounts/locale/pt-py.json b/accounts/locale/pt-py.json
new file mode 100644
index 0000000..202a4ac
--- /dev/null
+++ b/accounts/locale/pt-py.json
@@ -0,0 +1,4 @@
+{
+ "Payment Entry has been modified after you pulled it. \t\t\tPlease pull it again.": "Entrada de pagamento foi modificada depois que voc\u00ea tirou isso. Por favor, puxe-o novamente.", 
+ "not within Fiscal Year": "n\u00e3o dentro de Ano Fiscal"
+}
\ No newline at end of file
diff --git a/buying/doctype/supplier/locale/ar-py.json b/buying/doctype/supplier/locale/ar-py.json
new file mode 100644
index 0000000..a507502
--- /dev/null
+++ b/buying/doctype/supplier/locale/ar-py.json
@@ -0,0 +1,5 @@
+{
+ "A Customer exists with same name": "\u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0645\u0646 \u0648\u062c\u0648\u062f \u0646\u0641\u0633 \u0627\u0644\u0627\u0633\u0645 \u0645\u0639", 
+ "Created Account Head: ": "\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 \u0627\u0644\u0631\u0626\u064a\u0633\u064a:", 
+ "Created Group ": "\u0625\u0646\u0634\u0627\u0621 \u0645\u062c\u0645\u0648\u0639\u0629"
+}
\ No newline at end of file
diff --git a/buying/doctype/supplier/locale/es-py.json b/buying/doctype/supplier/locale/es-py.json
new file mode 100644
index 0000000..23afbdc
--- /dev/null
+++ b/buying/doctype/supplier/locale/es-py.json
@@ -0,0 +1,5 @@
+{
+ "A Customer exists with same name": "Un cliente que existe con el mismo nombre", 
+ "Created Account Head: ": "Cuenta Creada cabeza:", 
+ "Created Group ": "Fecha de creaci\u00f3n"
+}
\ No newline at end of file
diff --git a/buying/doctype/supplier/locale/fr-py.json b/buying/doctype/supplier/locale/fr-py.json
new file mode 100644
index 0000000..b5add78
--- /dev/null
+++ b/buying/doctype/supplier/locale/fr-py.json
@@ -0,0 +1,5 @@
+{
+ "A Customer exists with same name": "Une client\u00e8le existe avec le m\u00eame nom", 
+ "Created Account Head: ": "Chef Compte cr\u00e9\u00e9:", 
+ "Created Group ": "Groupe cr\u00e9\u00e9"
+}
\ No newline at end of file
diff --git a/buying/doctype/supplier/locale/hi-py.json b/buying/doctype/supplier/locale/hi-py.json
new file mode 100644
index 0000000..e4cb9b0
--- /dev/null
+++ b/buying/doctype/supplier/locale/hi-py.json
@@ -0,0 +1,5 @@
+{
+ "A Customer exists with same name": "\u090f\u0915 \u0917\u094d\u0930\u093e\u0939\u0915 \u090f\u0915 \u0939\u0940 \u0928\u093e\u092e \u0915\u0947 \u0938\u093e\u0925 \u092e\u094c\u091c\u0942\u0926 \u0939\u0948", 
+ "Created Account Head: ": "\u092c\u0928\u093e\u092f\u093e \u0916\u093e\u0924\u093e \u0938\u093f\u0930:", 
+ "Created Group ": "\u0938\u092e\u0942\u0939 \u092c\u0928\u093e\u092f\u093e \u0917\u092f\u093e"
+}
\ No newline at end of file
diff --git a/buying/doctype/supplier/locale/nl-py.json b/buying/doctype/supplier/locale/nl-py.json
new file mode 100644
index 0000000..0f86a48
--- /dev/null
+++ b/buying/doctype/supplier/locale/nl-py.json
@@ -0,0 +1,5 @@
+{
+ "A Customer exists with same name": "Een Klant bestaat met dezelfde naam", 
+ "Created Account Head: ": "Gemaakt Account Hoofd:", 
+ "Created Group ": "Gemaakt Groep"
+}
\ No newline at end of file
diff --git a/buying/doctype/supplier/locale/pt-py.json b/buying/doctype/supplier/locale/pt-py.json
new file mode 100644
index 0000000..f1de36a
--- /dev/null
+++ b/buying/doctype/supplier/locale/pt-py.json
@@ -0,0 +1,5 @@
+{
+ "A Customer exists with same name": "Um cliente existe com mesmo nome", 
+ "Created Account Head: ": "Chefe Conta criada:", 
+ "Created Group ": "Grupo criado"
+}
\ No newline at end of file
diff --git a/hr/doctype/department/locale/ar-doc.json b/hr/doctype/department/locale/ar-doc.json
index 50e5cb6..f2aed8e 100644
--- a/hr/doctype/department/locale/ar-doc.json
+++ b/hr/doctype/department/locale/ar-doc.json
@@ -1,5 +1,7 @@
 {
+ "Days for which Holidays are blocked for this department.": "\u064a\u062a\u0645 \u062d\u0638\u0631 \u0623\u064a\u0627\u0645 \u0627\u0644\u0623\u0639\u064a\u0627\u062f \u0627\u0644\u062a\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645.", 
  "Department": "\u0642\u0633\u0645", 
  "HR": "HR", 
+ "Holiday Block List": "\u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
  "Trash Reason": "\u0627\u0644\u0633\u0628\u0628 \u0627\u0644\u0642\u0645\u0627\u0645\u0629"
 }
\ No newline at end of file
diff --git a/hr/doctype/department/locale/es-doc.json b/hr/doctype/department/locale/es-doc.json
index 3a853eb..bde2c3a 100644
--- a/hr/doctype/department/locale/es-doc.json
+++ b/hr/doctype/department/locale/es-doc.json
@@ -1,5 +1,7 @@
 {
+ "Days for which Holidays are blocked for this department.": "D\u00edas de fiesta que est\u00e1n bloqueados para este departamento.", 
  "Department": "Departamento", 
  "HR": "HR", 
+ "Holiday Block List": "Holiday lista de bloqueo", 
  "Trash Reason": "Trash Raz\u00f3n"
 }
\ No newline at end of file
diff --git a/hr/doctype/department/locale/fr-doc.json b/hr/doctype/department/locale/fr-doc.json
index ca8fea6..037256d 100644
--- a/hr/doctype/department/locale/fr-doc.json
+++ b/hr/doctype/department/locale/fr-doc.json
@@ -1,5 +1,7 @@
 {
+ "Days for which Holidays are blocked for this department.": "Jours f\u00e9ri\u00e9s pour lesquels sont bloqu\u00e9s pour ce d\u00e9partement.", 
  "Department": "D\u00e9partement", 
  "HR": "RH", 
+ "Holiday Block List": "Block List vacances", 
  "Trash Reason": "Raison Corbeille"
 }
\ No newline at end of file
diff --git a/hr/doctype/department/locale/hi-doc.json b/hr/doctype/department/locale/hi-doc.json
index 8939cdb..7a47342 100644
--- a/hr/doctype/department/locale/hi-doc.json
+++ b/hr/doctype/department/locale/hi-doc.json
@@ -1,5 +1,7 @@
 {
+ "Days for which Holidays are blocked for this department.": "\u0926\u093f\u0928 \u091b\u0941\u091f\u094d\u091f\u093f\u092f\u093e\u0901 \u091c\u093f\u0938\u0915\u0947 \u0932\u093f\u090f \u0907\u0938 \u0935\u093f\u092d\u093e\u0917 \u0915\u0947 \u0932\u093f\u090f \u0905\u0935\u0930\u0941\u0926\u094d\u0927 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902.", 
  "Department": "\u0935\u093f\u092d\u093e\u0917", 
  "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", 
+ "Holiday Block List": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940", 
  "Trash Reason": "\u091f\u094d\u0930\u0948\u0936 \u0915\u093e\u0930\u0923"
 }
\ No newline at end of file
diff --git a/hr/doctype/department/locale/nl-doc.json b/hr/doctype/department/locale/nl-doc.json
index 90e8d93..7d41b80 100644
--- a/hr/doctype/department/locale/nl-doc.json
+++ b/hr/doctype/department/locale/nl-doc.json
@@ -1,5 +1,7 @@
 {
+ "Days for which Holidays are blocked for this department.": "Dagen waarvoor feestdagen zijn geblokkeerd voor deze afdeling.", 
  "Department": "Afdeling", 
  "HR": "HR", 
+ "Holiday Block List": "Holiday Block List", 
  "Trash Reason": "Trash Reden"
 }
\ No newline at end of file
diff --git a/hr/doctype/department/locale/pt-doc.json b/hr/doctype/department/locale/pt-doc.json
index 7d2e3cf..046ef3c 100644
--- a/hr/doctype/department/locale/pt-doc.json
+++ b/hr/doctype/department/locale/pt-doc.json
@@ -1,5 +1,7 @@
 {
+ "Days for which Holidays are blocked for this department.": "Dias para que feriados s\u00e3o bloqueados para este departamento.", 
  "Department": "Departamento", 
  "HR": "HR", 
+ "Holiday Block List": "Lista de Bloqueios de f\u00e9rias", 
  "Trash Reason": "Raz\u00e3o lixo"
 }
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/ar-doc.json b/hr/doctype/holiday_block_list/locale/ar-doc.json
new file mode 100644
index 0000000..05fdaea
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/ar-doc.json
@@ -0,0 +1,16 @@
+{
+ "Allow Users": "\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", 
+ "Allow the following users to make Leave Applications for block days.": "\u062a\u0633\u0645\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u062c\u0639\u0644 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0625\u062c\u0627\u0632\u0629 \u0644\u0639\u062f\u0629 \u0623\u064a\u0627\u0645 \u0643\u062a\u0644\u0629.", 
+ "Applies to Company": "\u064a\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0634\u0631\u0643\u0629", 
+ "Block Days": "\u0643\u062a\u0644\u0629 \u0623\u064a\u0627\u0645", 
+ "Block Holidays on important days.": "\u0645\u0646\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0627\u062a \u0641\u064a \u0627\u0644\u0623\u064a\u0627\u0645 \u0627\u0644\u0647\u0627\u0645\u0629.", 
+ "Company": "\u0634\u0631\u0643\u0629", 
+ "HR": "HR", 
+ "Holiday Block List": "\u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
+ "Holiday Block List Allowed": "\u0639\u0637\u0644\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062d\u0638\u0631 \u0645\u0633\u0645\u0648\u062d", 
+ "Holiday Block List Dates": "\u0645\u0648\u0627\u0639\u064a\u062f \u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
+ "Holiday Block List Name": "\u0627\u0633\u0645 \u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
+ "If not checked, the list will have to be added to each Department where it has to be applied.": "\u0625\u0646 \u0644\u0645 \u064a\u0643\u0646 \u062a\u0645\u060c \u0633\u064a\u0643\u0648\u0646 \u0644\u062f\u064a\u0643 \u0642\u0627\u0626\u0645\u0629 \u062a\u0636\u0627\u0641 \u0625\u0644\u0649 \u0643\u0644 \u0642\u0633\u0645 \u062d\u064a\u062b \u0623\u0646\u0647 \u0644\u0627 \u0628\u062f \u0645\u0646 \u062a\u0637\u0628\u064a\u0642\u0647\u0627.", 
+ "Stop users from making Leave Applications on following days.": "\u0648\u0642\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0645\u0646 \u0625\u062c\u0631\u0627\u0621 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0639\u0644\u0649 \u0625\u062c\u0627\u0632\u0629 \u0627\u0644\u0623\u064a\u0627\u0645 \u0627\u0644\u062a\u0627\u0644\u064a\u0629.", 
+ "Year": "\u0639\u0627\u0645"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/ar-py.json b/hr/doctype/holiday_block_list/locale/ar-py.json
new file mode 100644
index 0000000..e50eb48
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/ar-py.json
@@ -0,0 +1,4 @@
+{
+ "Block Date": "\u0645\u0646\u0639 \u062a\u0627\u0631\u064a\u062e", 
+ "Date is repeated": "\u0648\u064a\u062a\u0643\u0631\u0631 \u0627\u0644\u062a\u0627\u0631\u064a\u062e"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/es-doc.json b/hr/doctype/holiday_block_list/locale/es-doc.json
new file mode 100644
index 0000000..19527df
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/es-doc.json
@@ -0,0 +1,16 @@
+{
+ "Allow Users": "Permitir que los usuarios", 
+ "Allow the following users to make Leave Applications for block days.": "Permitir a los usuarios realizar las siguientes aplicaciones dejan para los d\u00edas de bloque.", 
+ "Applies to Company": "Corresponde a la Empresa", 
+ "Block Days": "D\u00edas de bloque", 
+ "Block Holidays on important days.": "Bloque Vacaciones en d\u00edas importantes.", 
+ "Company": "Empresa", 
+ "HR": "HR", 
+ "Holiday Block List": "Holiday lista de bloqueo", 
+ "Holiday Block List Allowed": "Holiday Lista de bloqueo animales", 
+ "Holiday Block List Dates": "Las fechas de vacaciones de listas de bloqueo", 
+ "Holiday Block List Name": "Bloque de vacaciones Lista de Nombres", 
+ "If not checked, the list will have to be added to each Department where it has to be applied.": "Si no est\u00e1 activada, la lista tendr\u00e1 que ser a\u00f1adido a cada Departamento donde se ha de aplicar.", 
+ "Stop users from making Leave Applications on following days.": "Deje que los usuarios realicen aplicaciones dejan en los d\u00edas siguientes.", 
+ "Year": "A\u00f1o"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/es-py.json b/hr/doctype/holiday_block_list/locale/es-py.json
new file mode 100644
index 0000000..4c5772b
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/es-py.json
@@ -0,0 +1,4 @@
+{
+ "Block Date": "Bloque Fecha", 
+ "Date is repeated": "La fecha se repite"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/fr-doc.json b/hr/doctype/holiday_block_list/locale/fr-doc.json
new file mode 100644
index 0000000..e01bf44
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/fr-doc.json
@@ -0,0 +1,16 @@
+{
+ "Allow Users": "Autoriser les utilisateurs", 
+ "Allow the following users to make Leave Applications for block days.": "Autoriser les utilisateurs suivants pour faire demandes d&#39;autorisation pour les jours de bloc.", 
+ "Applies to Company": "S&#39;applique \u00e0 l&#39;entreprise", 
+ "Block Days": "Bloquer les jours", 
+ "Block Holidays on important days.": "Bloquer les jours f\u00e9ri\u00e9s importants.", 
+ "Company": "Entreprise", 
+ "HR": "RH", 
+ "Holiday Block List": "Block List vacances", 
+ "Holiday Block List Allowed": "Block List vacances accept\u00e9s", 
+ "Holiday Block List Dates": "Dates de vacances de listes rouges d&#39;", 
+ "Holiday Block List Name": "Nom de la liste de vacances Bloquer", 
+ "If not checked, the list will have to be added to each Department where it has to be applied.": "Si ce n&#39;est pas coch\u00e9e, la liste devra \u00eatre ajout\u00e9 \u00e0 chaque d\u00e9partement o\u00f9 il doit \u00eatre appliqu\u00e9.", 
+ "Stop users from making Leave Applications on following days.": "Emp\u00eacher les utilisateurs de faire des demandes d&#39;autorisation, les jours suivants.", 
+ "Year": "Ann\u00e9e"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/fr-py.json b/hr/doctype/holiday_block_list/locale/fr-py.json
new file mode 100644
index 0000000..a1f5dd3
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/fr-py.json
@@ -0,0 +1,4 @@
+{
+ "Block Date": "Date de bloquer", 
+ "Date is repeated": "La date est r\u00e9p\u00e9t\u00e9e"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/hi-doc.json b/hr/doctype/holiday_block_list/locale/hi-doc.json
new file mode 100644
index 0000000..fa7fc5a
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/hi-doc.json
@@ -0,0 +1,16 @@
+{
+ "Allow Users": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0902", 
+ "Allow the following users to make Leave Applications for block days.": "\u0928\u093f\u092e\u094d\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u094d\u0932\u0949\u0915 \u0926\u093f\u0928\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u091b\u0941\u091f\u094d\u091f\u0940 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0902.", 
+ "Applies to Company": "\u0915\u0902\u092a\u0928\u0940 \u0915\u0947 \u0932\u093f\u090f \u0932\u093e\u0917\u0942 \u0939\u094b\u0924\u093e \u0939\u0948", 
+ "Block Days": "\u092c\u094d\u0932\u0949\u0915 \u0926\u093f\u0928", 
+ "Block Holidays on important days.": "\u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0926\u093f\u0928 \u092a\u0930 \u091b\u0941\u091f\u094d\u091f\u093f\u092f\u093e\u0901 \u092e\u0948.", 
+ "Company": "\u0915\u0902\u092a\u0928\u0940", 
+ "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", 
+ "Holiday Block List": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940", 
+ "Holiday Block List Allowed": "\u0905\u0935\u0915\u093e\u0936 \u0938\u0942\u091a\u0940 \u092c\u094d\u0932\u0949\u0915 \u0930\u0916 \u0938\u0915\u0924\u0947 \u0939\u0948", 
+ "Holiday Block List Dates": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940 \u0924\u093f\u0925\u093f\u092f\u093e\u0902", 
+ "Holiday Block List Name": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940 \u092e\u0947\u0902 \u0928\u093e\u092e", 
+ "If not checked, the list will have to be added to each Department where it has to be applied.": "\u0905\u0917\u0930 \u091c\u093e\u0901\u091a \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948, \u0907\u0938 \u0938\u0942\u091a\u0940 \u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0935\u093f\u092d\u093e\u0917 \u0939\u0948 \u091c\u0939\u093e\u0902 \u0907\u0938\u0947 \u0932\u093e\u0917\u0942 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948 \u0915\u0947 \u0932\u093f\u090f \u091c\u094b\u0921\u093c\u093e \u091c\u093e \u0939\u094b\u0917\u093e.", 
+ "Stop users from making Leave Applications on following days.": "\u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0926\u093f\u0928 \u092a\u0930 \u091b\u0941\u091f\u094d\u091f\u0940 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u092c\u0928\u093e\u0928\u0947 \u0938\u0947 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0902\u0926 \u0915\u0930\u094b.", 
+ "Year": "\u0935\u0930\u094d\u0937"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/hi-py.json b/hr/doctype/holiday_block_list/locale/hi-py.json
new file mode 100644
index 0000000..ca53d8f
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/hi-py.json
@@ -0,0 +1,4 @@
+{
+ "Block Date": "\u0924\u093f\u0925\u093f \u092c\u094d\u0932\u0949\u0915", 
+ "Date is repeated": "\u0924\u093f\u0925\u093f \u0926\u094b\u0939\u0930\u093e\u092f\u093e \u0939\u0948"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/nl-doc.json b/hr/doctype/holiday_block_list/locale/nl-doc.json
new file mode 100644
index 0000000..e74a9ce
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/nl-doc.json
@@ -0,0 +1,16 @@
+{
+ "Allow Users": "Gebruikers toestaan", 
+ "Allow the following users to make Leave Applications for block days.": "Laat de volgende gebruikers te vertrekken Toepassingen maken voor blok dagen.", 
+ "Applies to Company": "Geldt voor Bedrijf", 
+ "Block Days": "Blokkeren Dagen", 
+ "Block Holidays on important days.": "Blok Vakantie op belangrijke dagen.", 
+ "Company": "Vennootschap", 
+ "HR": "HR", 
+ "Holiday Block List": "Holiday Block List", 
+ "Holiday Block List Allowed": "Holiday toegestaan \u200b\u200bBlock List", 
+ "Holiday Block List Dates": "Holiday Block List Data", 
+ "Holiday Block List Name": "Holiday Block List Name", 
+ "If not checked, the list will have to be added to each Department where it has to be applied.": "Indien niet gecontroleerd, wordt de lijst worden toegevoegd aan elk Department waar het moet worden toegepast.", 
+ "Stop users from making Leave Applications on following days.": "Stop gebruikers van het maken van verlofaanvragen op de volgende dagen.", 
+ "Year": "Jaar"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/nl-py.json b/hr/doctype/holiday_block_list/locale/nl-py.json
new file mode 100644
index 0000000..e89506e
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/nl-py.json
@@ -0,0 +1,4 @@
+{
+ "Block Date": "Blokkeren Datum", 
+ "Date is repeated": "Datum wordt herhaald"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/pt-doc.json b/hr/doctype/holiday_block_list/locale/pt-doc.json
new file mode 100644
index 0000000..ed5ecfa
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/pt-doc.json
@@ -0,0 +1,16 @@
+{
+ "Allow Users": "Permitir que os usu\u00e1rios", 
+ "Allow the following users to make Leave Applications for block days.": "Permitir que os usu\u00e1rios a seguir para fazer aplica\u00e7\u00f5es deixam para os dias de bloco.", 
+ "Applies to Company": "Aplica-se a Empresa", 
+ "Block Days": "Dias bloco", 
+ "Block Holidays on important days.": "Bloquear feriados em dias importantes.", 
+ "Company": "Companhia", 
+ "HR": "HR", 
+ "Holiday Block List": "Lista de Bloqueios de f\u00e9rias", 
+ "Holiday Block List Allowed": "Lista de feriado Bloco admitidos", 
+ "Holiday Block List Dates": "Datas de f\u00e9rias Lista de Bloqueios", 
+ "Holiday Block List Name": "Nome de f\u00e9rias Lista de Bloqueios", 
+ "If not checked, the list will have to be added to each Department where it has to be applied.": "Se n\u00e3o for controlada, a lista dever\u00e1 ser adicionado a cada departamento onde tem de ser aplicado.", 
+ "Stop users from making Leave Applications on following days.": "Pare de usu\u00e1rios de fazer aplica\u00e7\u00f5es deixam nos dias seguintes.", 
+ "Year": "Ano"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list/locale/pt-py.json b/hr/doctype/holiday_block_list/locale/pt-py.json
new file mode 100644
index 0000000..d2b6e69
--- /dev/null
+++ b/hr/doctype/holiday_block_list/locale/pt-py.json
@@ -0,0 +1,4 @@
+{
+ "Block Date": "Bloquear Data", 
+ "Date is repeated": "Data \u00e9 repetido"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_allow/locale/ar-doc.json b/hr/doctype/holiday_block_list_allow/locale/ar-doc.json
new file mode 100644
index 0000000..2505f56
--- /dev/null
+++ b/hr/doctype/holiday_block_list_allow/locale/ar-doc.json
@@ -0,0 +1,5 @@
+{
+ "Allow User": "\u062a\u0633\u0645\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645", 
+ "HR": "HR", 
+ "Holiday Block List Allow": "\u0639\u0637\u0644\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062d\u0638\u0631 \u0627\u0644\u0633\u0645\u0627\u062d"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_allow/locale/es-doc.json b/hr/doctype/holiday_block_list_allow/locale/es-doc.json
new file mode 100644
index 0000000..1880afb
--- /dev/null
+++ b/hr/doctype/holiday_block_list_allow/locale/es-doc.json
@@ -0,0 +1,5 @@
+{
+ "Allow User": "Permitir al usuario", 
+ "HR": "HR", 
+ "Holiday Block List Allow": "Lista Casas Bloquear Permitir"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_allow/locale/fr-doc.json b/hr/doctype/holiday_block_list_allow/locale/fr-doc.json
new file mode 100644
index 0000000..9eb4b70
--- /dev/null
+++ b/hr/doctype/holiday_block_list_allow/locale/fr-doc.json
@@ -0,0 +1,5 @@
+{
+ "Allow User": "Permettre \u00e0 l&#39;utilisateur", 
+ "HR": "RH", 
+ "Holiday Block List Allow": "Block List vacances Permettez-"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_allow/locale/hi-doc.json b/hr/doctype/holiday_block_list_allow/locale/hi-doc.json
new file mode 100644
index 0000000..98457e9
--- /dev/null
+++ b/hr/doctype/holiday_block_list_allow/locale/hi-doc.json
@@ -0,0 +1,5 @@
+{
+ "Allow User": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f", 
+ "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", 
+ "Holiday Block List Allow": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0902"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_allow/locale/nl-doc.json b/hr/doctype/holiday_block_list_allow/locale/nl-doc.json
new file mode 100644
index 0000000..74f6452
--- /dev/null
+++ b/hr/doctype/holiday_block_list_allow/locale/nl-doc.json
@@ -0,0 +1,5 @@
+{
+ "Allow User": "Door gebruiker toestaan", 
+ "HR": "HR", 
+ "Holiday Block List Allow": "Holiday Block List Laat"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_allow/locale/pt-doc.json b/hr/doctype/holiday_block_list_allow/locale/pt-doc.json
new file mode 100644
index 0000000..9c1c1fc
--- /dev/null
+++ b/hr/doctype/holiday_block_list_allow/locale/pt-doc.json
@@ -0,0 +1,5 @@
+{
+ "Allow User": "Permitir que o usu\u00e1rio", 
+ "HR": "HR", 
+ "Holiday Block List Allow": "Lista de Bloqueios de f\u00e9rias Permitir"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_date/locale/ar-doc.json b/hr/doctype/holiday_block_list_date/locale/ar-doc.json
new file mode 100644
index 0000000..4e642ba
--- /dev/null
+++ b/hr/doctype/holiday_block_list_date/locale/ar-doc.json
@@ -0,0 +1,6 @@
+{
+ "Block Date": "\u0645\u0646\u0639 \u062a\u0627\u0631\u064a\u062e", 
+ "HR": "HR", 
+ "Holiday Block List Date": "\u062a\u0627\u0631\u064a\u062e \u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
+ "Reason": "\u0633\u0628\u0628"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_date/locale/es-doc.json b/hr/doctype/holiday_block_list_date/locale/es-doc.json
new file mode 100644
index 0000000..d773187
--- /dev/null
+++ b/hr/doctype/holiday_block_list_date/locale/es-doc.json
@@ -0,0 +1,6 @@
+{
+ "Block Date": "Bloque Fecha", 
+ "HR": "HR", 
+ "Holiday Block List Date": "Bloque de vacaciones Lista Fecha", 
+ "Reason": "Raz\u00f3n"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_date/locale/fr-doc.json b/hr/doctype/holiday_block_list_date/locale/fr-doc.json
new file mode 100644
index 0000000..2d4bba7
--- /dev/null
+++ b/hr/doctype/holiday_block_list_date/locale/fr-doc.json
@@ -0,0 +1,6 @@
+{
+ "Block Date": "Date de bloquer", 
+ "HR": "RH", 
+ "Holiday Block List Date": "Liste Date vacances Bloquer", 
+ "Reason": "Raison"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_date/locale/hi-doc.json b/hr/doctype/holiday_block_list_date/locale/hi-doc.json
new file mode 100644
index 0000000..44a9f9e
--- /dev/null
+++ b/hr/doctype/holiday_block_list_date/locale/hi-doc.json
@@ -0,0 +1,6 @@
+{
+ "Block Date": "\u0924\u093f\u0925\u093f \u092c\u094d\u0932\u0949\u0915", 
+ "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", 
+ "Holiday Block List Date": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940 \u0924\u093f\u0925\u093f", 
+ "Reason": "\u0915\u093e\u0930\u0923"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_date/locale/nl-doc.json b/hr/doctype/holiday_block_list_date/locale/nl-doc.json
new file mode 100644
index 0000000..deaea5e
--- /dev/null
+++ b/hr/doctype/holiday_block_list_date/locale/nl-doc.json
@@ -0,0 +1,6 @@
+{
+ "Block Date": "Blokkeren Datum", 
+ "HR": "HR", 
+ "Holiday Block List Date": "Holiday Block List Datum", 
+ "Reason": "Reden"
+}
\ No newline at end of file
diff --git a/hr/doctype/holiday_block_list_date/locale/pt-doc.json b/hr/doctype/holiday_block_list_date/locale/pt-doc.json
new file mode 100644
index 0000000..1b95487
--- /dev/null
+++ b/hr/doctype/holiday_block_list_date/locale/pt-doc.json
@@ -0,0 +1,6 @@
+{
+ "Block Date": "Bloquear Data", 
+ "HR": "HR", 
+ "Holiday Block List Date": "Data feriado Lista de Bloqueios", 
+ "Reason": "Raz\u00e3o"
+}
\ No newline at end of file
diff --git a/hr/doctype/leave_application/locale/ar-doc.json b/hr/doctype/leave_application/locale/ar-doc.json
index 20958be..8dac768 100644
--- a/hr/doctype/leave_application/locale/ar-doc.json
+++ b/hr/doctype/leave_application/locale/ar-doc.json
@@ -2,6 +2,7 @@
  "Amended From": "\u0639\u062f\u0644 \u0645\u0646", 
  "Apply / Approve Leaves": "\u062a\u0637\u0628\u064a\u0642 / \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0623\u0648\u0631\u0627\u0642", 
  "Approved": "\u0648\u0627\u0641\u0642", 
+ "Company": "\u0634\u0631\u0643\u0629", 
  "Employee": "\u0639\u0627\u0645\u0644", 
  "Employee Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u0638\u0641", 
  "Fiscal Year": "\u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u0645\u0627\u0644\u064a\u0629", 
diff --git a/hr/doctype/leave_application/locale/ar-py.json b/hr/doctype/leave_application/locale/ar-py.json
new file mode 100644
index 0000000..f13fddd
--- /dev/null
+++ b/hr/doctype/leave_application/locale/ar-py.json
@@ -0,0 +1,5 @@
+{
+ " Reason: ": "\u0627\u0644\u0633\u0628\u0628:", 
+ "Hurray! The day(s) on which you are applying for leave \\\t\t\t\t\tcoincide with holiday(s). You need not apply for leave.": "\u064a\u0627 \u0647\u0644\u0627! \u0627\u0644\u064a\u0648\u0645 (\u0642) \u0627\u0644\u062a\u064a \u0643\u0646\u062a \u0645\u062a\u0642\u062f\u0645\u0627 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0625\u0630\u0646 \\ \u062a\u062a\u0632\u0627\u0645\u0646 \u0645\u0639 \u0639\u0637\u0644\u0629 (\u0642). \u0644\u0627 \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0625\u0630\u0646.", 
+ "You cannot apply for a leave on the following date because it is blocked": "\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0642\u062f\u0645 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0625\u062c\u0627\u0632\u0629 \u0641\u064a \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u062a\u0645 \u062d\u0638\u0631\u0647"
+}
\ No newline at end of file
diff --git a/hr/doctype/leave_application/locale/es-doc.json b/hr/doctype/leave_application/locale/es-doc.json
index dc43cc3..8a2351b9 100644
--- a/hr/doctype/leave_application/locale/es-doc.json
+++ b/hr/doctype/leave_application/locale/es-doc.json
@@ -2,6 +2,7 @@
  "Amended From": "De modificada", 
  "Apply / Approve Leaves": "Aplicar / Aprobar Hojas", 
  "Approved": "Aprobado", 
+ "Company": "Empresa", 
  "Employee": "Empleado", 
  "Employee Name": "Nombre del empleado", 
  "Fiscal Year": "A\u00f1o Fiscal", 
diff --git a/hr/doctype/leave_application/locale/es-py.json b/hr/doctype/leave_application/locale/es-py.json
new file mode 100644
index 0000000..b41ef5a
--- /dev/null
+++ b/hr/doctype/leave_application/locale/es-py.json
@@ -0,0 +1,5 @@
+{
+ " Reason: ": "Raz\u00f3n:", 
+ "Hurray! The day(s) on which you are applying for leave \\\t\t\t\t\tcoincide with holiday(s). You need not apply for leave.": "\u00a1Hurra! El d\u00eda (s) en el cual usted est\u00e1 solicitando para salir \\ coincidir con d\u00eda de fiesta (s). No es necesario solicitar permiso.", 
+ "You cannot apply for a leave on the following date because it is blocked": "Usted no puede solicitar una licencia en la siguiente fecha porque est\u00e1 bloqueado"
+}
\ No newline at end of file
diff --git a/hr/doctype/leave_application/locale/fr-doc.json b/hr/doctype/leave_application/locale/fr-doc.json
index 8901691..37e01f4 100644
--- a/hr/doctype/leave_application/locale/fr-doc.json
+++ b/hr/doctype/leave_application/locale/fr-doc.json
@@ -2,6 +2,7 @@
  "Amended From": "De modifi\u00e9e", 
  "Apply / Approve Leaves": "Appliquer / Approuver les feuilles", 
  "Approved": "Approuv\u00e9", 
+ "Company": "Entreprise", 
  "Employee": "Employ\u00e9", 
  "Employee Name": "Nom de l&#39;employ\u00e9", 
  "Fiscal Year": "Exercice", 
diff --git a/hr/doctype/leave_application/locale/fr-py.json b/hr/doctype/leave_application/locale/fr-py.json
new file mode 100644
index 0000000..107e0c0
--- /dev/null
+++ b/hr/doctype/leave_application/locale/fr-py.json
@@ -0,0 +1,5 @@
+{
+ " Reason: ": "Raison:", 
+ "Hurray! The day(s) on which you are applying for leave \\\t\t\t\t\tcoincide with holiday(s). You need not apply for leave.": "Hourra! Le jour (s) sur lequel vous faites une demande d&#39;autorisation \\ co\u00efncider avec s\u00e9jour (s). Vous n&#39;avez pas besoin demander un cong\u00e9.", 
+ "You cannot apply for a leave on the following date because it is blocked": "Vous ne pouvez pas demander un cong\u00e9 \u00e0 la date suivante car il est bloqu\u00e9"
+}
\ No newline at end of file
diff --git a/hr/doctype/leave_application/locale/hi-doc.json b/hr/doctype/leave_application/locale/hi-doc.json
index ed288ff..3f91498 100644
--- a/hr/doctype/leave_application/locale/hi-doc.json
+++ b/hr/doctype/leave_application/locale/hi-doc.json
@@ -2,6 +2,7 @@
  "Amended From": "\u0938\u0947 \u0938\u0902\u0936\u094b\u0927\u093f\u0924", 
  "Apply / Approve Leaves": "\u092a\u0924\u094d\u0924\u093f\u092f\u093e\u0902 \u0932\u093e\u0917\u0942 / \u0938\u094d\u0935\u0940\u0915\u0943\u0924", 
  "Approved": "\u0905\u0928\u0941\u092e\u094b\u0926\u093f\u0924", 
+ "Company": "\u0915\u0902\u092a\u0928\u0940", 
  "Employee": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940", 
  "Employee Name": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0915\u093e \u0928\u093e\u092e", 
  "Fiscal Year": "\u0935\u093f\u0924\u094d\u0924\u0940\u092f \u0935\u0930\u094d\u0937", 
diff --git a/hr/doctype/leave_application/locale/hi-py.json b/hr/doctype/leave_application/locale/hi-py.json
new file mode 100644
index 0000000..4fae229
--- /dev/null
+++ b/hr/doctype/leave_application/locale/hi-py.json
@@ -0,0 +1,5 @@
+{
+ " Reason: ": "\u0915\u093e\u0930\u0923:", 
+ "Hurray! The day(s) on which you are applying for leave \\\t\t\t\t\tcoincide with holiday(s). You need not apply for leave.": "\u0939\u0941\u0930\u094d\u0930\u0947! \u0926\u093f\u0928 (s) \\ \u091c\u093f\u0938 \u092a\u0930 \u0906\u092a \u091b\u094b\u0921\u093c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0906\u0935\u0947\u0926\u0928 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091b\u0941\u091f\u094d\u091f\u0940 (\u090f\u0938) \u0915\u0947 \u0938\u093e\u0925 \u092e\u0947\u0932. \u0906\u092a \u091b\u0941\u091f\u094d\u091f\u0940 \u0915\u0947 \u0932\u093f\u090f \u0932\u093e\u0917\u0942 \u0928\u0939\u0940\u0902 \u0915\u0940 \u091c\u0930\u0942\u0930\u0924 \u0939\u0948.", 
+ "You cannot apply for a leave on the following date because it is blocked": "\u0906\u092a \u0928\u093f\u092e\u094d\u0928 \u0926\u093f\u0928\u093e\u0902\u0915 \u092a\u0930 \u091b\u0941\u091f\u094d\u091f\u0940 \u0915\u0947 \u0932\u093f\u090f \u0932\u093e\u0917\u0942 \u0928\u0939\u0940\u0902 \u0939\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u092f\u0939 \u092c\u0902\u0926 \u0939\u0948"
+}
\ No newline at end of file
diff --git a/hr/doctype/leave_application/locale/nl-doc.json b/hr/doctype/leave_application/locale/nl-doc.json
index 4146393..47e8e05 100644
--- a/hr/doctype/leave_application/locale/nl-doc.json
+++ b/hr/doctype/leave_application/locale/nl-doc.json
@@ -2,6 +2,7 @@
  "Amended From": "Gewijzigd Van", 
  "Apply / Approve Leaves": "Toepassen / goedkeuren Leaves", 
  "Approved": "Aangenomen", 
+ "Company": "Vennootschap", 
  "Employee": "Werknemer", 
  "Employee Name": "Naam werknemer", 
  "Fiscal Year": "Boekjaar", 
diff --git a/hr/doctype/leave_application/locale/nl-py.json b/hr/doctype/leave_application/locale/nl-py.json
new file mode 100644
index 0000000..ba2a476
--- /dev/null
+++ b/hr/doctype/leave_application/locale/nl-py.json
@@ -0,0 +1,5 @@
+{
+ " Reason: ": "Reden:", 
+ "Hurray! The day(s) on which you are applying for leave \\\t\t\t\t\tcoincide with holiday(s). You need not apply for leave.": "Hoera! De dag (en) waarop u een aanvraag voor verlof \\ samenvallen met vakantie (s). Je moet niet van toepassing voor verlof.", 
+ "You cannot apply for a leave on the following date because it is blocked": "Je kan niet van toepassing zijn voor een verlof op de volgende datum, omdat het is geblokkeerd"
+}
\ No newline at end of file
diff --git a/hr/doctype/leave_application/locale/pt-doc.json b/hr/doctype/leave_application/locale/pt-doc.json
index 2edd869..c5b96e9 100644
--- a/hr/doctype/leave_application/locale/pt-doc.json
+++ b/hr/doctype/leave_application/locale/pt-doc.json
@@ -2,6 +2,7 @@
  "Amended From": "Alterado De", 
  "Apply / Approve Leaves": "Aplicar / Aprovar Folhas", 
  "Approved": "Aprovado", 
+ "Company": "Companhia", 
  "Employee": "Empregado", 
  "Employee Name": "Nome do Funcion\u00e1rio", 
  "Fiscal Year": "Exerc\u00edcio fiscal", 
diff --git a/hr/doctype/leave_application/locale/pt-py.json b/hr/doctype/leave_application/locale/pt-py.json
new file mode 100644
index 0000000..62c8dd7
--- /dev/null
+++ b/hr/doctype/leave_application/locale/pt-py.json
@@ -0,0 +1,5 @@
+{
+ " Reason: ": "Motivo:", 
+ "Hurray! The day(s) on which you are applying for leave \\\t\t\t\t\tcoincide with holiday(s). You need not apply for leave.": "Viva! O dia (s) em que voc\u00ea est\u00e1 aplicando para deixar \\ coincidir com feriado (s). Voc\u00ea n\u00e3o precisa pedir licen\u00e7a.", 
+ "You cannot apply for a leave on the following date because it is blocked": "Voc\u00ea n\u00e3o pode aplicar para uma licen\u00e7a na seguinte data porque est\u00e1 bloqueado"
+}
\ No newline at end of file
diff --git a/hr/module_def/hr/locale/ar-doc.json b/hr/module_def/hr/locale/ar-doc.json
index b7a0e1c..f3547fb 100644
--- a/hr/module_def/hr/locale/ar-doc.json
+++ b/hr/module_def/hr/locale/ar-doc.json
@@ -1,6 +1,7 @@
 {
  "Applicant for a Job": "\u0637\u0627\u0644\u0628 \u0648\u0638\u064a\u0641\u0629", 
  "Apply / Approve Leaves": "\u062a\u0637\u0628\u064a\u0642 / \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0623\u0648\u0631\u0627\u0642", 
+ "Block Holidays on important days.": "\u0645\u0646\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0627\u062a \u0641\u064a \u0627\u0644\u0623\u064a\u0627\u0645 \u0627\u0644\u0647\u0627\u0645\u0629.", 
  "Description of a Job Opening": "\u0648\u0635\u0641 \u0644\u0641\u062a\u062d \u0641\u0631\u0635 \u0627\u0644\u0639\u0645\u0644", 
  "Human Resources Home": "\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"
 }
\ No newline at end of file
diff --git a/hr/module_def/hr/locale/es-doc.json b/hr/module_def/hr/locale/es-doc.json
index f14fc38..0c9bb9b 100644
--- a/hr/module_def/hr/locale/es-doc.json
+++ b/hr/module_def/hr/locale/es-doc.json
@@ -1,6 +1,7 @@
 {
  "Applicant for a Job": "Pretendiente a un puesto", 
  "Apply / Approve Leaves": "Aplicar / Aprobar Hojas", 
+ "Block Holidays on important days.": "Bloque Vacaciones en d\u00edas importantes.", 
  "Description of a Job Opening": "Descripci\u00f3n de una oferta de trabajo", 
  "Human Resources Home": "Recursos Humanos Home"
 }
\ No newline at end of file
diff --git a/hr/module_def/hr/locale/fr-doc.json b/hr/module_def/hr/locale/fr-doc.json
index d118cea..4edeabe 100644
--- a/hr/module_def/hr/locale/fr-doc.json
+++ b/hr/module_def/hr/locale/fr-doc.json
@@ -1,6 +1,7 @@
 {
  "Applicant for a Job": "Demandeur d&#39;une offre d&#39;emploi", 
  "Apply / Approve Leaves": "Appliquer / Approuver les feuilles", 
+ "Block Holidays on important days.": "Bloquer les jours f\u00e9ri\u00e9s importants.", 
  "Description of a Job Opening": "Description d&#39;un Job Opening", 
  "Human Resources Home": "Ressources humaines Accueil"
 }
\ No newline at end of file
diff --git a/hr/module_def/hr/locale/hi-doc.json b/hr/module_def/hr/locale/hi-doc.json
index 8d3f24a..8056a3e 100644
--- a/hr/module_def/hr/locale/hi-doc.json
+++ b/hr/module_def/hr/locale/hi-doc.json
@@ -1,6 +1,7 @@
 {
  "Applicant for a Job": "\u090f\u0915 \u0928\u094c\u0915\u0930\u0940 \u0915\u0947 \u0932\u093f\u090f \u0906\u0935\u0947\u0926\u0915", 
  "Apply / Approve Leaves": "\u092a\u0924\u094d\u0924\u093f\u092f\u093e\u0902 \u0932\u093e\u0917\u0942 / \u0938\u094d\u0935\u0940\u0915\u0943\u0924", 
+ "Block Holidays on important days.": "\u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0926\u093f\u0928 \u092a\u0930 \u091b\u0941\u091f\u094d\u091f\u093f\u092f\u093e\u0901 \u092e\u0948.", 
  "Description of a Job Opening": "\u090f\u0915 \u0928\u094c\u0915\u0930\u0940 \u0916\u094b\u0932\u0928\u0947 \u0915\u093e \u0935\u093f\u0935\u0930\u0923", 
  "Human Resources Home": "\u092e\u093e\u0928\u0935 \u0939\u094b\u092e \u0938\u0902\u0938\u093e\u0927\u0928"
 }
\ No newline at end of file
diff --git a/hr/module_def/hr/locale/nl-doc.json b/hr/module_def/hr/locale/nl-doc.json
index 3e9ca3a..39dd18b 100644
--- a/hr/module_def/hr/locale/nl-doc.json
+++ b/hr/module_def/hr/locale/nl-doc.json
@@ -1,6 +1,7 @@
 {
  "Applicant for a Job": "Aanvrager van een baan", 
  "Apply / Approve Leaves": "Toepassen / goedkeuren Leaves", 
+ "Block Holidays on important days.": "Blok Vakantie op belangrijke dagen.", 
  "Description of a Job Opening": "Beschrijving van een vacature", 
  "Human Resources Home": "Human Resources Startpagina"
 }
\ No newline at end of file
diff --git a/hr/module_def/hr/locale/pt-doc.json b/hr/module_def/hr/locale/pt-doc.json
index 9b31f0c..626612b 100644
--- a/hr/module_def/hr/locale/pt-doc.json
+++ b/hr/module_def/hr/locale/pt-doc.json
@@ -1,6 +1,7 @@
 {
  "Applicant for a Job": "Candidato a um emprego", 
  "Apply / Approve Leaves": "Aplicar / Aprovar Folhas", 
+ "Block Holidays on important days.": "Bloquear feriados em dias importantes.", 
  "Description of a Job Opening": "Descri\u00e7\u00e3o de uma vaga de emprego", 
  "Human Resources Home": "Home Recursos Humanos"
 }
\ No newline at end of file
diff --git a/hr/page/hr_home/locale/ar-js.json b/hr/page/hr_home/locale/ar-js.json
index cb67198..5eda018 100644
--- a/hr/page/hr_home/locale/ar-js.json
+++ b/hr/page/hr_home/locale/ar-js.json
@@ -6,15 +6,18 @@
  "Appraisal Template": "\u062a\u0642\u064a\u064a\u0645 \u0642\u0627\u0644\u0628", 
  "Attendance": "\u0627\u0644\u062d\u0636\u0648\u0631", 
  "Attendance record.": "\u0633\u062c\u0644 \u0627\u0644\u062d\u0636\u0648\u0631.", 
+ "Block leave applications by department.": "\u0645\u0646\u0639 \u0645\u063a\u0627\u062f\u0631\u0629 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0642\u062f\u0645\u0629 \u0645\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u0629.", 
  "Branch": "\u0641\u0631\u0639", 
  "Claims for expenses made on behalf of the organization.": "\u0645\u0637\u0627\u0644\u0628\u0627\u062a \u0646\u0641\u0642\u0627\u062a \u062a\u0642\u062f\u0645 \u0628\u0647 \u0646\u064a\u0627\u0628\u0629 \u0639\u0646 \u0627\u0644\u0645\u0646\u0638\u0645\u0629.", 
  "Company branches.": "\u0641\u0631\u0648\u0639 \u0627\u0644\u0634\u0631\u0643\u0629.", 
  "Company departments.": "\u0634\u0631\u0643\u0629 \u0627\u0644\u0625\u062f\u0627\u0631\u0627\u062a.", 
  "Deduction Type": "\u062e\u0635\u0645 \u0646\u0648\u0639", 
  "Department": "\u0642\u0633\u0645", 
+ "Designation": "\u062a\u0639\u064a\u064a\u0646", 
  "Documents": "\u0648\u062b\u0627\u0626\u0642", 
  "Earning Type": "\u0643\u0633\u0628 \u0646\u0648\u0639", 
  "Employee": "\u0639\u0627\u0645\u0644", 
+ "Employee Designation.": "\u0627\u0644\u0645\u0648\u0638\u0641 \u0627\u0644\u062a\u0639\u064a\u064a\u0646.", 
  "Employee Setup": "\u0645\u0648\u0638\u0641 \u0627\u0644\u0625\u0639\u062f\u0627\u062f", 
  "Employee grades": "\u0627\u0644\u0645\u0648\u0638\u0641 \u0627\u0644\u062f\u0631\u062c\u0627\u062a", 
  "Employee records.": "\u0645\u0648\u0638\u0641 \u0627\u0644\u0633\u062c\u0644\u0627\u062a.", 
@@ -23,6 +26,7 @@
  "Expense Claim Type": "\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0637\u0627\u0644\u0628\u0629 \u0646\u0648\u0639", 
  "Generate Salary Slips": "\u062a\u0648\u0644\u064a\u062f \u0642\u0633\u0627\u0626\u0645 \u0631\u0627\u062a\u0628", 
  "Grade": "\u062f\u0631\u062c\u0629", 
+ "Holiday Block List": "\u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
  "Holiday List": "\u0639\u0637\u0644\u0629 \u0642\u0627\u0626\u0645\u0629", 
  "Job Applicant": "\u0637\u0627\u0644\u0628 \u0627\u0644\u0639\u0645\u0644", 
  "Job Opening": "\u0627\u0641\u062a\u062a\u0627\u062d \u0627\u0644\u0639\u0645\u0644", 
diff --git a/hr/page/hr_home/locale/es-js.json b/hr/page/hr_home/locale/es-js.json
index b8656eb..4f5ce61 100644
--- a/hr/page/hr_home/locale/es-js.json
+++ b/hr/page/hr_home/locale/es-js.json
@@ -6,15 +6,18 @@
  "Appraisal Template": "Evaluaci\u00f3n de plantilla", 
  "Attendance": "Asistencia", 
  "Attendance record.": "Asistencia r\u00e9cord.", 
+ "Block leave applications by department.": "Bloque dejar aplicaciones por departamento.", 
  "Branch": "Rama", 
  "Claims for expenses made on behalf of the organization.": "Las reclamaciones por gastos realizados en nombre de la organizaci\u00f3n.", 
  "Company branches.": "Sucursales de la compa\u00f1\u00eda.", 
  "Company departments.": "Departamentos de la empresa.", 
  "Deduction Type": "Deducci\u00f3n Tipo", 
  "Department": "Departamento", 
+ "Designation": "Designaci\u00f3n", 
  "Documents": "Documentos", 
  "Earning Type": "Ganando Tipo", 
  "Employee": "Empleado", 
+ "Employee Designation.": "Designaci\u00f3n del Empleado.", 
  "Employee Setup": "Empleado de configuraci\u00f3n", 
  "Employee grades": "Los grados de empleados", 
  "Employee records.": "Registros de empleados.", 
@@ -23,6 +26,7 @@
  "Expense Claim Type": "Tipo de Reclamaci\u00f3n de Gastos", 
  "Generate Salary Slips": "Generar las n\u00f3minas", 
  "Grade": "Grado", 
+ "Holiday Block List": "Holiday lista de bloqueo", 
  "Holiday List": "Holiday lista", 
  "Job Applicant": "Solicitante de empleo", 
  "Job Opening": "Job Opening", 
diff --git a/hr/page/hr_home/locale/fr-js.json b/hr/page/hr_home/locale/fr-js.json
index 2496e18..16497f5 100644
--- a/hr/page/hr_home/locale/fr-js.json
+++ b/hr/page/hr_home/locale/fr-js.json
@@ -6,15 +6,18 @@
  "Appraisal Template": "Mod\u00e8le d&#39;\u00e9valuation", 
  "Attendance": "Pr\u00e9sence", 
  "Attendance record.": "Record de fr\u00e9quentation.", 
+ "Block leave applications by department.": "Bloquer les demandes d&#39;autorisation par le minist\u00e8re.", 
  "Branch": "Branche", 
  "Claims for expenses made on behalf of the organization.": "Les r\u00e9clamations pour d\u00e9penses faites au nom de l&#39;organisation.", 
  "Company branches.": "Filiales de l&#39;entreprise.", 
  "Company departments.": "D\u00e9partements de l&#39;entreprise.", 
  "Deduction Type": "Type de d\u00e9duction", 
  "Department": "D\u00e9partement", 
+ "Designation": "D\u00e9signation", 
  "Documents": "Documents", 
  "Earning Type": "Gagner Type d&#39;", 
  "Employee": "Employ\u00e9", 
+ "Employee Designation.": "D\u00e9signation des employ\u00e9s.", 
  "Employee Setup": "Configuration des employ\u00e9s", 
  "Employee grades": "Grades du personnel", 
  "Employee records.": "Les dossiers des employ\u00e9s.", 
@@ -23,6 +26,7 @@
  "Expense Claim Type": "Type de demande d&#39;indemnit\u00e9", 
  "Generate Salary Slips": "G\u00e9n\u00e9rer les bulletins de salaire", 
  "Grade": "Grade", 
+ "Holiday Block List": "Block List vacances", 
  "Holiday List": "Liste de vacances", 
  "Job Applicant": "Demandeur d&#39;emploi", 
  "Job Opening": "Offre d&#39;emploi", 
diff --git a/hr/page/hr_home/locale/hi-js.json b/hr/page/hr_home/locale/hi-js.json
index 4dab684..20324fa 100644
--- a/hr/page/hr_home/locale/hi-js.json
+++ b/hr/page/hr_home/locale/hi-js.json
@@ -6,15 +6,18 @@
  "Appraisal Template": "\u092e\u0942\u0932\u094d\u092f\u093e\u0902\u0915\u0928 \u091f\u0947\u092e\u094d\u092a\u0932\u0947\u091f", 
  "Attendance": "\u0909\u092a\u0938\u094d\u0925\u093f\u0924\u093f", 
  "Attendance record.": "\u0909\u092a\u0938\u094d\u0925\u093f\u0924\u093f \u0930\u093f\u0915\u0949\u0930\u094d\u0921.", 
+ "Block leave applications by department.": "\u0935\u093f\u092d\u093e\u0917 \u0926\u094d\u0935\u093e\u0930\u093e \u0906\u0935\u0947\u0926\u0928 \u091b\u094b\u0921\u093c \u092e\u0948.", 
  "Branch": "\u0936\u093e\u0916\u093e", 
  "Claims for expenses made on behalf of the organization.": "\u0938\u0902\u0917\u0920\u0928 \u0915\u0940 \u0913\u0930 \u0938\u0947 \u0915\u093f\u090f \u0917\u090f \u0916\u0930\u094d\u091a \u0915\u0947 \u0932\u093f\u090f \u0926\u093e\u0935\u093e.", 
  "Company branches.": "\u0915\u0902\u092a\u0928\u0940 \u0936\u093e\u0916\u093e\u090f\u0902.", 
  "Company departments.": "\u0915\u0902\u092a\u0928\u0940 \u0935\u093f\u092d\u093e\u0917\u094b\u0902.", 
  "Deduction Type": "\u0915\u091f\u094c\u0924\u0940 \u0915\u0947 \u092a\u094d\u0930\u0915\u093e\u0930", 
  "Department": "\u0935\u093f\u092d\u093e\u0917", 
+ "Designation": "\u092a\u0926\u0928\u093e\u092e", 
  "Documents": "\u0926\u0938\u094d\u0924\u093e\u0935\u0947\u091c\u093c", 
  "Earning Type": "\u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u092e\u093e\u0908", 
  "Employee": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940", 
+ "Employee Designation.": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u092a\u0926\u0928\u093e\u092e.", 
  "Employee Setup": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0938\u0947\u091f\u0905\u092a", 
  "Employee grades": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0917\u094d\u0930\u0947\u0921", 
  "Employee records.": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0930\u093f\u0915\u0949\u0930\u094d\u0921.", 
@@ -23,6 +26,7 @@
  "Expense Claim Type": "\u0935\u094d\u092f\u092f \u0926\u093e\u0935\u093e \u092a\u094d\u0930\u0915\u093e\u0930", 
  "Generate Salary Slips": "\u0935\u0947\u0924\u0928 \u0938\u094d\u0932\u093f\u092a\u094d\u0938 \u0909\u0924\u094d\u092a\u0928\u094d\u0928", 
  "Grade": "\u0917\u094d\u0930\u0947\u0921", 
+ "Holiday Block List": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940", 
  "Holiday List": "\u0905\u0935\u0915\u093e\u0936 \u0938\u0942\u091a\u0940", 
  "Job Applicant": "\u0928\u094c\u0915\u0930\u0940 \u0906\u0935\u0947\u0926\u0915", 
  "Job Opening": "\u0928\u094c\u0915\u0930\u0940 \u0916\u094b\u0932\u0928\u0947", 
diff --git a/hr/page/hr_home/locale/nl-js.json b/hr/page/hr_home/locale/nl-js.json
index 3fa2521..16b4121 100644
--- a/hr/page/hr_home/locale/nl-js.json
+++ b/hr/page/hr_home/locale/nl-js.json
@@ -6,15 +6,18 @@
  "Appraisal Template": "Beoordeling Sjabloon", 
  "Attendance": "Opkomst", 
  "Attendance record.": "Aanwezigheid record.", 
+ "Block leave applications by department.": "Blok verlaten toepassingen per afdeling.", 
  "Branch": "Tak", 
  "Claims for expenses made on behalf of the organization.": "Claims voor onkosten die hij in opdracht van de organisatie.", 
  "Company branches.": "Bedrijfstakken.", 
  "Company departments.": "Bedrijfsafdelingen.", 
  "Deduction Type": "Aftrek Type", 
  "Department": "Afdeling", 
+ "Designation": "Benaming", 
  "Documents": "Documenten", 
  "Earning Type": "Verdienen Type", 
  "Employee": "Werknemer", 
+ "Employee Designation.": "Medewerker Aanduiding.", 
  "Employee Setup": "Medewerker Setup", 
  "Employee grades": "Medewerker cijfers", 
  "Employee records.": "Employee records.", 
@@ -23,6 +26,7 @@
  "Expense Claim Type": "Expense Claim Type", 
  "Generate Salary Slips": "Genereer Salaris Slips", 
  "Grade": "Graad", 
+ "Holiday Block List": "Holiday Block List", 
  "Holiday List": "Holiday Lijst", 
  "Job Applicant": "Sollicitant", 
  "Job Opening": "Vacature", 
diff --git a/hr/page/hr_home/locale/pt-js.json b/hr/page/hr_home/locale/pt-js.json
index d450a06..2a0f6b0 100644
--- a/hr/page/hr_home/locale/pt-js.json
+++ b/hr/page/hr_home/locale/pt-js.json
@@ -6,15 +6,18 @@
  "Appraisal Template": "Modelo de avalia\u00e7\u00e3o", 
  "Attendance": "Comparecimento", 
  "Attendance record.": "Recorde de p\u00fablico.", 
+ "Block leave applications by department.": "Bloquear deixar aplica\u00e7\u00f5es por departamento.", 
  "Branch": "Ramo", 
  "Claims for expenses made on behalf of the organization.": "As reclama\u00e7\u00f5es por despesas feitas em nome da organiza\u00e7\u00e3o.", 
  "Company branches.": "Filiais da empresa.", 
  "Company departments.": "Departamentos da empresa.", 
  "Deduction Type": "Tipo de dedu\u00e7\u00e3o", 
  "Department": "Departamento", 
+ "Designation": "Designa\u00e7\u00e3o", 
  "Documents": "Documentos", 
  "Earning Type": "Ganhando Tipo", 
  "Employee": "Empregado", 
+ "Employee Designation.": "Designa\u00e7\u00e3o empregado.", 
  "Employee Setup": "Configura\u00e7\u00e3o empregado", 
  "Employee grades": "Notas de funcion\u00e1rios", 
  "Employee records.": "Registros de funcion\u00e1rios.", 
@@ -23,6 +26,7 @@
  "Expense Claim Type": "Tipo de reembolso de despesas", 
  "Generate Salary Slips": "Gerar folhas de sal\u00e1rios", 
  "Grade": "Grau", 
+ "Holiday Block List": "Lista de Bloqueios de f\u00e9rias", 
  "Holiday List": "Lista de feriado", 
  "Job Applicant": "Candidato a emprego", 
  "Job Opening": "Abertura de emprego", 
diff --git a/manufacturing/doctype/bom_replace_tool/locale/ar-doc.json b/manufacturing/doctype/bom_replace_tool/locale/ar-doc.json
new file mode 100644
index 0000000..f669615
--- /dev/null
+++ b/manufacturing/doctype/bom_replace_tool/locale/ar-doc.json
@@ -0,0 +1,10 @@
+{
+ "BOM Replace Tool": "BOM \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0623\u062f\u0627\u0629", 
+ "Current BOM": "BOM \u0627\u0644\u062d\u0627\u0644\u064a", 
+ "Manufacturing": "\u062a\u0635\u0646\u064a\u0639", 
+ "New BOM": "BOM \u062c\u062f\u064a\u062f\u0629", 
+ "Replace": "\u0627\u0633\u062a\u0628\u062f\u0644", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "\u0627\u0633\u062a\u0628\u062f\u0627\u0644 BOM \u062e\u0627\u0635\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 BOMs \u0627\u0644\u0623\u062e\u0631\u0649 \u0627\u0644\u062a\u064a \u064a\u0633\u062a\u062e\u062f\u0645 \u0641\u064a\u0647\u0627. \u0648\u0627\u0646\u0647 \u0633\u064a\u062d\u0644 \u0645\u062d\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 BOM \u0627\u0644\u0642\u062f\u064a\u0645\u0629\u060c \u0648\u062a\u062d\u062f\u064a\u062b \u0648\u062a\u062c\u062f\u064a\u062f \u0627\u0644\u062a\u0643\u0644\u0641\u0629 &quot;\u0627\u0644\u0628\u0646\u062f \u0627\u0646\u0641\u062c\u0627\u0631 BOM&quot; \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u062c\u062f\u064a\u062f \u0648\u0641\u0642\u0627 BOM", 
+ "The BOM which will be replaced": "\u0648BOM \u0627\u0644\u062a\u064a \u0633\u064a\u062a\u0645 \u0627\u0633\u062a\u0628\u062f\u0627\u0644\u0647\u0627", 
+ "The new BOM after replacement": "\u0648BOM \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u0628\u062f\u0627\u0644"
+}
\ No newline at end of file
diff --git a/manufacturing/doctype/bom_replace_tool/locale/es-doc.json b/manufacturing/doctype/bom_replace_tool/locale/es-doc.json
new file mode 100644
index 0000000..cc1712d
--- /dev/null
+++ b/manufacturing/doctype/bom_replace_tool/locale/es-doc.json
@@ -0,0 +1,10 @@
+{
+ "BOM Replace Tool": "BOM Tool Reemplazar", 
+ "Current BOM": "BOM actual", 
+ "Manufacturing": "Fabricaci\u00f3n", 
+ "New BOM": "Nueva lista de materiales", 
+ "Replace": "Reemplazar", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Reemplazar un BOM particular en todas las listas de materiales de otros en los que se utiliza. Se sustituir\u00e1 el enlace BOM viejo, actualizar el costo y regenerar &quot;Explosi\u00f3n lista de materiales Item&quot; tabla seg\u00fan nueva lista de materiales", 
+ "The BOM which will be replaced": "La lista de materiales que ser\u00e1 sustituido", 
+ "The new BOM after replacement": "La lista de materiales nuevo despu\u00e9s de sustituirlo"
+}
\ No newline at end of file
diff --git a/manufacturing/doctype/bom_replace_tool/locale/fr-doc.json b/manufacturing/doctype/bom_replace_tool/locale/fr-doc.json
new file mode 100644
index 0000000..10da202
--- /dev/null
+++ b/manufacturing/doctype/bom_replace_tool/locale/fr-doc.json
@@ -0,0 +1,10 @@
+{
+ "BOM Replace Tool": "Outil Remplacer BOM", 
+ "Current BOM": "Nomenclature actuelle", 
+ "Manufacturing": "Fabrication", 
+ "New BOM": "Nouvelle nomenclature", 
+ "Replace": "Remplacer", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Remplacer une nomenclature particuli\u00e8re dans toutes les nomenclatures d&#39;autres o\u00f9 il est utilis\u00e9. Il remplacera le lien de nomenclature ancienne, mettre \u00e0 jour les co\u00fbts et r\u00e9g\u00e9n\u00e9rer &quot;Explosion de nomenclature article&quot; la table comme pour une nouvelle nomenclature", 
+ "The BOM which will be replaced": "La nomenclature qui sera remplac\u00e9", 
+ "The new BOM after replacement": "La nouvelle nomenclature apr\u00e8s le remplacement"
+}
\ No newline at end of file
diff --git a/manufacturing/doctype/bom_replace_tool/locale/hi-doc.json b/manufacturing/doctype/bom_replace_tool/locale/hi-doc.json
new file mode 100644
index 0000000..8e60b27
--- /dev/null
+++ b/manufacturing/doctype/bom_replace_tool/locale/hi-doc.json
@@ -0,0 +1,10 @@
+{
+ "BOM Replace Tool": "\u092c\u0940\u0913\u090f\u092e \u092c\u0926\u0932\u0947\u0902 \u0909\u092a\u0915\u0930\u0923", 
+ "Current BOM": "\u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u092c\u0940\u0913\u090f\u092e", 
+ "Manufacturing": "\u0935\u093f\u0928\u093f\u0930\u094d\u092e\u093e\u0923", 
+ "New BOM": "\u0928\u0908 \u092c\u0940\u0913\u090f\u092e", 
+ "Replace": "\u092c\u0926\u0932\u0947\u0902", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "\u0905\u0928\u094d\u092f \u0938\u092d\u0940 BOMs \u091c\u0939\u093e\u0902 \u092f\u0939 \u092a\u094d\u0930\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 \u092e\u0947\u0902 \u090f\u0915 \u0935\u093f\u0936\u0947\u0937 \u092c\u0940\u0913\u090f\u092e \u092c\u0926\u0932\u0947\u0902. \u092f\u0939 \u092a\u0941\u0930\u093e\u0928\u0947 \u092c\u0940\u0913\u090f\u092e \u0932\u093f\u0902\u0915 \u0915\u0940 \u091c\u0917\u0939, \u0932\u093e\u0917\u0924 \u0905\u0926\u094d\u092f\u0924\u0928 \u0914\u0930 \u0928\u092f\u093e \u092c\u0940\u0913\u090f\u092e \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 &quot;BOM \u0927\u092e\u093e\u0915\u093e \u0906\u0907\u091f\u092e&quot; \u0924\u093e\u0932\u093f\u0915\u093e \u092a\u0941\u0928\u0930\u094d\u091c\u0928\u094d\u092e", 
+ "The BOM which will be replaced": "\u092c\u0940\u0913\u090f\u092e \u091c\u094b \u092a\u094d\u0930\u0924\u093f\u0938\u094d\u0925\u093e\u092a\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e", 
+ "The new BOM after replacement": "\u092c\u0926\u0932\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u0928\u090f \u092c\u0940\u0913\u090f\u092e"
+}
\ No newline at end of file
diff --git a/manufacturing/doctype/bom_replace_tool/locale/nl-doc.json b/manufacturing/doctype/bom_replace_tool/locale/nl-doc.json
new file mode 100644
index 0000000..68c5c63
--- /dev/null
+++ b/manufacturing/doctype/bom_replace_tool/locale/nl-doc.json
@@ -0,0 +1,10 @@
+{
+ "BOM Replace Tool": "BOM Replace Tool", 
+ "Current BOM": "Actueel BOM", 
+ "Manufacturing": "Productie", 
+ "New BOM": "Nieuwe BOM", 
+ "Replace": "Vervang", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Vervang een bepaalde BOM in alle andere BOMs waar het wordt gebruikt. Deze vervangt de oude BOM link, updaten kosten en regenereren &quot;BOM Explosion Item&quot; tafel als per nieuwe BOM", 
+ "The BOM which will be replaced": "De BOM die zal worden vervangen", 
+ "The new BOM after replacement": "De nieuwe BOM na vervanging"
+}
\ No newline at end of file
diff --git a/manufacturing/doctype/bom_replace_tool/locale/pt-doc.json b/manufacturing/doctype/bom_replace_tool/locale/pt-doc.json
new file mode 100644
index 0000000..17c4116
--- /dev/null
+++ b/manufacturing/doctype/bom_replace_tool/locale/pt-doc.json
@@ -0,0 +1,10 @@
+{
+ "BOM Replace Tool": "BOM Ferramenta Substituir", 
+ "Current BOM": "BOM atual", 
+ "Manufacturing": "Fabrico", 
+ "New BOM": "Novo BOM", 
+ "Replace": "Substituir", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Substituir um BOM particular em todas as BOMs outros onde ele \u00e9 usado. Ele ir\u00e1 substituir o link BOM antigo, atualizar o custo e regenerar &quot;Explos\u00e3o BOM Item&quot; tabela como por novo BOM", 
+ "The BOM which will be replaced": "O BOM que ser\u00e1 substitu\u00eddo", 
+ "The new BOM after replacement": "O BOM novo ap\u00f3s substitui\u00e7\u00e3o"
+}
\ No newline at end of file
diff --git a/manufacturing/module_def/manufacturing/locale/ar-doc.json b/manufacturing/module_def/manufacturing/locale/ar-doc.json
index a363323..6473006 100644
--- a/manufacturing/module_def/manufacturing/locale/ar-doc.json
+++ b/manufacturing/module_def/manufacturing/locale/ar-doc.json
@@ -1,3 +1,4 @@
 {
- "Manufacturing Home": "\u062a\u0635\u0646\u064a\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"
+ "Manufacturing Home": "\u062a\u0635\u0646\u064a\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "\u0627\u0633\u062a\u0628\u062f\u0627\u0644 BOM \u062e\u0627\u0635\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 BOMs \u0627\u0644\u0623\u062e\u0631\u0649 \u0627\u0644\u062a\u064a \u064a\u0633\u062a\u062e\u062f\u0645 \u0641\u064a\u0647\u0627. \u0648\u0627\u0646\u0647 \u0633\u064a\u062d\u0644 \u0645\u062d\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 BOM \u0627\u0644\u0642\u062f\u064a\u0645\u0629\u060c \u0648\u062a\u062d\u062f\u064a\u062b \u0648\u062a\u062c\u062f\u064a\u062f \u0627\u0644\u062a\u0643\u0644\u0641\u0629 &quot;\u0627\u0644\u0628\u0646\u062f \u0627\u0646\u0641\u062c\u0627\u0631 BOM&quot; \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u062c\u062f\u064a\u062f \u0648\u0641\u0642\u0627 BOM"
 }
\ No newline at end of file
diff --git a/manufacturing/module_def/manufacturing/locale/es-doc.json b/manufacturing/module_def/manufacturing/locale/es-doc.json
index aafcf48..43997d2 100644
--- a/manufacturing/module_def/manufacturing/locale/es-doc.json
+++ b/manufacturing/module_def/manufacturing/locale/es-doc.json
@@ -1,3 +1,4 @@
 {
- "Manufacturing Home": "Fabricaci\u00f3n Inicio"
+ "Manufacturing Home": "Fabricaci\u00f3n Inicio", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Reemplazar un BOM particular en todas las listas de materiales de otros en los que se utiliza. Se sustituir\u00e1 el enlace BOM viejo, actualizar el costo y regenerar &quot;Explosi\u00f3n lista de materiales Item&quot; tabla seg\u00fan nueva lista de materiales"
 }
\ No newline at end of file
diff --git a/manufacturing/module_def/manufacturing/locale/fr-doc.json b/manufacturing/module_def/manufacturing/locale/fr-doc.json
index f0a49a2..f2637cc 100644
--- a/manufacturing/module_def/manufacturing/locale/fr-doc.json
+++ b/manufacturing/module_def/manufacturing/locale/fr-doc.json
@@ -1,3 +1,4 @@
 {
- "Manufacturing Home": "Accueil Fabrication"
+ "Manufacturing Home": "Accueil Fabrication", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Remplacer une nomenclature particuli\u00e8re dans toutes les nomenclatures d&#39;autres o\u00f9 il est utilis\u00e9. Il remplacera le lien de nomenclature ancienne, mettre \u00e0 jour les co\u00fbts et r\u00e9g\u00e9n\u00e9rer &quot;Explosion de nomenclature article&quot; la table comme pour une nouvelle nomenclature"
 }
\ No newline at end of file
diff --git a/manufacturing/module_def/manufacturing/locale/hi-doc.json b/manufacturing/module_def/manufacturing/locale/hi-doc.json
index 9e128ec..e1aa1db 100644
--- a/manufacturing/module_def/manufacturing/locale/hi-doc.json
+++ b/manufacturing/module_def/manufacturing/locale/hi-doc.json
@@ -1,3 +1,4 @@
 {
- "Manufacturing Home": "\u0935\u093f\u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0939\u094b\u092e"
+ "Manufacturing Home": "\u0935\u093f\u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0939\u094b\u092e", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "\u0905\u0928\u094d\u092f \u0938\u092d\u0940 BOMs \u091c\u0939\u093e\u0902 \u092f\u0939 \u092a\u094d\u0930\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 \u092e\u0947\u0902 \u090f\u0915 \u0935\u093f\u0936\u0947\u0937 \u092c\u0940\u0913\u090f\u092e \u092c\u0926\u0932\u0947\u0902. \u092f\u0939 \u092a\u0941\u0930\u093e\u0928\u0947 \u092c\u0940\u0913\u090f\u092e \u0932\u093f\u0902\u0915 \u0915\u0940 \u091c\u0917\u0939, \u0932\u093e\u0917\u0924 \u0905\u0926\u094d\u092f\u0924\u0928 \u0914\u0930 \u0928\u092f\u093e \u092c\u0940\u0913\u090f\u092e \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 &quot;BOM \u0927\u092e\u093e\u0915\u093e \u0906\u0907\u091f\u092e&quot; \u0924\u093e\u0932\u093f\u0915\u093e \u092a\u0941\u0928\u0930\u094d\u091c\u0928\u094d\u092e"
 }
\ No newline at end of file
diff --git a/manufacturing/module_def/manufacturing/locale/nl-doc.json b/manufacturing/module_def/manufacturing/locale/nl-doc.json
index c813d16..3aad7b8 100644
--- a/manufacturing/module_def/manufacturing/locale/nl-doc.json
+++ b/manufacturing/module_def/manufacturing/locale/nl-doc.json
@@ -1,3 +1,4 @@
 {
- "Manufacturing Home": "Productie Startpagina"
+ "Manufacturing Home": "Productie Startpagina", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Vervang een bepaalde BOM in alle andere BOMs waar het wordt gebruikt. Deze vervangt de oude BOM link, updaten kosten en regenereren &quot;BOM Explosion Item&quot; tafel als per nieuwe BOM"
 }
\ No newline at end of file
diff --git a/manufacturing/module_def/manufacturing/locale/pt-doc.json b/manufacturing/module_def/manufacturing/locale/pt-doc.json
index 6e8f2fd..16aacc9 100644
--- a/manufacturing/module_def/manufacturing/locale/pt-doc.json
+++ b/manufacturing/module_def/manufacturing/locale/pt-doc.json
@@ -1,3 +1,4 @@
 {
- "Manufacturing Home": "In\u00edcio de fabrica\u00e7\u00e3o"
+ "Manufacturing Home": "In\u00edcio de fabrica\u00e7\u00e3o", 
+ "Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate \"BOM Explosion Item\" table as per new BOM": "Substituir um BOM particular em todas as BOMs outros onde ele \u00e9 usado. Ele ir\u00e1 substituir o link BOM antigo, atualizar o custo e regenerar &quot;Explos\u00e3o BOM Item&quot; tabela como por novo BOM"
 }
\ No newline at end of file
diff --git a/public/js/locale/ar-js.json b/public/js/locale/ar-js.json
index 8cc1ba7..b02d616 100644
--- a/public/js/locale/ar-js.json
+++ b/public/js/locale/ar-js.json
@@ -105,6 +105,9 @@
  "HR": "HR", 
  "Help": "\u0645\u0633\u0627\u0639\u062f\u0629", 
  "Holiday": "\u0639\u0637\u0644\u0629", 
+ "Holiday Block List": "\u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
+ "Holiday Block List Allow": "\u0639\u0637\u0644\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062d\u0638\u0631 \u0627\u0644\u0633\u0645\u0627\u062d", 
+ "Holiday Block List Date": "\u062a\u0627\u0631\u064a\u062e \u0625\u0642\u0627\u0645\u0627\u062a \u0642\u0627\u0626\u0645\u0629", 
  "Holiday List": "\u0639\u0637\u0644\u0629 \u0642\u0627\u0626\u0645\u0629", 
  "Home": "\u0645\u0646\u0632\u0644", 
  "Home Control": "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0627\u0644\u062a\u062d\u0643\u0645", 
@@ -290,6 +293,7 @@
  "Valuation Control": "\u062a\u0642\u064a\u064a\u0645 \u0645\u0631\u0627\u0642\u0628\u0629", 
  "Warehouse": "\u0645\u0633\u062a\u0648\u062f\u0639", 
  "Warehouse Type": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0646\u0648\u0639", 
+ "Warehouse User": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0639\u0636\u0648", 
  "Web Page": "\u0635\u0641\u062d\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", 
  "Website": "\u0627\u0644\u0645\u0648\u0642\u0639", 
  "Website Item Group": "\u0645\u0648\u0642\u0639 \u0627\u0644\u0633\u0644\u0639\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", 
diff --git a/public/js/locale/es-js.json b/public/js/locale/es-js.json
index eac0a68..2b4b2fe 100644
--- a/public/js/locale/es-js.json
+++ b/public/js/locale/es-js.json
@@ -105,6 +105,9 @@
  "HR": "HR", 
  "Help": "Ayudar", 
  "Holiday": "Fiesta", 
+ "Holiday Block List": "Holiday lista de bloqueo", 
+ "Holiday Block List Allow": "Lista Casas Bloquear Permitir", 
+ "Holiday Block List Date": "Bloque de vacaciones Lista Fecha", 
  "Holiday List": "Holiday lista", 
  "Home": "Casa", 
  "Home Control": "P\u00e1gina principal Control", 
@@ -290,6 +293,7 @@
  "Valuation Control": "Evaluaci\u00f3n de Control", 
  "Warehouse": "Almac\u00e9n", 
  "Warehouse Type": "Dep\u00f3sito de tipo", 
+ "Warehouse User": "Almac\u00e9n del usuario", 
  "Web Page": "P\u00e1gina Web", 
  "Website": "Sitio web", 
  "Website Item Group": "Website grupo de elementos", 
diff --git a/public/js/locale/fr-js.json b/public/js/locale/fr-js.json
index 26629b7..012ed59 100644
--- a/public/js/locale/fr-js.json
+++ b/public/js/locale/fr-js.json
@@ -105,6 +105,9 @@
  "HR": "RH", 
  "Help": "Aider", 
  "Holiday": "Vacances", 
+ "Holiday Block List": "Block List vacances", 
+ "Holiday Block List Allow": "Block List vacances Permettez-", 
+ "Holiday Block List Date": "Liste Date vacances Bloquer", 
  "Holiday List": "Liste de vacances", 
  "Home": "Maison", 
  "Home Control": "Home Control", 
@@ -290,6 +293,7 @@
  "Valuation Control": "Contr\u00f4le \u00e9valuation", 
  "Warehouse": "Entrep\u00f4t", 
  "Warehouse Type": "Type d&#39;entrep\u00f4t", 
+ "Warehouse User": "L&#39;utilisateur d&#39;entrep\u00f4t", 
  "Web Page": "Page Web", 
  "Website": "Site Web", 
  "Website Item Group": "Groupe Article Site", 
diff --git a/public/js/locale/hi-js.json b/public/js/locale/hi-js.json
index 38c0a46..2062f1b 100644
--- a/public/js/locale/hi-js.json
+++ b/public/js/locale/hi-js.json
@@ -111,6 +111,9 @@
  "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", 
  "Help": "\u092e\u0926\u0926", 
  "Holiday": "\u091b\u0941\u091f\u094d\u091f\u0940", 
+ "Holiday Block List": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940", 
+ "Holiday Block List Allow": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0902", 
+ "Holiday Block List Date": "\u0905\u0935\u0915\u093e\u0936 \u092c\u094d\u0932\u0949\u0915 \u0938\u0942\u091a\u0940 \u0924\u093f\u0925\u093f", 
  "Holiday List": "\u0905\u0935\u0915\u093e\u0936 \u0938\u0942\u091a\u0940", 
  "Home": "\u0918\u0930", 
  "Home Control": "\u0939\u094b\u092e \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923", 
@@ -303,6 +306,7 @@
  "Valuation Control": "\u092e\u0942\u0932\u094d\u092f\u093e\u0902\u0915\u0928 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923", 
  "Warehouse": "\u0917\u094b\u0926\u093e\u092e", 
  "Warehouse Type": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u092a\u094d\u0930\u0915\u093e\u0930", 
+ "Warehouse User": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u0947", 
  "Web Page": "\u0935\u0947\u092c \u092a\u0947\u091c", 
  "Website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f", 
  "Website Item Group": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f \u0906\u0907\u091f\u092e \u0938\u092e\u0942\u0939", 
diff --git a/public/js/locale/nl-js.json b/public/js/locale/nl-js.json
index e811f01..814440d 100644
--- a/public/js/locale/nl-js.json
+++ b/public/js/locale/nl-js.json
@@ -105,6 +105,9 @@
  "HR": "HR", 
  "Help": "Help", 
  "Holiday": "Feestdag", 
+ "Holiday Block List": "Holiday Block List", 
+ "Holiday Block List Allow": "Holiday Block List Laat", 
+ "Holiday Block List Date": "Holiday Block List Datum", 
  "Holiday List": "Holiday Lijst", 
  "Home": "Thuis", 
  "Home Control": "Home Control", 
@@ -290,6 +293,7 @@
  "Valuation Control": "Waardering Controle", 
  "Warehouse": "Magazijn", 
  "Warehouse Type": "Warehouse Type", 
+ "Warehouse User": "Magazijn Gebruiker", 
  "Web Page": "Webpagina", 
  "Website": "Website", 
  "Website Item Group": "Website Item Group", 
diff --git a/public/js/locale/pt-js.json b/public/js/locale/pt-js.json
index 7948025..120cbb0 100644
--- a/public/js/locale/pt-js.json
+++ b/public/js/locale/pt-js.json
@@ -105,6 +105,9 @@
  "HR": "HR", 
  "Help": "Ajudar", 
  "Holiday": "F\u00e9rias", 
+ "Holiday Block List": "Lista de Bloqueios de f\u00e9rias", 
+ "Holiday Block List Allow": "Lista de Bloqueios de f\u00e9rias Permitir", 
+ "Holiday Block List Date": "Data feriado Lista de Bloqueios", 
  "Holiday List": "Lista de feriado", 
  "Home": "Casa", 
  "Home Control": "Home Control", 
@@ -290,6 +293,7 @@
  "Valuation Control": "Controle de valoriza\u00e7\u00e3o", 
  "Warehouse": "Armaz\u00e9m", 
  "Warehouse Type": "Tipo de armaz\u00e9m", 
+ "Warehouse User": "Usu\u00e1rio Armaz\u00e9m", 
  "Web Page": "P\u00e1gina Web", 
  "Website": "Site", 
  "Website Item Group": "Grupo Item site", 
diff --git a/selling/doctype/customer/locale/ar-py.json b/selling/doctype/customer/locale/ar-py.json
new file mode 100644
index 0000000..c2e3e14
--- /dev/null
+++ b/selling/doctype/customer/locale/ar-py.json
@@ -0,0 +1,3 @@
+{
+ "A Supplier exists with same name": "\u0648\u0647\u0646\u0627\u0643 \u0645\u0648\u0631\u062f \u0645\u0648\u062c\u0648\u062f \u0645\u0639 \u0646\u0641\u0633 \u0627\u0644\u0627\u0633\u0645"
+}
\ No newline at end of file
diff --git a/selling/doctype/customer/locale/es-py.json b/selling/doctype/customer/locale/es-py.json
new file mode 100644
index 0000000..7f9b0d4
--- /dev/null
+++ b/selling/doctype/customer/locale/es-py.json
@@ -0,0 +1,3 @@
+{
+ "A Supplier exists with same name": "Un Proveedor existe con el mismo nombre"
+}
\ No newline at end of file
diff --git a/selling/doctype/customer/locale/fr-py.json b/selling/doctype/customer/locale/fr-py.json
new file mode 100644
index 0000000..b6236fa
--- /dev/null
+++ b/selling/doctype/customer/locale/fr-py.json
@@ -0,0 +1,3 @@
+{
+ "A Supplier exists with same name": "Un Fournisseur existe avec le m\u00eame nom"
+}
\ No newline at end of file
diff --git a/selling/doctype/customer/locale/hi-py.json b/selling/doctype/customer/locale/hi-py.json
new file mode 100644
index 0000000..369039f
--- /dev/null
+++ b/selling/doctype/customer/locale/hi-py.json
@@ -0,0 +1,3 @@
+{
+ "A Supplier exists with same name": "\u090f\u0915 \u0938\u092a\u094d\u0932\u093e\u092f\u0930 \u0915\u0947 \u090f\u0915 \u0939\u0940 \u0928\u093e\u092e \u0915\u0947 \u0938\u093e\u0925 \u092e\u094c\u091c\u0942\u0926 \u0939\u0948"
+}
\ No newline at end of file
diff --git a/selling/doctype/customer/locale/nl-py.json b/selling/doctype/customer/locale/nl-py.json
new file mode 100644
index 0000000..0a45983
--- /dev/null
+++ b/selling/doctype/customer/locale/nl-py.json
@@ -0,0 +1,3 @@
+{
+ "A Supplier exists with same name": "Een leverancier bestaat met dezelfde naam"
+}
\ No newline at end of file
diff --git a/selling/doctype/customer/locale/pt-py.json b/selling/doctype/customer/locale/pt-py.json
new file mode 100644
index 0000000..8047920
--- /dev/null
+++ b/selling/doctype/customer/locale/pt-py.json
@@ -0,0 +1,3 @@
+{
+ "A Supplier exists with same name": "Um Fornecedor existe com mesmo nome"
+}
\ No newline at end of file
diff --git a/setup/doctype/currency/locale/ar-doc.json b/setup/doctype/currency/locale/ar-doc.json
index b87e347..3a83d9c 100644
--- a/setup/doctype/currency/locale/ar-doc.json
+++ b/setup/doctype/currency/locale/ar-doc.json
@@ -2,6 +2,7 @@
  "# ###.##": "# # # # # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # # # #", 
+ "#,###.###": "# # # # # # #", 
  "#,##,###.##": "# # #\u060c # # # # #", 
  "#.###": "# # # #", 
  "#.###,##": "# # # #\u060c # #", 
diff --git a/setup/doctype/currency/locale/es-doc.json b/setup/doctype/currency/locale/es-doc.json
index 86cfc10..8330b38 100644
--- a/setup/doctype/currency/locale/es-doc.json
+++ b/setup/doctype/currency/locale/es-doc.json
@@ -2,6 +2,7 @@
  "# ###.##": "# # # #. # #", 
  "#,###": "#, # # #", 
  "#,###.##": "#, # # #. # #", 
+ "#,###.###": "#, # # #. # # #", 
  "#,##,###.##": "#, # #, # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # #, # #", 
diff --git a/setup/doctype/currency/locale/fr-doc.json b/setup/doctype/currency/locale/fr-doc.json
index e4138e1..c98ead1 100644
--- a/setup/doctype/currency/locale/fr-doc.json
+++ b/setup/doctype/currency/locale/fr-doc.json
@@ -2,6 +2,7 @@
  "# ###.##": "# # # #. # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # #. # #", 
+ "#,###.###": "# # # #. # # #", 
  "#,##,###.##": "#, # #, # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # #, # #", 
diff --git a/setup/doctype/currency/locale/hi-doc.json b/setup/doctype/currency/locale/hi-doc.json
index 9c15ada..0103de2 100644
--- a/setup/doctype/currency/locale/hi-doc.json
+++ b/setup/doctype/currency/locale/hi-doc.json
@@ -2,6 +2,7 @@
  "# ###.##": "# # # # # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # # # #", 
+ "#,###.###": "# # # # # # #", 
  "#,##,###.##": "# # # # # # # #", 
  "#.###": "# # # #", 
  "#.###,##": "# # # # # #", 
diff --git a/setup/doctype/currency/locale/nl-doc.json b/setup/doctype/currency/locale/nl-doc.json
index 1fc499c..c713e1d 100644
--- a/setup/doctype/currency/locale/nl-doc.json
+++ b/setup/doctype/currency/locale/nl-doc.json
@@ -2,6 +2,7 @@
  "# ###.##": "# # # #. # #", 
  "#,###": "#, # # #", 
  "#,###.##": "#, # # #. # #", 
+ "#,###.###": "#, # # #. # # #", 
  "#,##,###.##": "#, # #, # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # #, # #", 
diff --git a/setup/doctype/currency/locale/pt-doc.json b/setup/doctype/currency/locale/pt-doc.json
index fe09135..6147c6e 100644
--- a/setup/doctype/currency/locale/pt-doc.json
+++ b/setup/doctype/currency/locale/pt-doc.json
@@ -2,6 +2,7 @@
  "# ###.##": "# # # #. # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # #. # #", 
+ "#,###.###": "# # # #. # # #", 
  "#,##,###.##": "# # # # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # # # #", 
diff --git a/setup/doctype/global_defaults/locale/ar-doc.json b/setup/doctype/global_defaults/locale/ar-doc.json
index 5e3e892..8397749 100644
--- a/setup/doctype/global_defaults/locale/ar-doc.json
+++ b/setup/doctype/global_defaults/locale/ar-doc.json
@@ -3,6 +3,7 @@
  "######": "# # # # # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # # # #", 
+ "#,###.###": "# # # # # # #", 
  "#,##,###.##": "# # #\u060c # # # # #", 
  "#.###": "# # # #", 
  "#.###,##": "# # # #\u060c # #", 
@@ -42,6 +43,7 @@
  "Default Valuation Method": "\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", 
  "Default Warehouse Type": "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0645\u0633\u062a\u0648\u062f\u0639 \u0646\u0648\u0639", 
  "Delivery Note Required": "\u0645\u0644\u0627\u062d\u0638\u0629 \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629", 
+ "Do not show any symbol like $ etc next to currencies.": "\u0644\u0627 \u062a\u0638\u0647\u0631 \u0623\u064a \u0631\u0645\u0632 \u0645\u062b\u0644 $ \u0627\u0644\u062e \u0628\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0645\u0644\u0627\u062a.", 
  "Employee Number": "\u0639\u062f\u062f \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646", 
  "Employee Records to be created by ": "\u0623\u0646 \u064a\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646 \u0645\u0646 \u0642\u0628\u0644", 
  "Employee record is created using selected field. ": "\u064a\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0633\u062c\u0644 \u0627\u0644\u0645\u0648\u0638\u0641 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062d\u0642\u0644 \u0627\u0644\u0645\u062d\u062f\u062f.", 
@@ -50,6 +52,7 @@
  "General": "\u0639\u0627\u0645", 
  "Global Defaults": "\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629", 
  "HR": "HR", 
+ "Hide Currency Symbol": "\u0625\u062e\u0641\u0627\u0621 \u0631\u0645\u0632 \u0627\u0644\u0639\u0645\u0644\u0629", 
  "IGHelp": "IGHelp", 
  "Lacs": "\u0627\u0644\u0628\u062d\u064a\u0631\u0627\u062a", 
  "Maintain same rate throughout purchase cycle": "\u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0646\u0641\u0633 \u0645\u0639\u062f\u0644 \u0637\u0648\u0627\u0644 \u062f\u0648\u0631\u0629 \u0627\u0644\u0634\u0631\u0627\u0621", 
diff --git a/setup/doctype/global_defaults/locale/es-doc.json b/setup/doctype/global_defaults/locale/es-doc.json
index 05aaafa..dddf678 100644
--- a/setup/doctype/global_defaults/locale/es-doc.json
+++ b/setup/doctype/global_defaults/locale/es-doc.json
@@ -3,6 +3,7 @@
  "######": "# # # # # #", 
  "#,###": "#, # # #", 
  "#,###.##": "#, # # #. # #", 
+ "#,###.###": "#, # # #. # # #", 
  "#,##,###.##": "#, # #, # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # #, # #", 
@@ -42,6 +43,7 @@
  "Default Valuation Method": "Por defecto M\u00e9todo de Valoraci\u00f3n", 
  "Default Warehouse Type": "Tipo predeterminado Almac\u00e9n", 
  "Delivery Note Required": "Nota de entrega requerida", 
+ "Do not show any symbol like $ etc next to currencies.": "No muestra ning\u00fan s\u00edmbolo como $ etc junto a monedas.", 
  "Employee Number": "N\u00famero de empleado", 
  "Employee Records to be created by ": "Registros de los empleados a ser creado por", 
  "Employee record is created using selected field. ": "Registro de empleado se crea utilizando el campo seleccionado.", 
@@ -50,6 +52,7 @@
  "General": "General", 
  "Global Defaults": "Predeterminados globales", 
  "HR": "HR", 
+ "Hide Currency Symbol": "Ocultar S\u00edmbolo de moneda", 
  "IGHelp": "IGHelp", 
  "Lacs": "Lacs", 
  "Maintain same rate throughout purchase cycle": "Mantener el mismo ritmo durante todo el ciclo de compra", 
diff --git a/setup/doctype/global_defaults/locale/fr-doc.json b/setup/doctype/global_defaults/locale/fr-doc.json
index 45acbf4..7428ec3 100644
--- a/setup/doctype/global_defaults/locale/fr-doc.json
+++ b/setup/doctype/global_defaults/locale/fr-doc.json
@@ -3,6 +3,7 @@
  "######": "# # # # # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # #. # #", 
+ "#,###.###": "# # # #. # # #", 
  "#,##,###.##": "#, # #, # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # #, # #", 
@@ -42,6 +43,7 @@
  "Default Valuation Method": "M\u00e9thode d&#39;\u00e9valuation par d\u00e9faut", 
  "Default Warehouse Type": "Type d&#39;entrep\u00f4t par d\u00e9faut", 
  "Delivery Note Required": "Remarque livraison requis", 
+ "Do not show any symbol like $ etc next to currencies.": "Ne plus afficher n&#39;importe quel symbole comme $ etc \u00e0 c\u00f4t\u00e9 de devises.", 
  "Employee Number": "Num\u00e9ro d&#39;employ\u00e9", 
  "Employee Records to be created by ": "Dossiers sur les employ\u00e9s \u00e0 \u00eatre cr\u00e9\u00e9 par", 
  "Employee record is created using selected field. ": "Dossier de l&#39;employ\u00e9 est cr\u00e9\u00e9 \u00e0 l&#39;aide du champ s\u00e9lectionn\u00e9.", 
@@ -50,6 +52,7 @@
  "General": "G\u00e9n\u00e9ral", 
  "Global Defaults": "Par d\u00e9faut mondiaux", 
  "HR": "RH", 
+ "Hide Currency Symbol": "Masquer le symbole mon\u00e9taire", 
  "IGHelp": "IGHelp", 
  "Lacs": "Lacs", 
  "Maintain same rate throughout purchase cycle": "Maintenir le taux de m\u00eame tout au long du cycle d&#39;achat", 
diff --git a/setup/doctype/global_defaults/locale/hi-doc.json b/setup/doctype/global_defaults/locale/hi-doc.json
index 3d4e96f..0ffaf4e 100644
--- a/setup/doctype/global_defaults/locale/hi-doc.json
+++ b/setup/doctype/global_defaults/locale/hi-doc.json
@@ -3,6 +3,7 @@
  "######": "# # # # # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # # # #", 
+ "#,###.###": "# # # # # # #", 
  "#,##,###.##": "# # # # # # # #", 
  "#.###": "# # # #", 
  "#.###,##": "# # # # # #", 
@@ -42,6 +43,7 @@
  "Default Valuation Method": "\u0921\u093f\u092b\u093c\u0949\u0932\u094d\u091f \u092e\u0942\u0932\u094d\u092f\u0928 \u0935\u093f\u0927\u093f", 
  "Default Warehouse Type": "\u0921\u093f\u092b\u093c\u0949\u0932\u094d\u091f \u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u092a\u094d\u0930\u0915\u093e\u0930", 
  "Delivery Note Required": "\u0921\u093f\u0932\u093f\u0935\u0930\u0940 \u0928\u094b\u091f \u0906\u0935\u0936\u094d\u092f\u0915", 
+ "Do not show any symbol like $ etc next to currencies.": "$ \u092e\u0941\u0926\u094d\u0930\u093e\u0913\u0902 \u0915\u0940 \u092c\u0917\u0932 \u0906\u0926\u093f \u0915\u0940 \u0924\u0930\u0939 \u0915\u093f\u0938\u0940 \u092d\u0940 \u092a\u094d\u0930\u0924\u0940\u0915 \u0928\u0939\u0940\u0902 \u0926\u093f\u0916\u093e.", 
  "Employee Number": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u093f\u092f\u094b\u0902 \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e", 
  "Employee Records to be created by ": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0930\u093f\u0915\u0949\u0930\u094d\u0921\u094d\u0938 \u0926\u094d\u0935\u093e\u0930\u093e \u092c\u0928\u093e\u092f\u093e \u091c\u093e\u0928\u093e", 
  "Employee record is created using selected field. ": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0930\u093f\u0915\u0949\u0930\u094d\u0921 \u091a\u092f\u0928\u093f\u0924 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u092c\u0928\u093e\u092f\u093e \u0939\u0948.", 
@@ -50,6 +52,7 @@
  "General": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f", 
  "Global Defaults": "\u0935\u0948\u0936\u094d\u0935\u093f\u0915 \u092e\u0942\u0932\u092d\u0942\u0924", 
  "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", 
+ "Hide Currency Symbol": "\u092e\u0941\u0926\u094d\u0930\u093e \u092a\u094d\u0930\u0924\u0940\u0915 \u091b\u0941\u092a\u093e\u090f\u0901", 
  "IGHelp": "IGHelp", 
  "Lacs": "\u0932\u093e\u0916", 
  "Maintain same rate throughout purchase cycle": "\u0916\u0930\u0940\u0926 \u091a\u0915\u094d\u0930 \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 \u090f\u0915 \u0939\u0940 \u0926\u0930 \u092c\u0928\u093e\u090f \u0930\u0916\u0947\u0902", 
diff --git a/setup/doctype/global_defaults/locale/nl-doc.json b/setup/doctype/global_defaults/locale/nl-doc.json
index c2d84a3..f234b2f 100644
--- a/setup/doctype/global_defaults/locale/nl-doc.json
+++ b/setup/doctype/global_defaults/locale/nl-doc.json
@@ -3,6 +3,7 @@
  "######": "# # # # # #", 
  "#,###": "#, # # #", 
  "#,###.##": "#, # # #. # #", 
+ "#,###.###": "#, # # #. # # #", 
  "#,##,###.##": "#, # #, # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # #, # #", 
@@ -42,6 +43,7 @@
  "Default Valuation Method": "Standaard Valuation Method", 
  "Default Warehouse Type": "Standaard type magazijn", 
  "Delivery Note Required": "Levering Opmerking Verplicht", 
+ "Do not show any symbol like $ etc next to currencies.": "Vertonen geen symbool zoals $, enz. naast valuta.", 
  "Employee Number": "Medewerker Aantal", 
  "Employee Records to be created by ": "Medewerker Records worden gecre\u00eberd door", 
  "Employee record is created using selected field. ": "Medewerker record wordt gemaakt met behulp van geselecteerde veld.", 
@@ -50,6 +52,7 @@
  "General": "Algemeen", 
  "Global Defaults": "Global Standaardwaarden", 
  "HR": "HR", 
+ "Hide Currency Symbol": "Verberg Valutasymbool", 
  "IGHelp": "IGHelp", 
  "Lacs": "Lacs", 
  "Maintain same rate throughout purchase cycle": "Handhaaf dezelfde snelheid gedurende aankoop cyclus", 
diff --git a/setup/doctype/global_defaults/locale/pt-doc.json b/setup/doctype/global_defaults/locale/pt-doc.json
index 2fcfda1..2669b62 100644
--- a/setup/doctype/global_defaults/locale/pt-doc.json
+++ b/setup/doctype/global_defaults/locale/pt-doc.json
@@ -3,6 +3,7 @@
  "######": "# # # # # #", 
  "#,###": "# # # #", 
  "#,###.##": "# # # #. # #", 
+ "#,###.###": "# # # #. # # #", 
  "#,##,###.##": "# # # # # #. # #", 
  "#.###": "#. # # #", 
  "#.###,##": "#. # # # # #", 
@@ -42,6 +43,7 @@
  "Default Valuation Method": "M\u00e9todo de Avalia\u00e7\u00e3o padr\u00e3o", 
  "Default Warehouse Type": "Tipo Armaz\u00e9m padr\u00e3o", 
  "Delivery Note Required": "Nota de Entrega Obrigat\u00f3rio", 
+ "Do not show any symbol like $ etc next to currencies.": "N\u00e3o mostrar qualquer s\u00edmbolo como US $ etc ao lado de moedas.", 
  "Employee Number": "N\u00famero empregado", 
  "Employee Records to be created by ": "Registros de empregados a serem criados por", 
  "Employee record is created using selected field. ": "Registro de empregado \u00e9 criado usando campo selecionado.", 
@@ -50,6 +52,7 @@
  "General": "Geral", 
  "Global Defaults": "Padr\u00f5es globais", 
  "HR": "HR", 
+ "Hide Currency Symbol": "Ocultar S\u00edmbolo de Moeda", 
  "IGHelp": "IGHelp", 
  "Lacs": "Lacs", 
  "Maintain same rate throughout purchase cycle": "Manter mesmo ritmo durante todo o ciclo de compra", 
diff --git a/stock/doctype/purchase_receipt/locale/ar-doc.json b/stock/doctype/purchase_receipt/locale/ar-doc.json
index a48e544..d31c9bb 100644
--- a/stock/doctype/purchase_receipt/locale/ar-doc.json
+++ b/stock/doctype/purchase_receipt/locale/ar-doc.json
@@ -78,6 +78,7 @@
  "Submitted": "\u0627\u0644\u0645\u0642\u062f\u0645\u0629", 
  "Supplier": "\u0645\u0632\u0648\u062f", 
  "Supplier Address": "\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0631\u062f", 
+ "Supplier Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u0631\u062f", 
  "Supplier Warehouse": "\u0627\u0644\u0645\u0648\u0631\u062f \u0645\u0633\u062a\u0648\u062f\u0639", 
  "Supplier warehouse where you have issued raw materials for sub - contracting": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0645\u0648\u0631\u062f \u062d\u064a\u062b \u0643\u0646\u062a \u0642\u062f \u0623\u0635\u062f\u0631\u062a \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u062e\u0627\u0645 \u0644\u0634\u0628\u0647 - \u0627\u0644\u062a\u0639\u0627\u0642\u062f", 
  "Supplier's currency": "\u0627\u0644\u0645\u0648\u0631\u062f \u0645\u0646 \u0627\u0644\u0639\u0645\u0644\u0629", 
diff --git a/stock/doctype/purchase_receipt/locale/es-doc.json b/stock/doctype/purchase_receipt/locale/es-doc.json
index 6baa30a..57d0dbf 100644
--- a/stock/doctype/purchase_receipt/locale/es-doc.json
+++ b/stock/doctype/purchase_receipt/locale/es-doc.json
@@ -78,6 +78,7 @@
  "Submitted": "Enviado", 
  "Supplier": "Proveedor", 
  "Supplier Address": "Proveedor Direcci\u00f3n", 
+ "Supplier Name": "Nombre del proveedor", 
  "Supplier Warehouse": "Proveedor Almac\u00e9n", 
  "Supplier warehouse where you have issued raw materials for sub - contracting": "Proveedor almac\u00e9n donde se han emitido las materias primas para la sub - contrataci\u00f3n", 
  "Supplier's currency": "Proveedor de moneda", 
diff --git a/stock/doctype/purchase_receipt/locale/fr-doc.json b/stock/doctype/purchase_receipt/locale/fr-doc.json
index d0b1f37..280a490 100644
--- a/stock/doctype/purchase_receipt/locale/fr-doc.json
+++ b/stock/doctype/purchase_receipt/locale/fr-doc.json
@@ -78,6 +78,7 @@
  "Submitted": "Soumis", 
  "Supplier": "Fournisseur", 
  "Supplier Address": "Adresse du fournisseur", 
+ "Supplier Name": "Nom du fournisseur", 
  "Supplier Warehouse": "Entrep\u00f4t Fournisseur", 
  "Supplier warehouse where you have issued raw materials for sub - contracting": "Fournisseur entrep\u00f4t o\u00f9 vous avez \u00e9mis des mati\u00e8res premi\u00e8res pour la sous - traitance", 
  "Supplier's currency": "Fournisseur de monnaie", 
diff --git a/stock/doctype/purchase_receipt/locale/hi-doc.json b/stock/doctype/purchase_receipt/locale/hi-doc.json
index 16b5fa3..0e7d5e5 100644
--- a/stock/doctype/purchase_receipt/locale/hi-doc.json
+++ b/stock/doctype/purchase_receipt/locale/hi-doc.json
@@ -80,6 +80,7 @@
  "Submitted": "\u092a\u0947\u0936", 
  "Supplier": "\u092a\u094d\u0930\u0926\u093e\u092f\u0915", 
  "Supplier Address": "\u092a\u094d\u0930\u0926\u093e\u092f\u0915 \u092a\u0924\u093e", 
+ "Supplier Name": "\u092a\u094d\u0930\u0926\u093e\u092f\u0915 \u0928\u093e\u092e", 
  "Supplier Warehouse": "\u092a\u094d\u0930\u0926\u093e\u092f\u0915 \u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938", 
  "Supplier warehouse where you have issued raw materials for sub - contracting": "\u092a\u094d\u0930\u0926\u093e\u092f\u0915 \u0917\u094b\u0926\u093e\u092e \u091c\u0939\u093e\u0901 \u0906\u092a \u0909\u092a \u0915\u0947 \u0932\u093f\u090f \u0915\u091a\u094d\u091a\u0947 \u092e\u093e\u0932 \u0915\u0947 \u091c\u093e\u0930\u0940 \u0915\u093f\u090f \u0917\u090f \u0939\u0948\u0902 - \u0915\u0930\u093e\u0930", 
  "Supplier's currency": "\u092a\u094d\u0930\u0926\u093e\u092f\u0915 \u092e\u0941\u0926\u094d\u0930\u093e", 
diff --git a/stock/doctype/purchase_receipt/locale/nl-doc.json b/stock/doctype/purchase_receipt/locale/nl-doc.json
index b66a31e..f13c3bd 100644
--- a/stock/doctype/purchase_receipt/locale/nl-doc.json
+++ b/stock/doctype/purchase_receipt/locale/nl-doc.json
@@ -78,6 +78,7 @@
  "Submitted": "Ingezonden", 
  "Supplier": "Leverancier", 
  "Supplier Address": "Leverancier Adres", 
+ "Supplier Name": "Leverancier Naam", 
  "Supplier Warehouse": "Leverancier Warehouse", 
  "Supplier warehouse where you have issued raw materials for sub - contracting": "Leverancier magazijn waar u grondstoffen afgegeven voor sub - aanbestedende", 
  "Supplier's currency": "Leverancier valuta", 
diff --git a/stock/doctype/purchase_receipt/locale/pt-doc.json b/stock/doctype/purchase_receipt/locale/pt-doc.json
index b705f48..13e6eaa 100644
--- a/stock/doctype/purchase_receipt/locale/pt-doc.json
+++ b/stock/doctype/purchase_receipt/locale/pt-doc.json
@@ -78,6 +78,7 @@
  "Submitted": "Enviado", 
  "Supplier": "Fornecedor", 
  "Supplier Address": "Endere\u00e7o do Fornecedor", 
+ "Supplier Name": "Nome do Fornecedor", 
  "Supplier Warehouse": "Armaz\u00e9m fornecedor", 
  "Supplier warehouse where you have issued raw materials for sub - contracting": "Armaz\u00e9m do fornecedor onde voc\u00ea emitiu mat\u00e9rias-primas para a sub - contrata\u00e7\u00e3o", 
  "Supplier's currency": "Moeda fornecedor", 
diff --git a/stock/doctype/stock_ledger_entry/locale/ar-py.json b/stock/doctype/stock_ledger_entry/locale/ar-py.json
new file mode 100644
index 0000000..e5927c3
--- /dev/null
+++ b/stock/doctype/stock_ledger_entry/locale/ar-py.json
@@ -0,0 +1,3 @@
+{
+ "User not allowed entry in the Warehouse": "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0627\u0644\u062f\u062e\u0648\u0644 \u0641\u064a \u0645\u0633\u062a\u0648\u062f\u0639"
+}
\ No newline at end of file
diff --git a/stock/doctype/stock_ledger_entry/locale/es-py.json b/stock/doctype/stock_ledger_entry/locale/es-py.json
new file mode 100644
index 0000000..bd6255e
--- /dev/null
+++ b/stock/doctype/stock_ledger_entry/locale/es-py.json
@@ -0,0 +1,3 @@
+{
+ "User not allowed entry in the Warehouse": "No se permite la entrada del usuario en el almac\u00e9n de"
+}
\ No newline at end of file
diff --git a/stock/doctype/stock_ledger_entry/locale/fr-py.json b/stock/doctype/stock_ledger_entry/locale/fr-py.json
new file mode 100644
index 0000000..d1913ff
--- /dev/null
+++ b/stock/doctype/stock_ledger_entry/locale/fr-py.json
@@ -0,0 +1,3 @@
+{
+ "User not allowed entry in the Warehouse": "Entr\u00e9e utilisateur non autoris\u00e9 dans l&#39;entrep\u00f4t"
+}
\ No newline at end of file
diff --git a/stock/doctype/stock_ledger_entry/locale/hi-py.json b/stock/doctype/stock_ledger_entry/locale/hi-py.json
new file mode 100644
index 0000000..6dd580e
--- /dev/null
+++ b/stock/doctype/stock_ledger_entry/locale/hi-py.json
@@ -0,0 +1,3 @@
+{
+ "User not allowed entry in the Warehouse": "\u0917\u094b\u0926\u093e\u092e \u092e\u0947\u0902 \u0909\u092a\u092f\u094b\u0915\u094d\u0924\u093e \u0905\u0928\u0941\u092e\u0924\u093f \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0928\u0939\u0940\u0902 \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f"
+}
\ No newline at end of file
diff --git a/stock/doctype/stock_ledger_entry/locale/nl-py.json b/stock/doctype/stock_ledger_entry/locale/nl-py.json
new file mode 100644
index 0000000..1d11741
--- /dev/null
+++ b/stock/doctype/stock_ledger_entry/locale/nl-py.json
@@ -0,0 +1,3 @@
+{
+ "User not allowed entry in the Warehouse": "Gebruiker niet toegestaan \u200b\u200bvermelding in het Warehouse"
+}
\ No newline at end of file
diff --git a/stock/doctype/stock_ledger_entry/locale/pt-py.json b/stock/doctype/stock_ledger_entry/locale/pt-py.json
new file mode 100644
index 0000000..b701030
--- /dev/null
+++ b/stock/doctype/stock_ledger_entry/locale/pt-py.json
@@ -0,0 +1,3 @@
+{
+ "User not allowed entry in the Warehouse": "Entrada do usu\u00e1rio n\u00e3o \u00e9 permitido no Armaz\u00e9m"
+}
\ No newline at end of file
diff --git a/stock/doctype/warehouse/locale/ar-doc.json b/stock/doctype/warehouse/locale/ar-doc.json
index 95167a2..6eae4fd 100644
--- a/stock/doctype/warehouse/locale/ar-doc.json
+++ b/stock/doctype/warehouse/locale/ar-doc.json
@@ -6,6 +6,7 @@
  "Company": "\u0634\u0631\u0643\u0629", 
  "Email Id": "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0639\u0631\u0641", 
  "For Reference Only.": "\u0644\u0644\u0625\u0634\u0627\u0631\u0629 \u0641\u0642\u0637.", 
+ "If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.": "\u0625\u0630\u0627 \u0645\u062c\u0645\u0648\u0639\u0629\u060c \u064a\u0633\u0645\u062d \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u062d\u062f\u062f. \u0622\u062e\u0631\u060c \u064a\u0633\u0645\u062d \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0639 \u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629.", 
  "Merge": "\u062f\u0645\u062c", 
  "Merge Warehouses": "\u062f\u0645\u062c \u0645\u0633\u062a\u0648\u062f\u0639\u0627\u062a", 
  "Merge With": "\u062f\u0645\u062c \u0645\u0639", 
@@ -19,5 +20,6 @@
  "Warehouse Contact Info": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644", 
  "Warehouse Detail": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644", 
  "Warehouse Name": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0633\u0645", 
- "Warehouse Type": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0646\u0648\u0639"
+ "Warehouse Type": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0646\u0648\u0639", 
+ "Warehouse Users": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646"
 }
\ No newline at end of file
diff --git a/stock/doctype/warehouse/locale/es-doc.json b/stock/doctype/warehouse/locale/es-doc.json
index 6a02218..ef03b1c 100644
--- a/stock/doctype/warehouse/locale/es-doc.json
+++ b/stock/doctype/warehouse/locale/es-doc.json
@@ -6,6 +6,7 @@
  "Company": "Empresa", 
  "Email Id": "Email Id", 
  "For Reference Only.": "S\u00f3lo de referencia.", 
+ "If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.": "Si se establece, la entrada de datos s\u00f3lo se permite a los usuarios especificados. Si no, se permite la entrada a todos los usuarios con los permisos necesarios.", 
  "Merge": "Unir", 
  "Merge Warehouses": "Combinar Almacenes", 
  "Merge With": "Combinar con", 
@@ -19,5 +20,6 @@
  "Warehouse Contact Info": "Almac\u00e9n de informaci\u00f3n de contacto", 
  "Warehouse Detail": "Almac\u00e9n Detalle", 
  "Warehouse Name": "Almac\u00e9n Nombre", 
- "Warehouse Type": "Dep\u00f3sito de tipo"
+ "Warehouse Type": "Dep\u00f3sito de tipo", 
+ "Warehouse Users": "Usuarios Almac\u00e9n"
 }
\ No newline at end of file
diff --git a/stock/doctype/warehouse/locale/fr-doc.json b/stock/doctype/warehouse/locale/fr-doc.json
index f4a50ed..785a11a 100644
--- a/stock/doctype/warehouse/locale/fr-doc.json
+++ b/stock/doctype/warehouse/locale/fr-doc.json
@@ -6,6 +6,7 @@
  "Company": "Entreprise", 
  "Email Id": "Identification d&#39;email", 
  "For Reference Only.": "Pour r\u00e9f\u00e9rence seulement.", 
+ "If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.": "S&#39;il est d\u00e9fini, la saisie des donn\u00e9es n&#39;est autoris\u00e9 que pour les utilisateurs sp\u00e9cifi\u00e9s. Sinon, l&#39;entr\u00e9e est autoris\u00e9e pour tous les utilisateurs disposant des autorisations requises.", 
  "Merge": "Fusionner", 
  "Merge Warehouses": "Fusionner Entrep\u00f4ts", 
  "Merge With": "Fusionner avec", 
@@ -19,5 +20,6 @@
  "Warehouse Contact Info": "Entrep\u00f4t Info Contact", 
  "Warehouse Detail": "D\u00e9tail d&#39;entrep\u00f4t", 
  "Warehouse Name": "Nom d&#39;entrep\u00f4t", 
- "Warehouse Type": "Type d&#39;entrep\u00f4t"
+ "Warehouse Type": "Type d&#39;entrep\u00f4t", 
+ "Warehouse Users": "Les utilisateurs d&#39;entrep\u00f4t"
 }
\ No newline at end of file
diff --git a/stock/doctype/warehouse/locale/hi-doc.json b/stock/doctype/warehouse/locale/hi-doc.json
index dd00fb8..8f2ed41 100644
--- a/stock/doctype/warehouse/locale/hi-doc.json
+++ b/stock/doctype/warehouse/locale/hi-doc.json
@@ -6,6 +6,7 @@
  "Company": "\u0915\u0902\u092a\u0928\u0940", 
  "Email Id": "\u0908\u092e\u0947\u0932 \u0906\u0908\u0921\u0940", 
  "For Reference Only.": "\u0938\u0902\u0926\u0930\u094d\u092d \u0915\u0947 \u0932\u093f\u090f \u0939\u0940.", 
+ "If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.": "\u0905\u0917\u0930 \u0938\u0947\u091f, \u0921\u0947\u091f\u093e \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f \u0915\u0947\u0935\u0932 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0940 \u0939\u0948. \u0935\u0930\u0928\u093e, \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f \u0905\u092a\u0947\u0915\u094d\u0937\u093f\u0924 \u0905\u0928\u0941\u092e\u0924\u093f \u0915\u0947 \u0938\u093e\u0925 \u0938\u092d\u0940 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0940 \u0939\u0948.", 
  "Merge": "\u092e\u0930\u094d\u091c", 
  "Merge Warehouses": "\u0917\u094b\u0926\u093e\u092e\u094b\u0902 \u092e\u0930\u094d\u091c", 
  "Merge With": "\u0915\u0947 \u0938\u093e\u0925 \u0935\u093f\u0932\u092f", 
@@ -19,5 +20,6 @@
  "Warehouse Contact Info": "\u0935\u0947\u092f\u0930\u0939\u093e\u0909\u0938 \u0938\u0902\u092a\u0930\u094d\u0915 \u091c\u093e\u0928\u0915\u093e\u0930\u0940", 
  "Warehouse Detail": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u0935\u093f\u0938\u094d\u0924\u093e\u0930", 
  "Warehouse Name": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u0928\u093e\u092e", 
- "Warehouse Type": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u092a\u094d\u0930\u0915\u093e\u0930"
+ "Warehouse Type": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u092a\u094d\u0930\u0915\u093e\u0930", 
+ "Warehouse Users": "\u0935\u0947\u092f\u0930\u0939\u093e\u0909\u0938 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902"
 }
\ No newline at end of file
diff --git a/stock/doctype/warehouse/locale/nl-doc.json b/stock/doctype/warehouse/locale/nl-doc.json
index acc128e..ae3c6d3 100644
--- a/stock/doctype/warehouse/locale/nl-doc.json
+++ b/stock/doctype/warehouse/locale/nl-doc.json
@@ -6,6 +6,7 @@
  "Company": "Vennootschap", 
  "Email Id": "E-mail Identiteitskaart", 
  "For Reference Only.": "Alleen ter referentie.", 
+ "If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.": "Indien ingesteld, wordt het invoeren van gegevens alleen toegestaan \u200b\u200bvoor bepaalde gebruikers. Else, is toegang toegestaan \u200b\u200bvoor alle gebruikers met de vereiste machtigingen.", 
  "Merge": "Samensmelten", 
  "Merge Warehouses": "Samenvoegen Magazijnen", 
  "Merge With": "Fuseren met", 
@@ -19,5 +20,6 @@
  "Warehouse Contact Info": "Warehouse Contact Info", 
  "Warehouse Detail": "Magazijn Detail", 
  "Warehouse Name": "Warehouse Naam", 
- "Warehouse Type": "Warehouse Type"
+ "Warehouse Type": "Warehouse Type", 
+ "Warehouse Users": "Magazijn Gebruikers"
 }
\ No newline at end of file
diff --git a/stock/doctype/warehouse/locale/pt-doc.json b/stock/doctype/warehouse/locale/pt-doc.json
index 2cacbd5..d1fcf76 100644
--- a/stock/doctype/warehouse/locale/pt-doc.json
+++ b/stock/doctype/warehouse/locale/pt-doc.json
@@ -6,6 +6,7 @@
  "Company": "Companhia", 
  "Email Id": "Id e-mail", 
  "For Reference Only.": "Apenas para refer\u00eancia.", 
+ "If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.": "Se definido, a entrada de dados s\u00f3 \u00e9 permitida para usu\u00e1rios especificados. Outra, a entrada \u00e9 permitida para todos os usu\u00e1rios com permiss\u00f5es necess\u00e1rias.", 
  "Merge": "Fundir", 
  "Merge Warehouses": "Mesclar Armaz\u00e9ns", 
  "Merge With": "Intercalar com", 
@@ -19,5 +20,6 @@
  "Warehouse Contact Info": "Armaz\u00e9m Informa\u00e7\u00f5es de Contato", 
  "Warehouse Detail": "Detalhe Armaz\u00e9m", 
  "Warehouse Name": "Nome Armaz\u00e9m", 
- "Warehouse Type": "Tipo de armaz\u00e9m"
+ "Warehouse Type": "Tipo de armaz\u00e9m", 
+ "Warehouse Users": "Usu\u00e1rios do Warehouse"
 }
\ No newline at end of file
diff --git a/stock/doctype/warehouse_user/locale/ar-doc.json b/stock/doctype/warehouse_user/locale/ar-doc.json
new file mode 100644
index 0000000..557ce5f
--- /dev/null
+++ b/stock/doctype/warehouse_user/locale/ar-doc.json
@@ -0,0 +1,5 @@
+{
+ "Stock": "\u0627\u0644\u0623\u0648\u0631\u0627\u0642 \u0627\u0644\u0645\u0627\u0644\u064a\u0629", 
+ "User": "\u0645\u0633\u062a\u062e\u062f\u0645", 
+ "Warehouse User": "\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0639\u0636\u0648"
+}
\ No newline at end of file
diff --git a/stock/doctype/warehouse_user/locale/es-doc.json b/stock/doctype/warehouse_user/locale/es-doc.json
new file mode 100644
index 0000000..39b36b8
--- /dev/null
+++ b/stock/doctype/warehouse_user/locale/es-doc.json
@@ -0,0 +1,5 @@
+{
+ "Stock": "Valores", 
+ "User": "Usuario", 
+ "Warehouse User": "Almac\u00e9n del usuario"
+}
\ No newline at end of file
diff --git a/stock/doctype/warehouse_user/locale/fr-doc.json b/stock/doctype/warehouse_user/locale/fr-doc.json
new file mode 100644
index 0000000..898bf94
--- /dev/null
+++ b/stock/doctype/warehouse_user/locale/fr-doc.json
@@ -0,0 +1,5 @@
+{
+ "Stock": "Stock", 
+ "User": "Utilisateur", 
+ "Warehouse User": "L&#39;utilisateur d&#39;entrep\u00f4t"
+}
\ No newline at end of file
diff --git a/stock/doctype/warehouse_user/locale/hi-doc.json b/stock/doctype/warehouse_user/locale/hi-doc.json
new file mode 100644
index 0000000..53136b3
--- /dev/null
+++ b/stock/doctype/warehouse_user/locale/hi-doc.json
@@ -0,0 +1,5 @@
+{
+ "Stock": "\u0938\u094d\u091f\u0949\u0915", 
+ "User": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e", 
+ "Warehouse User": "\u0935\u0947\u0905\u0930\u0939\u093e\u0909\u0938 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u0947"
+}
\ No newline at end of file
diff --git a/stock/doctype/warehouse_user/locale/nl-doc.json b/stock/doctype/warehouse_user/locale/nl-doc.json
new file mode 100644
index 0000000..634ab6c
--- /dev/null
+++ b/stock/doctype/warehouse_user/locale/nl-doc.json
@@ -0,0 +1,5 @@
+{
+ "Stock": "Voorraad", 
+ "User": "Gebruiker", 
+ "Warehouse User": "Magazijn Gebruiker"
+}
\ No newline at end of file
diff --git a/stock/doctype/warehouse_user/locale/pt-doc.json b/stock/doctype/warehouse_user/locale/pt-doc.json
new file mode 100644
index 0000000..dcfbfa9
--- /dev/null
+++ b/stock/doctype/warehouse_user/locale/pt-doc.json
@@ -0,0 +1,5 @@
+{
+ "Stock": "Estoque", 
+ "User": "Usu\u00e1rio", 
+ "Warehouse User": "Usu\u00e1rio Armaz\u00e9m"
+}
\ No newline at end of file
diff --git a/stock/module_def/stock/locale/ar-doc.json b/stock/module_def/stock/locale/ar-doc.json
index 05a2cd6..945b766 100644
--- a/stock/module_def/stock/locale/ar-doc.json
+++ b/stock/module_def/stock/locale/ar-doc.json
@@ -8,6 +8,7 @@
  "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "\u062a\u0648\u0644\u064a\u062f \u0627\u0644\u062a\u0639\u0628\u0626\u0629 \u0632\u0644\u0627\u062a \u0644\u062d\u0632\u0645 \u0644\u064a\u062a\u0645 \u062a\u0633\u0644\u064a\u0645\u0647\u0627. \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0644\u0625\u062e\u0637\u0627\u0631 \u0639\u062f\u062f \u062d\u0632\u0645\u0629\u060c \u062d\u0632\u0645\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0648\u0632\u0646\u0647.", 
  "Item-Wise Price List": "\u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0643\u064a\u0645 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0623\u0633\u0639\u0627\u0631", 
  "Ordered Items To Be Delivered": "\u0623\u0645\u0631\u062a \u0639\u0646\u0627\u0635\u0631 \u0644\u064a\u062a\u0645 \u062a\u0633\u0644\u064a\u0645\u0647\u0627", 
+ "Purchase Order Items To Be Received": "\u0623\u0645\u0631 \u0634\u0631\u0627\u0621 \u0627\u0644\u0623\u0635\u0646\u0627\u0641 \u0627\u0644\u062a\u064a \u0633\u062a\u0631\u062f", 
  "Serial No Service Contract Expiry": "\u0645\u0633\u0644\u0633\u0644 \u0627\u0644\u0639\u0642\u062f \u0644\u0627 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u062e\u062f\u0645\u0629", 
  "Serial No Status": "\u0627\u0644\u0645\u0633\u0644\u0633\u0644 \u0644\u0627 \u0627\u0644\u062d\u0627\u0644\u0629", 
  "Serial No Warranty Expiry": "\u0627\u0644\u0645\u0633\u0644\u0633\u0644 \u0644\u0627 \u0639\u0648\u062f\u0629 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643", 
diff --git a/stock/module_def/stock/locale/es-doc.json b/stock/module_def/stock/locale/es-doc.json
index 9c399ac..e359250 100644
--- a/stock/module_def/stock/locale/es-doc.json
+++ b/stock/module_def/stock/locale/es-doc.json
@@ -8,6 +8,7 @@
  "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "Generar albaranes para los paquetes que se entregar\u00e1n. Se utiliza para notificar el n\u00famero de paquetes, el contenido del paquete y su peso.", 
  "Item-Wise Price List": "Item-Wise Precio de lista", 
  "Ordered Items To Be Delivered": "Los art\u00edculos pedidos para ser entregados", 
+ "Purchase Order Items To Be Received": "Art\u00edculos de \u00f3rdenes de compra que se reciban", 
  "Serial No Service Contract Expiry": "N\u00famero de orden de servicio de caducidad del contrato", 
  "Serial No Status": "Serial No Estado", 
  "Serial No Warranty Expiry": "N\u00famero de serie Garant\u00eda de caducidad", 
diff --git a/stock/module_def/stock/locale/fr-doc.json b/stock/module_def/stock/locale/fr-doc.json
index 7a77cb3..b842675 100644
--- a/stock/module_def/stock/locale/fr-doc.json
+++ b/stock/module_def/stock/locale/fr-doc.json
@@ -8,6 +8,7 @@
  "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "G\u00e9n\u00e9rer des bordereaux d&#39;emballage pour les colis \u00e0 livrer. Utilis\u00e9 pour avertir le num\u00e9ro du colis, contenu du paquet et son poids.", 
  "Item-Wise Price List": "Liste des Prix Article Wise", 
  "Ordered Items To Be Delivered": "Articles command\u00e9s \u00e0 livrer", 
+ "Purchase Order Items To Be Received": "Articles de bons de commande pour \u00eatre re\u00e7u", 
  "Serial No Service Contract Expiry": "N \u00b0 de s\u00e9rie expiration du contrat de service", 
  "Serial No Status": "N \u00b0 de s\u00e9rie Statut", 
  "Serial No Warranty Expiry": "N \u00b0 de s\u00e9rie expiration de garantie", 
diff --git a/stock/module_def/stock/locale/hi-doc.json b/stock/module_def/stock/locale/hi-doc.json
index 4dfd8e9..890b3da 100644
--- a/stock/module_def/stock/locale/hi-doc.json
+++ b/stock/module_def/stock/locale/hi-doc.json
@@ -8,6 +8,7 @@
  "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "\u0926\u093f\u092f\u093e \u091c\u093e \u0938\u0902\u0915\u0941\u0932 \u0915\u0947 \u0932\u093f\u090f \u0928\u093f\u0915\u0932 \u091c\u093e\u0924\u093e \u0939\u0948 \u092a\u0948\u0915\u093f\u0902\u0917 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u0930\u0924\u093e \u0939\u0948. \u092a\u0948\u0915\u0947\u091c \u0938\u0902\u0916\u094d\u092f\u093e, \u092a\u0948\u0915\u0947\u091c \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0914\u0930 \u0905\u092a\u0928\u0947 \u0935\u091c\u0928 \u0915\u094b \u0938\u0942\u091a\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948.", 
  "Item-Wise Price List": "\u0906\u0907\u091f\u092e \u0935\u093e\u0930 \u092e\u0942\u0932\u094d\u092f \u0938\u0942\u091a\u0940", 
  "Ordered Items To Be Delivered": "\u0939\u093f\u0938\u093e\u092c \u0938\u0947 \u0926\u093f\u092f\u093e \u091c\u093e \u0906\u0907\u091f\u092e", 
+ "Purchase Order Items To Be Received": "\u0916\u0930\u0940\u0926 \u0906\u0926\u0947\u0936 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u093f\u090f \u091c\u093e\u0928\u0947 \u0906\u0907\u091f\u092e", 
  "Serial No Service Contract Expiry": "\u0938\u0940\u0930\u093f\u092f\u0932 \u0915\u094b\u0908 \u0938\u0947\u0935\u093e \u0905\u0928\u0941\u092c\u0902\u0927 \u0938\u092e\u093e\u092a\u094d\u0924\u093f", 
  "Serial No Status": "\u0938\u0940\u0930\u093f\u092f\u0932 \u0915\u094b\u0908 \u0938\u094d\u0925\u093f\u0924\u093f", 
  "Serial No Warranty Expiry": "\u0938\u0940\u0930\u093f\u092f\u0932 \u0915\u094b\u0908 \u0935\u093e\u0930\u0902\u091f\u0940 \u0938\u092e\u093e\u092a\u094d\u0924\u093f", 
diff --git a/stock/module_def/stock/locale/nl-doc.json b/stock/module_def/stock/locale/nl-doc.json
index e3ea47f..2ee998b 100644
--- a/stock/module_def/stock/locale/nl-doc.json
+++ b/stock/module_def/stock/locale/nl-doc.json
@@ -8,6 +8,7 @@
  "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "Genereer pakbonnen voor pakketten te leveren. Gebruikt voor het verpakken aantal, inhoud van de verpakking en het gewicht mee te delen.", 
  "Item-Wise Price List": "Item-Wise Prijslijst", 
  "Ordered Items To Be Delivered": "Besteld te leveren zaken", 
+ "Purchase Order Items To Be Received": "Purchase Order Items te ontvangen", 
  "Serial No Service Contract Expiry": "Serial No Service Contract Expiry", 
  "Serial No Status": "Serienummer Status", 
  "Serial No Warranty Expiry": "Serial Geen garantie Expiry", 
diff --git a/stock/module_def/stock/locale/pt-doc.json b/stock/module_def/stock/locale/pt-doc.json
index c3bf6ac..fced9e0 100644
--- a/stock/module_def/stock/locale/pt-doc.json
+++ b/stock/module_def/stock/locale/pt-doc.json
@@ -8,6 +8,7 @@
  "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "Gerar comprovantes de entrega de pacotes a serem entregues. Usado para notificar n\u00famero do pacote, o conte\u00fado do pacote e seu peso.", 
  "Item-Wise Price List": "Item-Wise Lista de Pre\u00e7os", 
  "Ordered Items To Be Delivered": "Itens ordenados a ser entregue", 
+ "Purchase Order Items To Be Received": "Comprar itens para ser recebido", 
  "Serial No Service Contract Expiry": "N \u00ba de S\u00e9rie Vencimento Contrato de Servi\u00e7o", 
  "Serial No Status": "No Estado de s\u00e9rie", 
  "Serial No Warranty Expiry": "Caducidade N\u00e3o Serial Garantia", 
diff --git a/stock/page/stock_home/locale/ar-js.json b/stock/page/stock_home/locale/ar-js.json
index 4f89e5e..b15c113 100644
--- a/stock/page/stock_home/locale/ar-js.json
+++ b/stock/page/stock_home/locale/ar-js.json
@@ -26,6 +26,7 @@
  "Ordered Items To Be Delivered": "\u0623\u0645\u0631\u062a \u0639\u0646\u0627\u0635\u0631 \u0644\u064a\u062a\u0645 \u062a\u0633\u0644\u064a\u0645\u0647\u0627", 
  "Packing Slip": "\u0632\u0644\u0629 \u0627\u0644\u062a\u0639\u0628\u0626\u0629", 
  "Price List": "\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0623\u0633\u0639\u0627\u0631", 
+ "Purchase Order Items To Be Received": "\u0623\u0645\u0631 \u0634\u0631\u0627\u0621 \u0627\u0644\u0623\u0635\u0646\u0627\u0641 \u0627\u0644\u062a\u064a \u0633\u062a\u0631\u062f", 
  "Purchase Receipt": "\u0634\u0631\u0627\u0621 \u0627\u0633\u062a\u0644\u0627\u0645", 
  "Quality Inspection": "\u0641\u062d\u0635 \u0627\u0644\u062c\u0648\u062f\u0629", 
  "Reports": "\u062a\u0642\u0627\u0631\u064a\u0631", 
diff --git a/stock/page/stock_home/locale/es-js.json b/stock/page/stock_home/locale/es-js.json
index 02e887b..a879608 100644
--- a/stock/page/stock_home/locale/es-js.json
+++ b/stock/page/stock_home/locale/es-js.json
@@ -26,6 +26,7 @@
  "Ordered Items To Be Delivered": "Los art\u00edculos pedidos para ser entregados", 
  "Packing Slip": "Packing Slip", 
  "Price List": "Precio de lista", 
+ "Purchase Order Items To Be Received": "Art\u00edculos de \u00f3rdenes de compra que se reciban", 
  "Purchase Receipt": "Recibo de compra", 
  "Quality Inspection": "Inspecci\u00f3n de Calidad", 
  "Reports": "Informes", 
diff --git a/stock/page/stock_home/locale/fr-js.json b/stock/page/stock_home/locale/fr-js.json
index 6aeb214..0267043 100644
--- a/stock/page/stock_home/locale/fr-js.json
+++ b/stock/page/stock_home/locale/fr-js.json
@@ -26,6 +26,7 @@
  "Ordered Items To Be Delivered": "Articles command\u00e9s \u00e0 livrer", 
  "Packing Slip": "Bordereau", 
  "Price List": "Liste des Prix", 
+ "Purchase Order Items To Be Received": "Articles de bons de commande pour \u00eatre re\u00e7u", 
  "Purchase Receipt": "Achat R\u00e9ception", 
  "Quality Inspection": "Inspection de la Qualit\u00e9", 
  "Reports": "Rapports", 
diff --git a/stock/page/stock_home/locale/hi-js.json b/stock/page/stock_home/locale/hi-js.json
index 0c4cace..dba132f 100644
--- a/stock/page/stock_home/locale/hi-js.json
+++ b/stock/page/stock_home/locale/hi-js.json
@@ -26,6 +26,7 @@
  "Ordered Items To Be Delivered": "\u0939\u093f\u0938\u093e\u092c \u0938\u0947 \u0926\u093f\u092f\u093e \u091c\u093e \u0906\u0907\u091f\u092e", 
  "Packing Slip": "\u092a\u0930\u094d\u091a\u0940 \u092a\u0948\u0915\u093f\u0902\u0917", 
  "Price List": "\u0915\u0940\u092e\u0924 \u0938\u0942\u091a\u0940", 
+ "Purchase Order Items To Be Received": "\u0916\u0930\u0940\u0926 \u0906\u0926\u0947\u0936 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u093f\u090f \u091c\u093e\u0928\u0947 \u0906\u0907\u091f\u092e", 
  "Purchase Receipt": "\u0930\u0938\u0940\u0926 \u0916\u0930\u0940\u0926", 
  "Quality Inspection": "\u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0928\u093f\u0930\u0940\u0915\u094d\u0937\u0923", 
  "Reports": "\u0930\u093f\u092a\u094b\u0930\u094d\u091f", 
diff --git a/stock/page/stock_home/locale/nl-js.json b/stock/page/stock_home/locale/nl-js.json
index ee803af..6827b85 100644
--- a/stock/page/stock_home/locale/nl-js.json
+++ b/stock/page/stock_home/locale/nl-js.json
@@ -26,6 +26,7 @@
  "Ordered Items To Be Delivered": "Besteld te leveren zaken", 
  "Packing Slip": "Pakbon", 
  "Price List": "Prijslijst", 
+ "Purchase Order Items To Be Received": "Purchase Order Items te ontvangen", 
  "Purchase Receipt": "Aankoopbewijs", 
  "Quality Inspection": "Kwaliteitscontrole", 
  "Reports": "Rapporten", 
diff --git a/stock/page/stock_home/locale/pt-js.json b/stock/page/stock_home/locale/pt-js.json
index d2fa1e1..f886331 100644
--- a/stock/page/stock_home/locale/pt-js.json
+++ b/stock/page/stock_home/locale/pt-js.json
@@ -26,6 +26,7 @@
  "Ordered Items To Be Delivered": "Itens ordenados a ser entregue", 
  "Packing Slip": "Embalagem deslizamento", 
  "Price List": "Lista de Pre\u00e7os", 
+ "Purchase Order Items To Be Received": "Comprar itens para ser recebido", 
  "Purchase Receipt": "Compra recibo", 
  "Quality Inspection": "Inspe\u00e7\u00e3o de Qualidade", 
  "Reports": "Relat\u00f3rios", 
diff --git a/support/doctype/maintenance_schedule/locale/ar-doc.json b/support/doctype/maintenance_schedule/locale/ar-doc.json
index 0617ef5..4506d17 100644
--- a/support/doctype/maintenance_schedule/locale/ar-doc.json
+++ b/support/doctype/maintenance_schedule/locale/ar-doc.json
@@ -11,6 +11,7 @@
  "Customer Address": "\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", 
  "Customer Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", 
  "Customer Group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", 
+ "Customer Name": "\u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644", 
  "Draft": "\u0645\u0633\u0648\u062f\u0629", 
  "Generate Schedule": "\u062a\u0648\u0644\u064a\u062f \u062c\u062f\u0648\u0644", 
  "Get Items": "\u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0635\u0631", 
diff --git a/support/doctype/maintenance_schedule/locale/es-doc.json b/support/doctype/maintenance_schedule/locale/es-doc.json
index 44d3c86..4cd26b4 100644
--- a/support/doctype/maintenance_schedule/locale/es-doc.json
+++ b/support/doctype/maintenance_schedule/locale/es-doc.json
@@ -11,6 +11,7 @@
  "Customer Address": "Direcci\u00f3n del cliente", 
  "Customer Details": "Detalles del Cliente", 
  "Customer Group": "Grupo de clientes", 
+ "Customer Name": "Nombre del cliente", 
  "Draft": "Borrador", 
  "Generate Schedule": "Generar Calendario", 
  "Get Items": "Obtener elementos", 
diff --git a/support/doctype/maintenance_schedule/locale/fr-doc.json b/support/doctype/maintenance_schedule/locale/fr-doc.json
index 3f9f2d1..2a93be2 100644
--- a/support/doctype/maintenance_schedule/locale/fr-doc.json
+++ b/support/doctype/maintenance_schedule/locale/fr-doc.json
@@ -11,6 +11,7 @@
  "Customer Address": "Adresse du client", 
  "Customer Details": "D\u00e9tails du client", 
  "Customer Group": "Groupe de clients", 
+ "Customer Name": "Nom du client", 
  "Draft": "Avant-projet", 
  "Generate Schedule": "G\u00e9n\u00e9rer annexe", 
  "Get Items": "Obtenir les \u00e9l\u00e9ments", 
diff --git a/support/doctype/maintenance_schedule/locale/hi-doc.json b/support/doctype/maintenance_schedule/locale/hi-doc.json
index 0367b94..262ad66 100644
--- a/support/doctype/maintenance_schedule/locale/hi-doc.json
+++ b/support/doctype/maintenance_schedule/locale/hi-doc.json
@@ -11,6 +11,7 @@
  "Customer Address": "\u0917\u094d\u0930\u093e\u0939\u0915 \u092a\u0924\u093e", 
  "Customer Details": "\u0917\u094d\u0930\u093e\u0939\u0915 \u0935\u093f\u0935\u0930\u0923", 
  "Customer Group": "\u0917\u094d\u0930\u093e\u0939\u0915 \u0938\u092e\u0942\u0939", 
+ "Customer Name": "\u0917\u094d\u0930\u093e\u0939\u0915 \u0915\u093e \u0928\u093e\u092e", 
  "Draft": "\u092e\u0938\u094c\u0926\u093e", 
  "Generate Schedule": "\u0915\u093e\u0930\u094d\u092f\u0915\u094d\u0930\u092e \u0924\u092f \u0915\u0930\u0947\u0902 \u0909\u0924\u094d\u092a\u0928\u094d\u0928", 
  "Get Items": "\u0906\u0907\u091f\u092e \u092a\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f", 
diff --git a/support/doctype/maintenance_schedule/locale/nl-doc.json b/support/doctype/maintenance_schedule/locale/nl-doc.json
index f15af76..1348d89 100644
--- a/support/doctype/maintenance_schedule/locale/nl-doc.json
+++ b/support/doctype/maintenance_schedule/locale/nl-doc.json
@@ -11,6 +11,7 @@
  "Customer Address": "Klant Adres", 
  "Customer Details": "Klant Details", 
  "Customer Group": "Klantengroep", 
+ "Customer Name": "Klantnaam", 
  "Draft": "Ontwerp", 
  "Generate Schedule": "Genereer Plan", 
  "Get Items": "Get Items", 
diff --git a/support/doctype/maintenance_schedule/locale/pt-doc.json b/support/doctype/maintenance_schedule/locale/pt-doc.json
index 23636fa..be4efa0 100644
--- a/support/doctype/maintenance_schedule/locale/pt-doc.json
+++ b/support/doctype/maintenance_schedule/locale/pt-doc.json
@@ -11,6 +11,7 @@
  "Customer Address": "Endere\u00e7o do cliente", 
  "Customer Details": "Detalhes do cliente", 
  "Customer Group": "Grupo de Clientes", 
+ "Customer Name": "Nome do cliente", 
  "Draft": "Rascunho", 
  "Generate Schedule": "Gerar Agende", 
  "Get Items": "Obter itens", 
diff --git a/translations/ar.csv b/translations/ar.csv
index 9851791..05f1dc0 100644
--- a/translations/ar.csv
+++ b/translations/ar.csv
@@ -1,17 +1,25 @@
 ,

+ Reason: ,السبب:

  against same operation,ضد نفس العملية

  by Role ,من دور

  cannot be 0,لا يمكن أن تكون 0

+ does not belong to the company: ,لا ينتمي إلى الشركة:

+ has been freezed. \				Only Accounts Manager can do transaction against this account,وقد جمدت. \ يمكن فقط إدارة حسابات القيام المعاملة ضد هذا الحساب

 " is less than equals to zero in the system, \						valuation rate is mandatory for this item",وأقل من يساوي إلى الصفر في النظام، \ معدل تقييم إلزامي لهذا البند

  is mandatory,إلزامي

+ is mandatory for GL Entry,إلزامي لدخول GL

+ is not a ledger,ليس دفتر الأستاذ

+ is not active,غير نشط

  is now the default Fiscal Year. \			Please refresh your browser for the change to take effect.,الآن السنة المالية الافتراضية. \ يرجى تحديث المتصفح الخاص بك لالتغيير نافذ المفعول.

  or the BOM is cancelled or inactive,أو يتم إلغاء BOM أو غير نشطة

  should be same as that in ,يجب أن يكون في نفس

+ will become ,سوف تصبح

 """Company History""",&quot;نبذة عن تاريخ الشركة&quot;

 """Team Members"" or ""Management""",&quot;أعضاء الفريق&quot; أو &quot;إدارة&quot;

 # ###.##,# # # # # #

 "#,###",# # # #

 "#,###.##",# # # # # #

+"#,###.###",# # # # # # #

 "#,##,###.##",# # #، # # # # #

 #.###,# # # #

 "#.###,##",# # # #، # #

@@ -96,9 +104,11 @@
 >,&gt;

 >=,&gt; =

 A,A

+A Customer exists with same name,العملاء من وجود نفس الاسم مع

 A Lead with this email id should exist,وينبغي أن يكون هذا المعرف الرصاص مع البريد الإلكتروني موجود

 A Product is shown on the website and is linked to an item.,ويرد المنتج على الموقع الإلكتروني، ويرتبط إلى عنصر.

 "A Product or a Service that is bought, sold or kept in stock.",منتج أو الخدمة التي يتم شراؤها أو بيعها أو حملها في سوق الأسهم.

+A Supplier exists with same name,وهناك مورد موجود مع نفس الاسم

 A logical Warehouse against which stock entries are made.,مستودع المنطقية التي تتم ضد مقالات الأسهم.

 A new popup will open that will ask you to select further conditions.,وهناك المنبثق الجديدة التي فتح سوف يطلب منك تحديد شروط أخرى.

 A symbol for this currency. For e.g. $,رمزا لهذه العملة. على سبيل المثال ل$

@@ -128,6 +138,7 @@
 Account Info,معلومات الحساب

 Account Name,اسم الحساب

 Account Type,نوع الحساب

+Account: ,الحساب:

 "Accounting entry frozen up to this date, nobody can do / modify entry except authorized person",القيد المحاسبي جمدت حتى هذا التاريخ، لا يمكن لأحد / تعديل إدخال باستثناء شخص مخول

 Accounting journal entries.,المحاسبة إدخالات دفتر اليومية.

 Accounts,حسابات

@@ -162,6 +173,7 @@
 Add A New Rule,إضافة قاعدة جديدة

 Add A Property,إضافة خاصية

 Add Attachments,إضافة مرفقات

+Add Bookmark,إضافة علامة

 Add CSS,إضافة CSS

 Add Column,إضافة عمود

 Add Message,إضافة رسالة

@@ -253,11 +265,15 @@
 Allocated amount,تخصيص مبلغ

 Allow Attach,تسمح إرفاق

 Allow Bill of Materials,يسمح مشروع القانون للمواد

+Allow Negative Balance,تسمح الرصيد السلبي

 Allow Negative Stock,تسمح الأسهم السلبية

 Allow Production Order,تسمح أمر الإنتاج

 Allow Rename,تسمح إعادة تسمية

 Allow Samples,تسمح عينات

+Allow User,تسمح للمستخدم

+Allow Users,السماح للمستخدمين

 Allow on Submit,السماح على تقديم

+Allow the following users to make Leave Applications for block days.,تسمح للمستخدمين التالية لجعل تطبيقات إجازة لعدة أيام كتلة.

 Allow this price in purchase related forms,يسمح هذا السعر في أشكال شراء ذات صلة

 Allow this price in sales related forms,يسمح هذا السعر في أشكال المبيعات ذات الصلة

 Allow user to login only after this hour (0-24),تسمح للمستخدم لتسجيل الدخول فقط بعد هذه الساعة (0-24)

@@ -285,6 +301,7 @@
 Applicant for a Job,طالب وظيفة

 Applicant for a Job (extracted from jobs email).,طالب وظيفة (وظائف البريد الإلكتروني المستخرجة من).

 Applications for leave.,طلبات الحصول على إجازة.

+Applies to Company,ينطبق على شركة

 Apply / Approve Leaves,تطبيق / الموافقة على أوراق

 Appraisal,تقييم

 Appraisal Goal,تقييم الهدف

@@ -393,10 +410,15 @@
 Birth Date,تاريخ الميلاد

 Black,أسود

 Blob,سائل

+Block Date,منع تاريخ

+Block Days,كتلة أيام

+Block Holidays on important days.,منع الإجازات في الأيام الهامة.

+Block leave applications by department.,منع مغادرة الطلبات المقدمة من الإدارة.

 Blog,بلوق

 Blog Subscriber,بلوق المشترك

 Blog entry.,مقال المدونة.

 Blood Group,فصيلة الدم

+Bookmarks,الإشارات المرجعية

 Branch,فرع

 Brand,علامة تجارية

 Brand HTML,العلامة التجارية HTML

@@ -599,6 +621,7 @@
 Cost Center,مركز التكلفة

 Cost Center Details,تفاصيل تكلفة مركز

 Cost Center Name,اسم مركز تكلفة

+Cost Center must be specified for PL Account: ,يجب تحديد مركز التكلفة لحساب PL:

 Cost to Company,تكلفة الشركة

 Costing,تكلف

 Country,بلد

@@ -610,10 +633,11 @@
 Create Salary Slip,إنشاء زلة الراتب

 "Create a price list from Price List master and enter standard ref rates against each of them. On selection of a price list in Quotation, Sales Order or Delivery Note, corresponding ref rate will be fetched for this item.",إنشاء قائمة الأسعار من ماجستير وقائمة الأسعار القياسية إدخال أسعار المرجع ضد كل واحد منهم. على اختيار قائمة الأسعار في ترتيب المبيعات اقتباس، أو مذكرة التسليم، سوف يكون المرجع المناظرة معدل المنال لهذا البند.

 Create and Send Newsletters,إنشاء وإرسال الرسائل الإخبارية

+Created Account Head: ,إنشاء حساب الرئيسي:

 Created Customer Issue,إنشاء العدد العملاء

+Created Group ,إنشاء مجموعة

 Created Opportunity,خلق الفرص

 Created Support Ticket,إنشاء تذكرة دعم

-Created by,التي أنشأتها

 Creates salary slip for above mentioned criteria.,يخلق زلة مرتبات المعايير المذكورة أعلاه.

 Credit,ائتمان

 Credit Amt,الائتمان AMT

@@ -695,6 +719,7 @@
 Date,تاريخ

 Date Format,تنسيق التاريخ

 Date Of Retirement,تاريخ التقاعد

+Date is repeated,ويتكرر التاريخ

 Date of Birth,تاريخ الميلاد

 Date of Issue,تاريخ الإصدار

 Date of Joining,تاريخ الانضمام

@@ -703,6 +728,7 @@
 Date on which the lead was last contacted,التاريخ الذي تم الاتصال الصدارة مشاركة

 Dates,التواريخ

 Datetime,التاريخ والوقت

+Days for which Holidays are blocked for this department.,يتم حظر أيام الأعياد التي لهذا القسم.

 Dealer,تاجر

 Dear,العزيز

 Debit,مدين

@@ -810,6 +836,7 @@
 Distribution Name,توزيع الاسم

 Distributor,موزع

 Divorced,المطلقات

+Do not show any symbol like $ etc next to currencies.,لا تظهر أي رمز مثل $ الخ بجانب العملات.

 Doc Name,اسم الوثيقة

 Doc Status,الحالة ثيقة

 Doc Type,نوع الوثيقة

@@ -875,6 +902,7 @@
 Emergency Contact Details,تفاصيل الاتصال في حالات الطوارئ

 Emergency Phone Number,رقم الهاتف في حالات الطوارئ

 Employee,عامل

+Employee Designation.,الموظف التعيين.

 Employee Details,موظف تفاصيل

 Employee Education,موظف التعليم

 Employee External Work History,التاريخ الموظف العمل الخارجي

@@ -1039,6 +1067,7 @@
 "For e.g. 2012, 2012-13",ل، 2012 على سبيل المثال 2012-13

 For example if you cancel and amend 'INV004' it will become a new document 'INV004-1'. This helps you to keep track of each amendment.,على سبيل المثال إذا قمت بإلغاء وتعديل &#39;INV004&#39; سوف تصبح الوثيقة الجديدة &quot;INV004-1&quot;. هذا يساعدك على تتبع كل تعديل.

 For example: You want to restrict users to transactions marked with a certain property called 'Territory',على سبيل المثال: كنت ترغب في تقييد المستخدمين من وضع علامة المعاملات مع خاصية معينة تسمى &quot;الأرض&quot;

+For opening balance entry account can not be a PL account,لفتح رصيد الحساب يمكن الدخول لا يكون حساب PL

 "For opening invoice entry, this date will reflect in the period-wise aging report.",لفتح دخول الفاتورة، سوف تعكس هذا التاريخ في التقرير الفترة من الحكمة الشيخوخة.

 For ranges,للنطاقات

 For reference,للرجوع إليها

@@ -1065,6 +1094,7 @@
 Fully Completed,يكتمل

 GL Control,GL التحكم

 GL Entry,GL الدخول

+GL Entry: Debit or Credit amount is mandatory for ,GL الاشتراك: الائتمان أو السحب مبلغ إلزامي لل

 GL Mapper,GL مخطط

 GL Mapper Detail,GL مخطط تفصيلي

 GRN,GRN

@@ -1153,6 +1183,7 @@
 Hidden,مخفي

 Hide Actions,إخفاء عمليات

 Hide Copy,إخفاء نسخة

+Hide Currency Symbol,إخفاء رمز العملة

 Hide Email,إخفاء البريد الإلكتروني

 Hide Heading,إخفاء عنوان

 Hide Print,إخفاء طباعة

@@ -1162,6 +1193,12 @@
 History In Company,وفي تاريخ الشركة

 Hold,عقد

 Holiday,عطلة

+Holiday Block List,إقامات قائمة

+Holiday Block List Allow,عطلة قائمة الحظر السماح

+Holiday Block List Allowed,عطلة قائمة الحظر مسموح

+Holiday Block List Date,تاريخ إقامات قائمة

+Holiday Block List Dates,مواعيد إقامات قائمة

+Holiday Block List Name,اسم إقامات قائمة

 Holiday List,عطلة قائمة

 Holiday List Name,عطلة اسم قائمة

 Holidays,العطل

@@ -1181,8 +1218,10 @@
 How frequently?,كيف كثير من الأحيان؟

 "How should this currency be formatted? If not set, will use system defaults",كيف ينبغي أن يتم تنسيق هذه العملة؟ إذا لم يتم تعيين و، استخدم افتراضيات النظام

 How to upload,كيفية تحميل

+Hrvatski,هرفاتسكي

 Human Resources,الموارد البشرية

 Human Resources Home,الموارد البشرية الرئيسية

+Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,يا هلا! اليوم (ق) التي كنت متقدما للحصول على إذن \ تتزامن مع عطلة (ق). لا تحتاج إلى تطبيق للحصول على إذن.

 I,أنا

 ID (name) of the entity whose property is to be set,ID (اسم) للكيان الذي هو الملكية التي سيتم تحديدها

 IDT,IDT

@@ -1197,7 +1236,6 @@
 Icon will appear on the button,سوف تظهر أيقونة على زر

 Id of the profile will be the email.,سوف معرف الملف يكون البريد الإلكتروني.

 Identification of the package for the delivery (for print),تحديد حزمة لتسليم (للطباعة)

-If,إذا

 If Monthly Budget Exceeded,إذا تجاوز الميزانية الشهرية

 "If Sale BOM is defined, the actual BOM of the Pack is displayed as table.Available in Delivery Note and Sales Order",إذا تم تعريف BOM بيع، يتم عرض BOM الفعلي للحزمة وtable.Available في مذكرة التسليم وترتيب المبيعات

 "If Supplier Part Number exists for given Item, it gets stored here",إذا مزود رقم الجزء وجود لبند معين، ويحصل على تخزينها هنا

@@ -1211,7 +1249,9 @@
 If more than one package of the same type (for print),إذا كان أكثر من حزمة واحدة من نفس النوع (للطباعة)

 If non standard port (e.g. 587),إذا غير المنفذ القياسي (على سبيل المثال 587)

 If not applicable please enter: NA,إذا لا ينطبق يرجى إدخال: NA

+"If not checked, the list will have to be added to each Department where it has to be applied.",إن لم يكن تم، سيكون لديك قائمة تضاف إلى كل قسم حيث أنه لا بد من تطبيقها.

 "If not, create a",إن لم يكن، إنشاء

+"If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.",إذا مجموعة، يسمح فقط للمستخدمين إدخال البيانات المحدد. آخر، يسمح لجميع المستخدمين الدخول مع أذونات المطلوبة.

 "If specified, send the newsletter using this email address",في حالة تحديد، وإرسال الرسالة الإخبارية باستخدام عنوان البريد الإلكتروني هذا

 "If the 'territory' Link Field exists, it will give you an option to select it",إذا حقل &#39;الأرض&#39; لينك موجود، وسوف تعطيك الخيار لتحديده

 "If the account is frozen, entries are allowed for the ""Account Manager"" only.",اذا تم تجميد الحساب، ويسمح للمقالات &quot;مدير حسابات&quot; فقط.

@@ -1235,6 +1275,7 @@
 Imports,واردات

 In Dialog,في مربع حوار

 In Filter,في تصفية

+In List View,في عرض القائمة

 In Process,في عملية

 In Report Filter,في تصفية التقرير

 In Store,في المتجر

@@ -1416,7 +1457,7 @@
 Last Contact Date,مشاركة الاتصال تاريخ

 Last IP,مشاركة IP

 Last Login,آخر تسجيل دخول

-Last Modified On:,تم إجراء آخر تعديل في:

+Last Modified On,تم إجراء آخر تعديل في

 Last Name,اسم العائلة

 Last Purchase Rate,مشاركة الشراء قيم

 Last Update,آخر تحديث

@@ -1620,6 +1661,7 @@
 Naming,تسمية

 Naming Series,تسمية السلسلة

 Naming Series Options,خيارات تسمية السلسلة

+Negative balance is not allowed for account ,لا يسمح الرصيد السلبي لحساب

 Net Pay,صافي الراتب

 Net Pay (in words) will be visible once you save the Salary Slip.,سوف تدفع صافي (في كلمة) تكون مرئية بمجرد حفظ زلة الراتب.

 Net Total,مجموع صافي

@@ -1759,6 +1801,8 @@
 Outgoing Mail Server,خادم البريد الصادر

 Outgoing Mails,الرسائل الالكترونية الصادرة

 Outstanding Amount,المبلغ المعلقة

+Outstanding cannot be less than zero. \				 	Please match exact outstanding.,يمكن المعلقة لا يكون أقل من الصفر. \ الرجاء تطابق تام المعلقة.

+Outstanding for Voucher ,المعلقة للقسيمة

 Over Heads,على رؤوس

 Overhead,فوق

 Overload Query,الاستعلام الزائد

@@ -1833,6 +1877,7 @@
 Payables,الذمم الدائنة

 Payables Group,دائنو مجموعة

 Payment Entries,مقالات الدفع

+Payment Entry has been modified after you pulled it. 			Please pull it again.,تم تعديل الدخول الدفع بعد سحبها. يرجى تسحبه مرة أخرى.

 Payment Reconciliation,دفع المصالحة

 Payment Terms,شروط الدفع

 Payment days,الدفع أيام

@@ -1842,6 +1887,7 @@
 Payroll Setup,الرواتب الإعداد

 Pending,ريثما

 Pending Review,في انتظار المراجعة

+Percent,في المئة

 Percent Complete,كاملة في المئة

 Percentage Allocation,نسبة توزيع

 Percentage variation in quantity to be allowed while receiving or delivering this item.,السماح الاختلاف في نسبة الكمية في حين تلقي أو تقديم هذا البند.

@@ -1883,6 +1929,7 @@
 Please Enter Abbreviation or Short Name properly as it will be added as Suffix to all Account Heads.,الرجاء إدخال الإسم المختصر اختصار أو بشكل صحيح كما سيتم إضافة لاحقة على أنها لجميع رؤساء الحساب.

 Please check,يرجى مراجعة

 Please click on another report from the menu.,الرجاء النقر على تقرير آخر من القائمة.

+Please enter Bill Date,الرجاء إدخال تاريخ بيل

 Please enter valid ,من فضلك ادخل صالحة

 Please save the Newsletter before sending.,يرجى حفظ النشرة قبل الإرسال.

 Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,الرجاء تحديد مضي قدما إذا كنت تريد أيضا لتشمل التوازن العام المالي السابق يترك لهذه السنة المالية

@@ -2007,6 +2054,7 @@
 Purchase Order Item Supplied,شراء السلعة ترتيب الموردة

 Purchase Order Items,شراء سلع ترتيب

 Purchase Order Items Supplied,عناصر يوفرها أمر الشراء

+Purchase Order Items To Be Received,أمر شراء الأصناف التي سترد

 Purchase Order Message,رسالة طلب شراء

 Purchase Order Required,أمر الشراء المطلوبة

 Purchase Order sent by customer,أمر الشراء المرسلة من قبل العملاء

@@ -2160,6 +2208,7 @@
 Remark,كلام

 Remarks,تصريحات

 Remove,نزع

+Remove Bookmark,أضف إزالة

 Rename,إعادة تسمية

 Rename Tool,إعادة تسمية أداة

 Rented,مؤجر

@@ -2543,6 +2592,7 @@
 Stock Value,الأسهم القيمة

 "Stock level frozen up to this date, nobody can do / modify entry except authorized person",مستوى المخزون جمدت حتى هذا التاريخ، لا يمكن لأحد / تعديل إدخال باستثناء شخص مخول

 Stop,توقف

+Stop users from making Leave Applications on following days.,وقف المستخدمين من إجراء تطبيقات على إجازة الأيام التالية.

 Stopped,توقف

 Structure cost centers for budgeting.,مراكز التكلفة لهيكل الميزانية.

 Structure of books of accounts.,هيكل دفاتر الحسابات.

@@ -2879,6 +2929,7 @@
 User Tags,الكلمات المستخدم

 User Type,نوع المستخدم

 User must always select,يجب دائما مستخدم تحديد

+User not allowed entry in the Warehouse,المستخدم غير مسموح الدخول في مستودع

 UserRole,UserRole

 Username,اسم المستخدم

 Users,المستخدمين

@@ -2912,6 +2963,8 @@
 Warehouse Detail,مستودع التفاصيل

 Warehouse Name,مستودع اسم

 Warehouse Type,مستودع نوع

+Warehouse User,مستودع العضو

+Warehouse Users,مستودع المستخدمين

 Warehouse where you are maintaining stock of rejected items,مستودع حيث كنت الحفاظ على المخزون من المواد رفضت

 Warn,حذر

 Warning,تحذير

@@ -2995,6 +3048,7 @@
 Yearly,سنويا

 Yes,نعم

 Yesterday,أمس

+You are not authorized to do/modify back dated entries before ,غير مصرح لك أن تفعل / تعديل مرة أخرى مؤرخة قبل مقالات

 You can create more earning and deduction type from Setup --> HR,يمكنك إنشاء المزيد من الأرباح وخصم نوع من الإعداد -&gt; HR

 You can enter any date manually,يمكنك إدخال أي تاريخ يدويا

 You can enter the minimum quantity of this item to be ordered.,يمكنك إدخال كمية الحد الأدنى في هذا البند إلى أن يؤمر.

@@ -3004,6 +3058,7 @@
 You can make a purchase receipt from multiple purchase orders. Select purchase orders one by one and click on the button below.,يمكنك جعل إيصال الشراء من أوامر الشراء متعددة. حدد أوامر الشراء واحدا تلو الآخر ثم انقر على الزر أدناه.

 You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,يمكنك تعيين مختلف &#39;خصائص&#39; للمستخدمين لضبط القيم الافتراضية وتطبيق القواعد إذن على أساس قيمة هذه الخصائص في أشكال مختلفة.

 You can use <a href='#Form/Customize Form'>Customize Form</a> to set levels on fields.,يمكنك استخدام <a href='#Form/Customize Form'>نموذج تخصيص</a> لتحديد مستويات على الحقول.

+You cannot apply for a leave on the following date because it is blocked,لا يمكنك التقدم للحصول على الإجازة في تاريخ التالية لتم حظره

 Your Customer's TAX registration numbers (if applicable) or any general information,عميلك أرقام التسجيل الضريبي (إن وجدت) أو أي معلومات عامة

 "Your download is being built, this may take a few moments...",ويجري بناء التنزيل، وهذا قد يستغرق بضع لحظات ...

 Your letter head content in HTML.,المحتوى رأس الرسالة في HTML.

@@ -3037,10 +3092,8 @@
 calendar,تقويم

 camera,كاميرا

 cancel,إلغاء

-cannot be included in item's rate,لا يمكن متضمنة في سعر العنصر

 certificate,شهادة

 check,تحقق

-checked,فحص

 chevron-down,شيفرون لأسفل

 chevron-left,شيفرون يسار

 chevron-right,شيفرون اليمين

@@ -3106,7 +3159,6 @@
 indent-right,المسافة البادئة اليمنى

 info-sign,معلومات تسجيل الدخول،

 is a cancelled Item,هو بند إلغاء

-is checked for,يتم فحص لل

 is not a Stock Item,ليس الإغلاق للسهم

 is not allowed.,غير مسموح به.

 italic,مائل

@@ -3169,7 +3221,6 @@
 share,حصة

 share-alt,حصة بديل

 shopping-cart,عربة التسوق

-should also have,ينبغي أن يكون أيضا

 signal,إشارة

 star,نجم

 star-empty,النجوم فارغة

@@ -3185,7 +3236,6 @@
 th,ال

 th-large,TH-الكبيرة

 th-list,TH-قائمة

-then,ثم

 thumbs-down,علامة إستهجان

 thumbs-up,الابهام إلى أعلى

 time,مرة

@@ -3206,5 +3256,7 @@
 yyyy-mm-dd,YYYY-MM-DD

 zoom-in,التكبير في

 zoom-out,تكبير المغادرة

+српски,српски

 العربية,العربية

 हिंदी,हिंदी

+தமிழ்,தமிழ்

diff --git a/translations/es.csv b/translations/es.csv
index e87d916..d2178fa 100644
--- a/translations/es.csv
+++ b/translations/es.csv
@@ -1,17 +1,25 @@
 ,

+ Reason: ,Razón:

  against same operation,contra la misma operación

  by Role ,por función

  cannot be 0,no puede ser 0

+ does not belong to the company: ,no pertenece a la empresa:

+ has been freezed. \				Only Accounts Manager can do transaction against this account,ha sido congelado. \ Sólo Administrador de cuentas puede hacer en contra de esta transacción cuenta

 " is less than equals to zero in the system, \						valuation rate is mandatory for this item","es inferior a igual a cero en el sistema, la tasa de \ valoración es obligatoria para este artículo"

  is mandatory,es obligatorio

+ is mandatory for GL Entry,Es obligatorio para la entrada GL

+ is not a ledger,no es un libro de contabilidad

+ is not active,no está activa

  is now the default Fiscal Year. \			Please refresh your browser for the change to take effect.,"Ahora es el Año Fiscal defecto. \ Por favor, actualiza tu navegador para que los cambios surtan efecto."

  or the BOM is cancelled or inactive,o la lista de materiales se cancela o inactivo

  should be same as that in ,debería ser la misma que en

+ will become ,se convertirá

 """Company History""",&quot;Historia de la empresa&quot;

 """Team Members"" or ""Management""",&quot;Miembros del equipo&quot; o &quot;gestión&quot;

 # ###.##,# # # #. # #

 "#,###","#, # # #"

 "#,###.##","#, # # #. # #"

+"#,###.###","#, # # #. # # #"

 "#,##,###.##","#, # #, # # #. # #"

 #.###,#. # # #

 "#.###,##","#. # # #, # #"

@@ -96,9 +104,11 @@
 >,&gt;

 >=,&gt; =

 A,La

+A Customer exists with same name,Un cliente que existe con el mismo nombre

 A Lead with this email id should exist,Un cable con este correo electrónico de identificación debe existir

 A Product is shown on the website and is linked to an item.,Un producto se muestra en la página web y está vinculada a un elemento.

 "A Product or a Service that is bought, sold or kept in stock.","Un producto o un servicio que se compra, se vende o se mantienen en stock."

+A Supplier exists with same name,Un Proveedor existe con el mismo nombre

 A logical Warehouse against which stock entries are made.,Un almacen de depósito lógico en el que las entradas en existencias están hechos.

 A new popup will open that will ask you to select further conditions.,Una ventana se abrirá que le pedirá que seleccione otras condiciones.

 A symbol for this currency. For e.g. $,"Un símbolo de esta moneda. Por ejemplo, $"

@@ -128,6 +138,7 @@
 Account Info,Información de la cuenta

 Account Name,Nombre de la cuenta

 Account Type,Tipo de Cuenta

+Account: ,Cuenta:

 "Accounting entry frozen up to this date, nobody can do / modify entry except authorized person","Asiento contable congelado hasta la fecha, nadie puede hacer / modificar entrada excepto persona autorizada"

 Accounting journal entries.,Contabilidad entradas del diario.

 Accounts,Cuentas

@@ -162,6 +173,7 @@
 Add A New Rule,Agregar una nueva regla

 Add A Property,Agregue una propiedad

 Add Attachments,Adición de archivos adjuntos

+Add Bookmark,Añadir a Favoritos

 Add CSS,Añadir CSS

 Add Column,Añadir columna

 Add Message,Agregar mensaje

@@ -253,11 +265,15 @@
 Allocated amount,Cantidad asignada

 Allow Attach,Permitir Adjuntar

 Allow Bill of Materials,Permitir Lista de materiales

+Allow Negative Balance,Permitir balance negativo

 Allow Negative Stock,Permitir Stock Negativo

 Allow Production Order,Permitir orden de producción

 Allow Rename,Permitir Renombre

 Allow Samples,Deje que las muestras

+Allow User,Permitir al usuario

+Allow Users,Permitir que los usuarios

 Allow on Submit,Deje en Enviar

+Allow the following users to make Leave Applications for block days.,Permitir a los usuarios realizar las siguientes aplicaciones dejan para los días de bloque.

 Allow this price in purchase related forms,Permitir que este precio de compra en las formas conexas

 Allow this price in sales related forms,Permitir que este precio de venta en las formas conexas

 Allow user to login only after this hour (0-24),Permitir al usuario iniciar sesión sólo después de esta hora (0-24)

@@ -285,6 +301,7 @@
 Applicant for a Job,Pretendiente a un puesto

 Applicant for a Job (extracted from jobs email).,Solicitante de empleo (extraído de email empleos).

 Applications for leave.,Las solicitudes de licencia.

+Applies to Company,Corresponde a la Empresa

 Apply / Approve Leaves,Aplicar / Aprobar Hojas

 Appraisal,Evaluación

 Appraisal Goal,Evaluación Meta

@@ -393,10 +410,15 @@
 Birth Date,Fecha de Nacimiento

 Black,Negro

 Blob,Gota

+Block Date,Bloque Fecha

+Block Days,Días de bloque

+Block Holidays on important days.,Bloque Vacaciones en días importantes.

+Block leave applications by department.,Bloque dejar aplicaciones por departamento.

 Blog,Blog

 Blog Subscriber,Blog suscriptor

 Blog entry.,Entradas en el blog.

 Blood Group,Grupo sanguíneo

+Bookmarks,Marcadores

 Branch,Rama

 Brand,Marca

 Brand HTML,Marca HTML

@@ -599,6 +621,7 @@
 Cost Center,De centros de coste

 Cost Center Details,Costo Detalles Center

 Cost Center Name,Costo Nombre del centro

+Cost Center must be specified for PL Account: ,Centro de costos se debe especificar para la Cuenta PL:

 Cost to Company,El costo para la empresa

 Costing,Costeo

 Country,País

@@ -610,10 +633,11 @@
 Create Salary Slip,Crear nómina

 "Create a price list from Price List master and enter standard ref rates against each of them. On selection of a price list in Quotation, Sales Order or Delivery Note, corresponding ref rate will be fetched for this item.","Crear una lista de precios de maestro Lista de precios y entrar en las tarifas estándar ref contra cada uno de ellos. Al seleccionar una lista de precios de cotización, orden de venta o nota de entrega, la tasa de ref correspondiente será descargado por este concepto."

 Create and Send Newsletters,Creación y envío de Newsletters

+Created Account Head: ,Cuenta Creada cabeza:

 Created Customer Issue,Cliente Creado Issue

+Created Group ,Fecha de creación

 Created Opportunity,Creado Oportunidades

 Created Support Ticket,Soporte Creado Ticket

-Created by,Creado por

 Creates salary slip for above mentioned criteria.,Crea nómina de los criterios antes mencionados.

 Credit,Crédito

 Credit Amt,Credit Amt

@@ -695,6 +719,7 @@
 Date,Fecha

 Date Format,Formato de fecha

 Date Of Retirement,Fecha de la jubilación

+Date is repeated,La fecha se repite

 Date of Birth,Fecha de nacimiento

 Date of Issue,Fecha de emisión

 Date of Joining,Fecha de ingreso a

@@ -703,6 +728,7 @@
 Date on which the lead was last contacted,Fecha en la que se estableció contacto con el plomo último

 Dates,Fechas

 Datetime,Fecha y hora

+Days for which Holidays are blocked for this department.,Días de fiesta que están bloqueados para este departamento.

 Dealer,Comerciante

 Dear,Querido

 Debit,Débito

@@ -810,6 +836,7 @@
 Distribution Name,Distribución Nombre

 Distributor,Distribuidor

 Divorced,Divorciado

+Do not show any symbol like $ etc next to currencies.,No muestra ningún símbolo como $ etc junto a monedas.

 Doc Name,Doc. Nombre

 Doc Status,Doc. Estado

 Doc Type,Tipo Doc.

@@ -875,6 +902,7 @@
 Emergency Contact Details,Detalles de Contacto de Emergencia

 Emergency Phone Number,Teléfono para Emergencias

 Employee,Empleado

+Employee Designation.,Designación del Empleado.

 Employee Details,Detalles del Empleado

 Employee Education,Educación de los Empleados

 Employee External Work History,Empleado Historial de trabajo externo

@@ -1039,6 +1067,7 @@
 "For e.g. 2012, 2012-13","Por ejemplo, 2012, 2012-13"

 For example if you cancel and amend 'INV004' it will become a new document 'INV004-1'. This helps you to keep track of each amendment.,"Por ejemplo, si usted cancela y enmendar &#39;INV004&#39; se convertirá en un nuevo documento &#39;INV004-1&#39;. Esto le ayuda a realizar un seguimiento de cada enmienda."

 For example: You want to restrict users to transactions marked with a certain property called 'Territory',Por ejemplo: Usted desea restringir a los usuarios transacciones marcadas con una determinada propiedad llamada &#39;Territorio&#39;

+For opening balance entry account can not be a PL account,Para la apertura de cuenta saldo entrada no puede ser una cuenta de PL

 "For opening invoice entry, this date will reflect in the period-wise aging report.","Para abrir el registro de facturas, esta fecha se reflejará en el informe del período sabio envejecimiento."

 For ranges,Para los rangos de

 For reference,Para referencia

@@ -1065,6 +1094,7 @@
 Fully Completed,Totalmente Completada

 GL Control,GL control

 GL Entry,GL entrada

+GL Entry: Debit or Credit amount is mandatory for ,Entrada GL: cantidad de débito o crédito es obligatoria para

 GL Mapper,GL Mapper

 GL Mapper Detail,GL Detalle Mapper

 GRN,GRN

@@ -1153,6 +1183,7 @@
 Hidden,Oculto

 Hide Actions,Ocultar Acciones

 Hide Copy,Ocultar Copy

+Hide Currency Symbol,Ocultar Símbolo de moneda

 Hide Email,Email Ocultar

 Hide Heading,Ocultar Encabezado

 Hide Print,Ocultar Imprimir

@@ -1162,6 +1193,12 @@
 History In Company,Historia In Company

 Hold,Mantener

 Holiday,Fiesta

+Holiday Block List,Holiday lista de bloqueo

+Holiday Block List Allow,Lista Casas Bloquear Permitir

+Holiday Block List Allowed,Holiday Lista de bloqueo animales

+Holiday Block List Date,Bloque de vacaciones Lista Fecha

+Holiday Block List Dates,Las fechas de vacaciones de listas de bloqueo

+Holiday Block List Name,Bloque de vacaciones Lista de Nombres

 Holiday List,Holiday lista

 Holiday List Name,Holiday Nombre de la lista

 Holidays,Vacaciones

@@ -1181,8 +1218,10 @@
 How frequently?,¿Con qué frecuencia?

 "How should this currency be formatted? If not set, will use system defaults","¿Cómo debe ser formateada esta moneda? Si no se define, se usará valores predeterminados del sistema"

 How to upload,Cómo subir

+Hrvatski,Hrvatski

 Human Resources,Recursos Humanos

 Human Resources Home,Recursos Humanos Home

+Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,¡Hurra! El día (s) en el cual usted está solicitando para salir \ coincidir con día de fiesta (s). No es necesario solicitar permiso.

 I,Yo

 ID (name) of the entity whose property is to be set,Identificación (nombre) de la entidad cuya propiedad se va a establecer

 IDT,IDT

@@ -1197,7 +1236,6 @@
 Icon will appear on the button,Aparecerá el icono en el botón

 Id of the profile will be the email.,Id del perfil será el correo electrónico.

 Identification of the package for the delivery (for print),Identificación del paquete para la entrega (para la impresión)

-If,Si

 If Monthly Budget Exceeded,Si ha superado el presupuesto mensual

 "If Sale BOM is defined, the actual BOM of the Pack is displayed as table.Available in Delivery Note and Sales Order","Si BOM venta está definida, la lista de materiales real del paquete se muestra como table.Available en la nota de entrega y de órdenes de venta"

 "If Supplier Part Number exists for given Item, it gets stored here","Si Número de pieza del proveedor existente para el punto dado, se almacena aquí"

@@ -1211,7 +1249,9 @@
 If more than one package of the same type (for print),Si más de un paquete del mismo tipo (por impresión)

 If non standard port (e.g. 587),Si no puerto estándar (por ejemplo 587)

 If not applicable please enter: NA,Si no aplica por favor escriba: NA

+"If not checked, the list will have to be added to each Department where it has to be applied.","Si no está activada, la lista tendrá que ser añadido a cada Departamento donde se ha de aplicar."

 "If not, create a","Si no, crea una"

+"If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.","Si se establece, la entrada de datos sólo se permite a los usuarios especificados. Si no, se permite la entrada a todos los usuarios con los permisos necesarios."

 "If specified, send the newsletter using this email address","Si se especifica, enviar el boletín utilizando la siguiente dirección de correo electrónico"

 "If the 'territory' Link Field exists, it will give you an option to select it","Si el campo de &#39;territorio&#39; Link existe, se le dará la opción de seleccionar"

 "If the account is frozen, entries are allowed for the ""Account Manager"" only.","Si la cuenta está congelada, las entradas se permitió el &quot;Administrador de cuentas&quot; solamente."

@@ -1235,6 +1275,7 @@
 Imports,Importaciones

 In Dialog,En diálogo

 In Filter,En Filter

+In List View,En Vista de lista

 In Process,En proceso

 In Report Filter,En Filtro de informe

 In Store,En las tiendas

@@ -1416,7 +1457,7 @@
 Last Contact Date,Fecha del último contacto

 Last IP,Última IP

 Last Login,Último ingreso

-Last Modified On:,Última modificación el:

+Last Modified On,Last Modified On

 Last Name,Apellido

 Last Purchase Rate,Tarifa de Último

 Last Update,Última actualización

@@ -1620,6 +1661,7 @@
 Naming,Nombrar

 Naming Series,Nombrar Series

 Naming Series Options,Nombrar Opciones de serie

+Negative balance is not allowed for account ,Saldo negativo no se permite para la cuenta

 Net Pay,Salario neto

 Net Pay (in words) will be visible once you save the Salary Slip.,Pago neto (en palabras) serán visibles una vez que guarde la nómina.

 Net Total,Total neto

@@ -1759,6 +1801,8 @@
 Outgoing Mail Server,Servidor de correo saliente

 Outgoing Mails,Los correos salientes

 Outstanding Amount,Monto Pendiente

+Outstanding cannot be less than zero. \				 	Please match exact outstanding.,"Pendiente no puede ser menor que cero. \ Por favor, destacado partido exacto."

+Outstanding for Voucher ,Destaca por Bono

 Over Heads,Sobre las cabezas de

 Overhead,Gastos generales

 Overload Query,Sobrecarga de consulta

@@ -1833,6 +1877,7 @@
 Payables,Cuentas por pagar

 Payables Group,Deudas Grupo

 Payment Entries,Las entradas de pago

+Payment Entry has been modified after you pulled it. 			Please pull it again.,"Registro de pagos ha sido modificado después de que lo tiró. Por favor, tire de él otra vez."

 Payment Reconciliation,Pago Reconciliación

 Payment Terms,Condiciones de pago

 Payment days,Día de pago

@@ -1842,6 +1887,7 @@
 Payroll Setup,Nómina de configuración

 Pending,Pendiente

 Pending Review,Pendientes de revisión

+Percent,Por ciento

 Percent Complete,Porcentaje completado

 Percentage Allocation,Porcentaje de asignación

 Percentage variation in quantity to be allowed while receiving or delivering this item.,Variación porcentual de la cantidad que se le permita al recibir o entregar este artículo.

@@ -1883,6 +1929,7 @@
 Please Enter Abbreviation or Short Name properly as it will be added as Suffix to all Account Heads.,"Por favor, Introduzca Abreviatura o nombre corto adecuadamente, ya que se añadirá como sufijo a todos los Jefes de Cuenta."

 Please check,"Por favor, compruebe"

 Please click on another report from the menu.,"Por favor, haga clic en otro informe en el menú."

+Please enter Bill Date,Por favor introduzca la fecha de facturación

 Please enter valid ,"Por favor, introduzca válido"

 Please save the Newsletter before sending.,"Por favor, guarde el boletín antes de enviarlo."

 Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,"Por favor, seleccione Arrastre de si también desea incluir saldo del ejercicio fiscal anterior deja a este año fiscal"

@@ -2007,6 +2054,7 @@
 Purchase Order Item Supplied,Posición de pedido suministrado

 Purchase Order Items,Comprar Items

 Purchase Order Items Supplied,Los productos que suministra la Orden de Compra

+Purchase Order Items To Be Received,Artículos de órdenes de compra que se reciban

 Purchase Order Message,Compra Mensaje Orden

 Purchase Order Required,Orden de Compra Requerido

 Purchase Order sent by customer,Orden de compra enviada por el cliente

@@ -2160,6 +2208,7 @@
 Remark,Observación

 Remarks,Observaciones

 Remove,Quitar

+Remove Bookmark,Retire Bookmark

 Rename,Rebautizar

 Rename Tool,Cambiar el nombre de la herramienta

 Rented,Alquilado

@@ -2543,6 +2592,7 @@
 Stock Value,Valor de la

 "Stock level frozen up to this date, nobody can do / modify entry except authorized person","Nivel de existencias congeladas hasta la fecha, nadie puede hacer / modificar entrada excepto persona autorizada"

 Stop,Deténgase

+Stop users from making Leave Applications on following days.,Deje que los usuarios realicen aplicaciones dejan en los días siguientes.

 Stopped,Detenido

 Structure cost centers for budgeting.,Centros estructura de costos para el presupuesto.

 Structure of books of accounts.,Estructura de los libros de cuentas.

@@ -2879,6 +2929,7 @@
 User Tags,Nube de etiquetas

 User Type,Tipo de usuario

 User must always select,Usuario siempre debe seleccionar

+User not allowed entry in the Warehouse,No se permite la entrada del usuario en el almacén de

 UserRole,UserRole

 Username,Nombre de usuario

 Users,Usuarios

@@ -2912,6 +2963,8 @@
 Warehouse Detail,Almacén Detalle

 Warehouse Name,Almacén Nombre

 Warehouse Type,Depósito de tipo

+Warehouse User,Almacén del usuario

+Warehouse Users,Usuarios Almacén

 Warehouse where you are maintaining stock of rejected items,Almacén donde usted está manteniendo un balance de los artículos rechazados

 Warn,Advertir

 Warning,Advertencia

@@ -2995,6 +3048,7 @@
 Yearly,Anual

 Yes,Sí

 Yesterday,Ayer

+You are not authorized to do/modify back dated entries before ,Usted no está autorizado a hacer / modificar de nuevo las entradas de fecha anterior

 You can create more earning and deduction type from Setup --> HR,Puede crear más ingresos y el tipo de deducción de Configuración -&gt; HR

 You can enter any date manually,Puede introducir cualquier fecha manualmente

 You can enter the minimum quantity of this item to be ordered.,Puede introducir la cantidad mínima de este artículo para ser ordenado.

@@ -3004,6 +3058,7 @@
 You can make a purchase receipt from multiple purchase orders. Select purchase orders one by one and click on the button below.,Usted puede hacer un recibo de compra a partir de órdenes de compra múltiples. Seleccione las órdenes de compra de uno en uno y haga clic en el botón de abajo.

 You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Puede establecer varias &quot;propiedades&quot; a los usuarios configurar los valores por defecto y aplicar reglas de permisos basados ​​en el valor de estas propiedades en diversas formas.

 You can use <a href='#Form/Customize Form'>Customize Form</a> to set levels on fields.,Puede utilizar <a href='#Form/Customize Form'>Personalizar formulario</a> para establecer los niveles en los campos.

+You cannot apply for a leave on the following date because it is blocked,Usted no puede solicitar una licencia en la siguiente fecha porque está bloqueado

 Your Customer's TAX registration numbers (if applicable) or any general information,De sus clientes números impuesto de matriculación (si es aplicable) o cualquier otra información de carácter general

 "Your download is being built, this may take a few moments...","Su descarga se está construyendo, esto puede tardar unos minutos ..."

 Your letter head content in HTML.,Su carta de contenido cabeza en HTML.

@@ -3037,10 +3092,8 @@
 calendar,calendario

 camera,cámara

 cancel,cancelar

-cannot be included in item's rate,no puede ser incluido en la tarifa de elemento

 certificate,certificado

 check,comprobar

-checked,comprobado

 chevron-down,Chevron-down

 chevron-left,Chevron-izquierda

 chevron-right,Chevron-derecha

@@ -3106,7 +3159,6 @@
 indent-right,guión-derecha

 info-sign,info-signo

 is a cancelled Item,Es un Tema cancelado

-is checked for,Se comprueba

 is not a Stock Item,no es un elemento de serie

 is not allowed.,no está permitido.

 italic,itálico

@@ -3169,7 +3221,6 @@
 share,participación

 share-alt,acciones alt

 shopping-cart,carro de la compra

-should also have,también debe tener

 signal,señal

 star,estrella

 star-empty,estrella vacía

@@ -3185,7 +3236,6 @@
 th,ª

 th-large,th-large

 th-list,th-list

-then,entonces

 thumbs-down,pulgares hacia abajo

 thumbs-up,thumbs-up

 time,tiempo

@@ -3206,5 +3256,7 @@
 yyyy-mm-dd,aaaa-mm-dd

 zoom-in,zoom-in

 zoom-out,zoom-out

+српски,српски

 العربية,العربية

 हिंदी,हिंदी

+தமிழ்,தமிழ்

diff --git a/translations/fr.csv b/translations/fr.csv
index 07c700a..eb6fa03 100644
--- a/translations/fr.csv
+++ b/translations/fr.csv
@@ -1,17 +1,25 @@
 ,

+ Reason: ,Raison:

  against same operation,contre une même opération

  by Role ,par rôle

  cannot be 0,ne peut pas être égal à 0

+ does not belong to the company: ,n&#39;appartient pas à l&#39;entreprise:

+ has been freezed. \				Only Accounts Manager can do transaction against this account,a été gelé. \ Seul Accounts Manager peut faire contre cette transaction compte

 " is less than equals to zero in the system, \						valuation rate is mandatory for this item","est inférieure à égale à zéro dans le système, le taux de valorisation \ est obligatoire pour cet ouvrage"

  is mandatory,est obligatoire

+ is mandatory for GL Entry,est obligatoire pour l&#39;entrée GL

+ is not a ledger,n&#39;est pas un livre

+ is not active,n&#39;est pas actif

  is now the default Fiscal Year. \			Please refresh your browser for the change to take effect.,est maintenant l&#39;année fiscale défaut. \ S&#39;il vous plaît rafraîchir votre navigateur pour que le changement prenne effet.

  or the BOM is cancelled or inactive,ou la nomenclature est annulé ou inactif

  should be same as that in ,doit être la même que celle de

+ will become ,deviendra

 """Company History""",&quot;Histoire de la société&quot;

 """Team Members"" or ""Management""",&quot;Membres de l&#39;équipe&quot; ou &quot;gestion&quot;

 # ###.##,# # # #. # #

 "#,###",# # # #

 "#,###.##",# # # #. # #

+"#,###.###",# # # #. # # #

 "#,##,###.##","#, # #, # # #. # #"

 #.###,#. # # #

 "#.###,##","#. # # #, # #"

@@ -96,9 +104,11 @@
 >,&gt;

 >=,&gt; =

 A,A

+A Customer exists with same name,Une clientèle existe avec le même nom

 A Lead with this email id should exist,Un responsable de cette id e-mail doit exister

 A Product is shown on the website and is linked to an item.,Un produit est indiqué sur le site et il est lié à un élément.

 "A Product or a Service that is bought, sold or kept in stock.","Un produit ou un service qui est acheté, vendu ou conservé en stock."

+A Supplier exists with same name,Un Fournisseur existe avec le même nom

 A logical Warehouse against which stock entries are made.,Un Entrepôt logique contre laquelle les entrées en stocks sont faits.

 A new popup will open that will ask you to select further conditions.,Une fenêtre va s&#39;ouvrir qui vous demandera de sélectionner d&#39;autres conditions.

 A symbol for this currency. For e.g. $,Un symbole de cette monnaie. Pour exemple $

@@ -128,6 +138,7 @@
 Account Info,Informations sur le compte

 Account Name,Nom du compte

 Account Type,Type de compte

+Account: ,Compte:

 "Accounting entry frozen up to this date, nobody can do / modify entry except authorized person","Saisie comptable gelé jusqu&#39;à cette date, personne ne peut le faire / modifier l&#39;inscription, sauf personne autorisée"

 Accounting journal entries.,Les écritures comptables.

 Accounts,Comptes

@@ -162,6 +173,7 @@
 Add A New Rule,Ajouter une nouvelle règle

 Add A Property,Ajouter une propriété

 Add Attachments,Ajouter des pièces jointes

+Add Bookmark,Ajouter un signet

 Add CSS,Ajouter CSS

 Add Column,Ajouter une colonne

 Add Message,Ajouter un message

@@ -253,11 +265,15 @@
 Allocated amount,Montant alloué

 Allow Attach,Laissez Fixez

 Allow Bill of Materials,Laissez Bill of Materials

+Allow Negative Balance,Laissez solde négatif

 Allow Negative Stock,Laissez Stock Négatif

 Allow Production Order,Laissez un ordre de fabrication

 Allow Rename,Laissez Renommez

 Allow Samples,Permettez-échantillons

+Allow User,Permettre à l&#39;utilisateur

+Allow Users,Autoriser les utilisateurs

 Allow on Submit,Permettez sur Soumettre

+Allow the following users to make Leave Applications for block days.,Autoriser les utilisateurs suivants pour faire demandes d&#39;autorisation pour les jours de bloc.

 Allow this price in purchase related forms,Permettre que cette prix dans les formes connexes d&#39;achat

 Allow this price in sales related forms,Permettre que cette prix dans les formes de ventes liées

 Allow user to login only after this hour (0-24),Permettre à l&#39;utilisateur de se connecter seulement après cette heure (0-24)

@@ -285,6 +301,7 @@
 Applicant for a Job,Demandeur d&#39;une offre d&#39;emploi

 Applicant for a Job (extracted from jobs email).,Candidat à un emploi (extrait de courriel emplois).

 Applications for leave.,Les demandes de congé.

+Applies to Company,S&#39;applique à l&#39;entreprise

 Apply / Approve Leaves,Appliquer / Approuver les feuilles

 Appraisal,Évaluation

 Appraisal Goal,Objectif d&#39;évaluation

@@ -393,10 +410,15 @@
 Birth Date,Date de naissance

 Black,Noir

 Blob,Goutte

+Block Date,Date de bloquer

+Block Days,Bloquer les jours

+Block Holidays on important days.,Bloquer les jours fériés importants.

+Block leave applications by department.,Bloquer les demandes d&#39;autorisation par le ministère.

 Blog,Blog

 Blog Subscriber,Abonné Blog

 Blog entry.,Blog entrée.

 Blood Group,Groupe sanguin

+Bookmarks,Favoris

 Branch,Branche

 Brand,Marque

 Brand HTML,Marque HTML

@@ -599,6 +621,7 @@
 Cost Center,Centre de coûts

 Cost Center Details,Coût Center Détails

 Cost Center Name,Coût Nom du centre

+Cost Center must be specified for PL Account: ,Centre de coûts doivent être spécifiés pour compte PL:

 Cost to Company,Coût pour l&#39;entreprise

 Costing,Costing

 Country,Pays

@@ -610,10 +633,11 @@
 Create Salary Slip,Créer bulletin de salaire

 "Create a price list from Price List master and enter standard ref rates against each of them. On selection of a price list in Quotation, Sales Order or Delivery Note, corresponding ref rate will be fetched for this item.","Créer une liste de prix Liste des Prix du maître et entrer les taux standards ref contre chacun d&#39;eux. Lors de la sélection d&#39;une liste de prix devis, commande client ou bon de livraison, le taux ref correspondant sera récupéré pour cet article."

 Create and Send Newsletters,Créer et envoyer des bulletins

+Created Account Head: ,Chef Compte créé:

 Created Customer Issue,Numéro client créé

+Created Group ,Groupe créé

 Created Opportunity,Création Opportunity

 Created Support Ticket,Support Ticket créé

-Created by,Créé par

 Creates salary slip for above mentioned criteria.,Crée le bulletin de salaire pour les critères mentionnés ci-dessus.

 Credit,Crédit

 Credit Amt,Crédit Amt

@@ -695,6 +719,7 @@
 Date,Date

 Date Format,Format de date

 Date Of Retirement,Date de la retraite

+Date is repeated,La date est répétée

 Date of Birth,Date de naissance

 Date of Issue,Date d&#39;émission

 Date of Joining,Date d&#39;adhésion

@@ -703,6 +728,7 @@
 Date on which the lead was last contacted,Date à laquelle le plomb a été mise contacté

 Dates,Dates

 Datetime,Datetime

+Days for which Holidays are blocked for this department.,Jours fériés pour lesquels sont bloqués pour ce département.

 Dealer,Revendeur

 Dear,Cher

 Debit,Débit

@@ -810,6 +836,7 @@
 Distribution Name,Nom distribution

 Distributor,Distributeur

 Divorced,Divorcé

+Do not show any symbol like $ etc next to currencies.,Ne plus afficher n&#39;importe quel symbole comme $ etc à côté de devises.

 Doc Name,Nom de Doc

 Doc Status,Statut Doc

 Doc Type,Doc Type d&#39;

@@ -875,6 +902,7 @@
 Emergency Contact Details,Détails de contact d&#39;urgence

 Emergency Phone Number,Numéro de téléphone d&#39;urgence

 Employee,Employé

+Employee Designation.,Désignation des employés.

 Employee Details,Détails des employés

 Employee Education,Formation des employés

 Employee External Work History,Antécédents de travail des employés externe

@@ -1039,6 +1067,7 @@
 "For e.g. 2012, 2012-13","Pour exemple, 2012, 2012-13"

 For example if you cancel and amend 'INV004' it will become a new document 'INV004-1'. This helps you to keep track of each amendment.,"Par exemple, si vous annulez et modifier »INV004 &#39;il deviendra un nouveau document» INV004-1&#39;. Cela vous aide à garder la trace de chaque modification."

 For example: You want to restrict users to transactions marked with a certain property called 'Territory',Par exemple: Vous souhaitez empêcher les utilisateurs de transactions marquées avec une certaine propriété appelée «territoire»

+For opening balance entry account can not be a PL account,Pour ouvrir inscription en compte l&#39;équilibre ne peut pas être un compte de PL

 "For opening invoice entry, this date will reflect in the period-wise aging report.","Pour l&#39;ouverture de la saisie des factures, cette date se reflétera dans le rapport de période sage vieillissement."

 For ranges,Pour les plages

 For reference,Pour référence

@@ -1065,6 +1094,7 @@
 Fully Completed,Entièrement complété

 GL Control,GL contrôle

 GL Entry,Entrée GL

+GL Entry: Debit or Credit amount is mandatory for ,Entrée GL: quantité de débit ou de crédit est obligatoire pour

 GL Mapper,GL Mapper

 GL Mapper Detail,Détail Mapper GL

 GRN,GRN

@@ -1153,6 +1183,7 @@
 Hidden,Caché

 Hide Actions,Masquer Actions

 Hide Copy,Cacher Copier

+Hide Currency Symbol,Masquer le symbole monétaire

 Hide Email,Masquer e-mail

 Hide Heading,Masquer le Cap

 Hide Print,Masquer Imprimer

@@ -1162,6 +1193,12 @@
 History In Company,Dans l&#39;histoire de l&#39;entreprise

 Hold,Tenir

 Holiday,Vacances

+Holiday Block List,Block List vacances

+Holiday Block List Allow,Block List vacances Permettez-

+Holiday Block List Allowed,Block List vacances acceptés

+Holiday Block List Date,Liste Date vacances Bloquer

+Holiday Block List Dates,Dates de vacances de listes rouges d&#39;

+Holiday Block List Name,Nom de la liste de vacances Bloquer

 Holiday List,Liste de vacances

 Holiday List Name,Nom de la liste de vacances

 Holidays,Fêtes

@@ -1181,8 +1218,10 @@
 How frequently?,Quelle est la fréquence?

 "How should this currency be formatted? If not set, will use system defaults","Comment cette monnaie est formaté? S&#39;il n&#39;est pas défini, utilisera par défaut du système"

 How to upload,Comment faire pour télécharger

+Hrvatski,Hrvatski

 Human Resources,Ressources humaines

 Human Resources Home,Ressources humaines Accueil

+Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,Hourra! Le jour (s) sur lequel vous faites une demande d&#39;autorisation \ coïncider avec séjour (s). Vous n&#39;avez pas besoin demander un congé.

 I,Je

 ID (name) of the entity whose property is to be set,ID (nom) de l&#39;entité dont la propriété doit être définie

 IDT,IDT

@@ -1197,7 +1236,6 @@
 Icon will appear on the button,Icône apparaîtra sur le bouton

 Id of the profile will be the email.,Id du profil sera l&#39;e-mail.

 Identification of the package for the delivery (for print),Identification de l&#39;emballage pour la livraison (pour l&#39;impression)

-If,Si

 If Monthly Budget Exceeded,Si le budget mensuel dépassé

 "If Sale BOM is defined, the actual BOM of the Pack is displayed as table.Available in Delivery Note and Sales Order","Si BOM vente est définie, la nomenclature actuelle de la meute est affiché comme table.Available dans la note de livraison et des commandes clients"

 "If Supplier Part Number exists for given Item, it gets stored here","Si le numéro de pièce fournisseur existe pour objet donné, il est stocké ici"

@@ -1211,7 +1249,9 @@
 If more than one package of the same type (for print),Si plus d&#39;un paquet du même type (pour l&#39;impression)

 If non standard port (e.g. 587),Si non port standard (par exemple 587)

 If not applicable please enter: NA,S&#39;il n&#39;est pas applicable s&#39;il vous plaît entrez: NA

+"If not checked, the list will have to be added to each Department where it has to be applied.","Si ce n&#39;est pas cochée, la liste devra être ajouté à chaque département où il doit être appliqué."

 "If not, create a","Sinon, créez un"

+"If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.","S&#39;il est défini, la saisie des données n&#39;est autorisé que pour les utilisateurs spécifiés. Sinon, l&#39;entrée est autorisée pour tous les utilisateurs disposant des autorisations requises."

 "If specified, send the newsletter using this email address","S&#39;il est spécifié, envoyer le bulletin en utilisant cette adresse e-mail"

 "If the 'territory' Link Field exists, it will give you an option to select it","Si le champ Lien du «territoire» existe, il vous donnera une option pour la sélectionner"

 "If the account is frozen, entries are allowed for the ""Account Manager"" only.","Si le compte est gelé, les entrées sont autorisées pour le «Account Manager» seulement."

@@ -1235,6 +1275,7 @@
 Imports,Importations

 In Dialog,Dans la boîte de dialogue

 In Filter,Dans filtre

+In List View,Dans la Fenêtre

 In Process,In Process

 In Report Filter,Dans le rapport de filtre

 In Store,En magasin

@@ -1416,7 +1457,7 @@
 Last Contact Date,Date de Contact Dernière

 Last IP,Dernière adresse IP

 Last Login,Dernière connexion

-Last Modified On:,Dernière modification le:

+Last Modified On,Dernière modification de

 Last Name,Nom de famille

 Last Purchase Rate,Purchase Rate Dernière

 Last Update,Dernière mise à jour

@@ -1620,6 +1661,7 @@
 Naming,Nomination

 Naming Series,Nommer Série

 Naming Series Options,Nommer Options des séries

+Negative balance is not allowed for account ,Solde négatif n&#39;est pas autorisé pour le compte

 Net Pay,Salaire net

 Net Pay (in words) will be visible once you save the Salary Slip.,Salaire net (en lettres) sera visible une fois que vous enregistrez le bulletin de salaire.

 Net Total,Total net

@@ -1759,6 +1801,8 @@
 Outgoing Mail Server,Serveur de courrier sortant

 Outgoing Mails,Mails sortants

 Outstanding Amount,Encours

+Outstanding cannot be less than zero. \				 	Please match exact outstanding.,Exceptionnelle ne peut pas être inférieur à zéro. \ S&#39;il vous plaît correspondre exacte exceptionnelle.

+Outstanding for Voucher ,Bon exceptionnelle pour

 Over Heads,Au cours chefs

 Overhead,Au-dessus

 Overload Query,Requête de surcharge

@@ -1833,6 +1877,7 @@
 Payables,Dettes

 Payables Group,Groupe Dettes

 Payment Entries,Les entrées de paiement

+Payment Entry has been modified after you pulled it. 			Please pull it again.,Entrée paiement a été modifié après l&#39;avoir retiré. S&#39;il vous plaît tirez à nouveau.

 Payment Reconciliation,Rapprochement de paiement

 Payment Terms,Conditions de paiement

 Payment days,Jours de paiement

@@ -1842,6 +1887,7 @@
 Payroll Setup,Configuration de la paie

 Pending,En attendant

 Pending Review,Attente d&#39;examen

+Percent,Pour cent

 Percent Complete,Pour cent complet

 Percentage Allocation,Répartition en pourcentage

 Percentage variation in quantity to be allowed while receiving or delivering this item.,Pourcentage de variation de la quantité à être autorisé lors de la réception ou la livraison de cet article.

@@ -1883,6 +1929,7 @@
 Please Enter Abbreviation or Short Name properly as it will be added as Suffix to all Account Heads.,S&#39;il vous plaît Entrez Abréviation ou nom court correctement car il sera ajouté comme suffixe à tous les chefs de compte.

 Please check,S&#39;il vous plaît vérifier

 Please click on another report from the menu.,S&#39;il vous plaît cliquer sur un autre rapport dans le menu.

+Please enter Bill Date,S&#39;il vous plaît entrer la date du projet de loi

 Please enter valid ,S&#39;il vous plaît entrez valide

 Please save the Newsletter before sending.,S&#39;il vous plaît enregistrer le bulletin avant de l&#39;envoyer.

 Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,S&#39;il vous plaît sélectionnez Report si vous souhaitez également inclure le solde de l&#39;exercice précédent ne laisse à cet exercice

@@ -2007,6 +2054,7 @@
 Purchase Order Item Supplied,Point de commande fourni

 Purchase Order Items,Achetez articles de la commande

 Purchase Order Items Supplied,Articles commande fourni

+Purchase Order Items To Be Received,Articles de bons de commande pour être reçu

 Purchase Order Message,Achat message Ordre

 Purchase Order Required,Bon de commande requis

 Purchase Order sent by customer,Bon de commande envoyé par le client

@@ -2160,6 +2208,7 @@
 Remark,Remarque

 Remarks,Remarques

 Remove,Enlever

+Remove Bookmark,Supprimer le signet

 Rename,Rebaptiser

 Rename Tool,Renommer l&#39;outil

 Rented,Loué

@@ -2543,6 +2592,7 @@
 Stock Value,Valeur de l&#39;action

 "Stock level frozen up to this date, nobody can do / modify entry except authorized person","Niveau de stock congelé jusqu&#39;à ce jour, personne ne peut le faire / modifier l&#39;inscription, sauf personne autorisée"

 Stop,Stop

+Stop users from making Leave Applications on following days.,"Empêcher les utilisateurs de faire des demandes d&#39;autorisation, les jours suivants."

 Stopped,Arrêté

 Structure cost centers for budgeting.,Centres de coûts de structure pour la budgétisation.

 Structure of books of accounts.,Structure des livres de comptes.

@@ -2879,6 +2929,7 @@
 User Tags,Nuage de Tags

 User Type,Type d&#39;utilisateur

 User must always select,L&#39;utilisateur doit toujours sélectionner

+User not allowed entry in the Warehouse,Entrée utilisateur non autorisé dans l&#39;entrepôt

 UserRole,UserRole

 Username,Nom d&#39;utilisateur

 Users,Utilisateurs

@@ -2912,6 +2963,8 @@
 Warehouse Detail,Détail d&#39;entrepôt

 Warehouse Name,Nom d&#39;entrepôt

 Warehouse Type,Type d&#39;entrepôt

+Warehouse User,L&#39;utilisateur d&#39;entrepôt

+Warehouse Users,Les utilisateurs d&#39;entrepôt

 Warehouse where you are maintaining stock of rejected items,Entrepôt où vous êtes maintenant le bilan des éléments rejetés

 Warn,Avertir

 Warning,Avertissement

@@ -2995,6 +3048,7 @@
 Yearly,Annuel

 Yes,Oui

 Yesterday,Hier

+You are not authorized to do/modify back dated entries before ,Vous n&#39;êtes pas autorisé à faire / modifier les entrées datées de retour avant

 You can create more earning and deduction type from Setup --> HR,Vous pouvez créer plusieurs gain et le type de déduction à partir de Configuration -&gt; RH

 You can enter any date manually,Vous pouvez entrer une date manuellement

 You can enter the minimum quantity of this item to be ordered.,Vous pouvez entrer la quantité minimale de cet élément à commander.

@@ -3004,6 +3058,7 @@
 You can make a purchase receipt from multiple purchase orders. Select purchase orders one by one and click on the button below.,Vous pouvez faire une facture d&#39;achat de plusieurs bons de commande. Sélectionnez les commandes une par une et cliquez sur le bouton ci-dessous.

 You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Vous pouvez définir plusieurs «propriétés» aux utilisateurs de définir des valeurs par défaut et d&#39;appliquer des règles d&#39;autorisation sur la base de la valeur de ces propriétés sous diverses formes.

 You can use <a href='#Form/Customize Form'>Customize Form</a> to set levels on fields.,Vous pouvez utiliser <a href='#Form/Customize Form'>Personnaliser le formulaire</a> de fixer des niveaux de champs.

+You cannot apply for a leave on the following date because it is blocked,Vous ne pouvez pas demander un congé à la date suivante car il est bloqué

 Your Customer's TAX registration numbers (if applicable) or any general information,Votre Client numéros d&#39;immatriculation fiscale (le cas échéant) ou toute autre information générale

 "Your download is being built, this may take a few moments...","Votre téléchargement est en cours de construction, ce qui peut prendre quelques instants ..."

 Your letter head content in HTML.,Votre contenu tête lettre en HTML.

@@ -3037,10 +3092,8 @@
 calendar,calendrier

 camera,appareil photo

 cancel,annuler

-cannot be included in item's rate,ne peuvent pas être inclus dans le prix du produit

 certificate,certificat

 check,vérifier

-checked,vérifié

 chevron-down,chevron vers le bas

 chevron-left,chevron gauche

 chevron-right,chevron droit

@@ -3106,7 +3159,6 @@
 indent-right,tiret à droite

 info-sign,info-signe

 is a cancelled Item,est un élément annulée

-is checked for,est vérifiée pour

 is not a Stock Item,n&#39;est pas un élément de Stock

 is not allowed.,n&#39;est pas autorisée.

 italic,italique

@@ -3169,7 +3221,6 @@
 share,part

 share-alt,actions alt

 shopping-cart,le panier

-should also have,devrait également avoir

 signal,signaler

 star,star

 star-empty,étoile vide

@@ -3185,7 +3236,6 @@
 th,e

 th-large,e-grande

 th-list,e-list

-then,puis

 thumbs-down,pouce vers le bas

 thumbs-up,thumbs-up

 time,temps

@@ -3206,5 +3256,7 @@
 yyyy-mm-dd,aaaa-mm-jj

 zoom-in,zoom-in

 zoom-out,zoom-out

+српски,српски

 العربية,العربية

 हिंदी,हिंदी

+தமிழ்,தமிழ்

diff --git a/translations/hi.csv b/translations/hi.csv
index e1d8351..eeb15ab 100644
--- a/translations/hi.csv
+++ b/translations/hi.csv
@@ -1,17 +1,25 @@
 ,

+ Reason: ,कारण:

  against same operation,एक ही आपरेशन के खिलाफ

  by Role ,भूमिका द्वारा

  cannot be 0,0 नहीं हो सकते हैं

+ does not belong to the company: ,कंपनी से संबंधित नहीं है:

+ has been freezed. \				Only Accounts Manager can do transaction against this account,freezed किया गया है. केवल \ लेखा प्रबंधक इस खाते के खिलाफ लेन - देन कर सकते हैं

 " is less than equals to zero in the system, \						valuation rate is mandatory for this item","कम से कम के लिए प्रणाली में शून्य के बराबर होती है, \ मूल्यांकन दर इस मद के लिए अनिवार्य है"

  is mandatory,अनिवार्य है

+ is mandatory for GL Entry,जीएल एंट्री करने के लिए अनिवार्य है

+ is not a ledger,एक खाता नहीं है

+ is not active,सक्रिय नहीं है

  is now the default Fiscal Year. \			Please refresh your browser for the change to take effect.,अब डिफ़ॉल्ट वित्त वर्ष है. \ कृपया को प्रभावी करने के बदलाव के लिए अपने ब्राउज़र को ताज़ा.

  or the BOM is cancelled or inactive,या BOM रद्द कर दिया है या निष्क्रिय

  should be same as that in ,में उस के रूप में ही किया जाना चाहिए

+ will become ,हो जाएगा

 """Company History""",&quot;कंपनी इतिहास&quot;

 """Team Members"" or ""Management""",&quot;टीम के सदस्यों&quot; या &quot;प्रबंधन&quot;

 # ###.##,# # # # # #

 "#,###",# # # #

 "#,###.##",# # # # # #

+"#,###.###",# # # # # # #

 "#,##,###.##",# # # # # # # #

 #.###,# # # #

 "#.###,##",# # # # # #

@@ -96,9 +104,11 @@
 >,&gt;

 >=,=&gt;

 A,एक

+A Customer exists with same name,एक ग्राहक एक ही नाम के साथ मौजूद है

 A Lead with this email id should exist,इस ईमेल आईडी के साथ एक लीड मौजूद होना चाहिए

 A Product is shown on the website and is linked to an item.,एक उत्पाद की वेबसाइट पर दिखाया जाता है और एक आइटम के लिए जुड़ा हुआ है.

 "A Product or a Service that is bought, sold or kept in stock.","एक उत्पाद या सेवा है कि खरीदा है, बेचा या स्टॉक में रखा."

+A Supplier exists with same name,एक सप्लायर के एक ही नाम के साथ मौजूद है

 A logical Warehouse against which stock entries are made.,एक तार्किक वेयरहाउस के खिलाफ जो शेयर प्रविष्टियों बना रहे हैं.

 A new popup will open that will ask you to select further conditions.,एक नया पॉपअप खुल जाएगा कि आप से पूछना आगे शर्तों का चयन करेंगे.

 A symbol for this currency. For e.g. $,इस मुद्रा के लिए एक प्रतीक है. उदाहरण के लिए $

@@ -128,6 +138,7 @@
 Account Info,खाता जानकारी

 Account Name,खाते का नाम

 Account Type,खाता प्रकार

+Account: ,खाता:

 "Accounting entry frozen up to this date, nobody can do / modify entry except authorized person","लेखा प्रविष्टि इस तिथि के लिए जमे हुए, कोई भी / अधिकृत व्यक्ति के अलावा कर सकते हैं प्रविष्टि को संशोधित"

 Accounting journal entries.,लेखा पत्रिका प्रविष्टियों.

 Accounts,लेखा

@@ -162,6 +173,7 @@
 Add A New Rule,एक नया नियम जोड़ें

 Add A Property,एक संपत्ति जोड़ें

 Add Attachments,अनुलग्नकों को जोड़

+Add Bookmark,बुकमार्क जोड़ें

 Add CSS,सीएसएस जोड़ें

 Add Column,कॉलम जोड़ें

 Add Message,संदेश जोड़ें

@@ -253,11 +265,15 @@
 Allocated amount,आवंटित राशि

 Allow Attach,अनुमति देते

 Allow Bill of Materials,सामग्री के बिल की अनुमति दें

+Allow Negative Balance,ऋणात्मक शेष की अनुमति दें

 Allow Negative Stock,नकारात्मक स्टॉक की अनुमति दें

 Allow Production Order,उत्पादन का आदेश दें

 Allow Rename,नाम बदलें की अनुमति दें

 Allow Samples,नमूने की अनुमति दें

+Allow User,उपयोगकर्ता की अनुमति

+Allow Users,उपयोगकर्ताओं को अनुमति दें

 Allow on Submit,भेजें पर अनुमति दें

+Allow the following users to make Leave Applications for block days.,निम्न उपयोगकर्ताओं को ब्लॉक दिनों के लिए छुट्टी अनुप्रयोग बनाने के लिए अनुमति दें.

 Allow this price in purchase related forms,खरीद में इस मूल्य से संबंधित प्रपत्रों की अनुमति दें

 Allow this price in sales related forms,बिक्री से संबंधित रूपों में इस मूल्य की अनुमति दें

 Allow user to login only after this hour (0-24),उपयोगकर्ता इस घंटे के बाद ही प्रवेश करने की अनुमति दें (0-24)

@@ -285,6 +301,7 @@
 Applicant for a Job,एक नौकरी के लिए आवेदक

 Applicant for a Job (extracted from jobs email).,एक नौकरी के लिए आवेदक (नौकरियों ईमेल से निकाले).

 Applications for leave.,छुट्टी के लिए आवेदन.

+Applies to Company,कंपनी के लिए लागू होता है

 Apply / Approve Leaves,पत्तियां लागू / स्वीकृत

 Appraisal,मूल्यांकन

 Appraisal Goal,मूल्यांकन लक्ष्य

@@ -393,10 +410,15 @@
 Birth Date,जन्म तिथि

 Black,काला

 Blob,बूँद

+Block Date,तिथि ब्लॉक

+Block Days,ब्लॉक दिन

+Block Holidays on important days.,महत्वपूर्ण दिन पर छुट्टियाँ मै.

+Block leave applications by department.,विभाग द्वारा आवेदन छोड़ मै.

 Blog,ब्लॉग

 Blog Subscriber,ब्लॉग सब्सक्राइबर

 Blog entry.,प्रविष्टि ब्लॉग.

 Blood Group,रक्त वर्ग

+Bookmarks,बुकमार्क

 Branch,शाखा

 Brand,ब्रांड

 Brand HTML,ब्रांड HTML

@@ -599,6 +621,7 @@
 Cost Center,लागत केंद्र

 Cost Center Details,लागत केंद्र विवरण

 Cost Center Name,लागत केन्द्र का नाम

+Cost Center must be specified for PL Account: ,लागत केंद्र PL खाते के लिए निर्दिष्ट किया जाना चाहिए:

 Cost to Company,कंपनी के लिए मूल्य

 Costing,लागत

 Country,देश

@@ -610,10 +633,11 @@
 Create Salary Slip,वेतनपर्ची बनाएँ

 "Create a price list from Price List master and enter standard ref rates against each of them. On selection of a price list in Quotation, Sales Order or Delivery Note, corresponding ref rate will be fetched for this item.","मूल्य सूची मास्टर से एक मूल्य सूची बनाएं और उनमें से प्रत्येक के खिलाफ मानक रेफरी दर दर्ज. कोटेशन, बिक्री आदेश या डिलिवरी नोट में एक मूल्य सूची के चयन पर, इसी रेफरी दर इस मद के लिए दिलवाया जाएगा."

 Create and Send Newsletters,समाचारपत्रिकाएँ बनाएँ और भेजें

+Created Account Head: ,बनाया खाता सिर:

 Created Customer Issue,बनाया ग्राहक के मुद्दे

+Created Group ,समूह बनाया गया

 Created Opportunity,अवसर पैदा

 Created Support Ticket,बनाया समर्थन टिकट

-Created by,द्वारा निर्मित

 Creates salary slip for above mentioned criteria.,उपरोक्त मानदंडों के लिए वेतन पर्ची बनाता है.

 Credit,श्रेय

 Credit Amt,क्रेडिट राशि

@@ -695,6 +719,7 @@
 Date,तारीख

 Date Format,दिनांक स्वरूप

 Date Of Retirement,सेवानिवृत्ति की तारीख

+Date is repeated,तिथि दोहराया है

 Date of Birth,जन्म तिथि

 Date of Issue,जारी करने की तारीख

 Date of Joining,शामिल होने की तिथि

@@ -703,6 +728,7 @@
 Date on which the lead was last contacted,"तारीख, जिस पर आगे अंतिम बार संपर्क किया था"

 Dates,तिथियां

 Datetime,Datetime

+Days for which Holidays are blocked for this department.,दिन छुट्टियाँ जिसके लिए इस विभाग के लिए अवरुद्ध कर रहे हैं.

 Dealer,व्यापारी

 Dear,प्रिय

 Debit,नामे

@@ -810,6 +836,7 @@
 Distribution Name,वितरण नाम

 Distributor,वितरक

 Divorced,तलाकशुदा

+Do not show any symbol like $ etc next to currencies.,$ मुद्राओं की बगल आदि की तरह किसी भी प्रतीक नहीं दिखा.

 Doc Name,डॉक्टर का नाम

 Doc Status,डॉक्टर स्थिति

 Doc Type,डॉक्टर के प्रकार

@@ -875,6 +902,7 @@
 Emergency Contact Details,आपातकालीन सम्पर्क करने का विवरण

 Emergency Phone Number,आपातकालीन फोन नंबर

 Employee,कर्मचारी

+Employee Designation.,कर्मचारी पदनाम.

 Employee Details,कर्मचारी विवरण

 Employee Education,कर्मचारी शिक्षा

 Employee External Work History,कर्मचारी बाहरी काम इतिहास

@@ -1039,6 +1067,7 @@
 "For e.g. 2012, 2012-13","जैसे 2012, 2012-13 के लिए"

 For example if you cancel and amend 'INV004' it will become a new document 'INV004-1'. This helps you to keep track of each amendment.,उदाहरण के लिए यदि आप रद्द और &#39;INV004&#39; में संशोधन करने के लिए यह एक नया दस्तावेज़ INV004-1 &#39;बन जाएगा. यह आप प्रत्येक संशोधन का ट्रैक रखने में मदद करता है.

 For example: You want to restrict users to transactions marked with a certain property called 'Territory',उदाहरण के लिए: आप एक निश्चित &#39;क्षेत्र&#39; कहा जाता है संपत्ति के साथ लेनदेन के रूप में चिह्नित करने के लिए उपयोगकर्ताओं को सीमित करना चाहते हैं

+For opening balance entry account can not be a PL account,संतुलन प्रविष्टि खाता खोलने के एक pl खाता नहीं हो सकता

 "For opening invoice entry, this date will reflect in the period-wise aging report.","चालान प्रविष्टि खोलने के लिए, अवधि के लिहाज से उम्र बढ़ने की रिपोर्ट में इस तिथि को प्रतिबिंबित करेगा."

 For ranges,श्रेणियों के लिए

 For reference,संदर्भ के लिए

@@ -1065,6 +1094,7 @@
 Fully Completed,पूरी तरह से पूरा

 GL Control,जीएल नियंत्रण

 GL Entry,जीएल एंट्री

+GL Entry: Debit or Credit amount is mandatory for ,जीएल प्रवेश: डेबिट या क्रेडिट की राशि के लिए अनिवार्य है

 GL Mapper,जीएल प्रतिचित्रण

 GL Mapper Detail,जीएल प्रतिचित्रण विस्तार

 GRN,GRN

@@ -1153,6 +1183,7 @@
 Hidden,छुपा

 Hide Actions,प्रक्रिया छिपाएँ

 Hide Copy,प्रतिलिपि बनाएँ छिपाएँ

+Hide Currency Symbol,मुद्रा प्रतीक छुपाएँ

 Hide Email,ईमेल छुपाएँ

 Hide Heading,शीर्षक छिपाएँ

 Hide Print,प्रिंट छिपाएँ

@@ -1162,6 +1193,12 @@
 History In Company,कंपनी में इतिहास

 Hold,पकड़

 Holiday,छुट्टी

+Holiday Block List,अवकाश ब्लॉक सूची

+Holiday Block List Allow,अवकाश ब्लॉक सूची की अनुमति दें

+Holiday Block List Allowed,अवकाश सूची ब्लॉक रख सकते है

+Holiday Block List Date,अवकाश ब्लॉक सूची तिथि

+Holiday Block List Dates,अवकाश ब्लॉक सूची तिथियां

+Holiday Block List Name,अवकाश ब्लॉक सूची में नाम

 Holiday List,अवकाश सूची

 Holiday List Name,अवकाश सूची नाम

 Holidays,छुट्टियां

@@ -1181,8 +1218,10 @@
 How frequently?,कितनी बार?

 "How should this currency be formatted? If not set, will use system defaults","इस मुद्रा को कैसे स्वरूपित किया जाना चाहिए? अगर सेट नहीं किया, प्रणाली चूक का उपयोग करेगा"

 How to upload,कैसे अपलोड करने के लिए

+Hrvatski,क्रोएशियाई

 Human Resources,मानवीय संसाधन

 Human Resources Home,मानव होम संसाधन

+Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,हुर्रे! दिन (s) \ जिस पर आप छोड़ने के लिए आवेदन कर रहे हैं छुट्टी (एस) के साथ मेल. आप छुट्टी के लिए लागू नहीं की जरूरत है.

 I,मैं

 ID (name) of the entity whose property is to be set,इकाई जिनकी संपत्ति को सेट किया जा रहा है की आईडी (नाम)

 IDT,IDT

@@ -1197,7 +1236,6 @@
 Icon will appear on the button,आइकन बटन पर दिखाई देगा

 Id of the profile will be the email.,प्रोफ़ाइल के ईद ईमेल किया जाएगा.

 Identification of the package for the delivery (for print),प्रसव के लिए पैकेज की पहचान (प्रिंट के लिए)

-If,अगर

 If Monthly Budget Exceeded,अगर मासिक बजट से अधिक

 "If Sale BOM is defined, the actual BOM of the Pack is displayed as table.Available in Delivery Note and Sales Order","यदि बिक्री बीओएम में परिभाषित किया गया है, पैक के वास्तविक बीओएम table.Available डिलिवरी नोट और विक्रय आदेश के रूप में प्रदर्शित किया जाता है"

 "If Supplier Part Number exists for given Item, it gets stored here","यदि प्रदायक भाग संख्या दिए गए आइटम के लिए मौजूद है, यह यहाँ जमा हो जाता है"

@@ -1211,7 +1249,9 @@
 If more than one package of the same type (for print),यदि एक ही प्रकार के एक से अधिक पैकेज (प्रिंट के लिए)

 If non standard port (e.g. 587),यदि गैर मानक बंदरगाह (587 जैसे)

 If not applicable please enter: NA,यदि लागू नहीं दर्ज करें: NA

+"If not checked, the list will have to be added to each Department where it has to be applied.","अगर जाँच नहीं किया गया है, इस सूची के लिए प्रत्येक विभाग है जहां इसे लागू किया गया है के लिए जोड़ा जा होगा."

 "If not, create a","यदि नहीं, तो एक बनाने के लिए"

+"If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.","अगर सेट, डेटा प्रविष्टि केवल निर्दिष्ट उपयोगकर्ताओं के लिए अनुमति दी है. वरना, प्रविष्टि अपेक्षित अनुमति के साथ सभी उपयोगकर्ताओं के लिए अनुमति दी है."

 "If specified, send the newsletter using this email address","अगर निर्दिष्ट, न्यूज़लेटर भेजने के इस ईमेल पते का उपयोग"

 "If the 'territory' Link Field exists, it will give you an option to select it","यदि &#39;क्षेत्र&#39; लिंक क्षेत्र में मौजूद है, यह आप एक का चयन करने के लिए यह विकल्प दे देंगे"

 "If the account is frozen, entries are allowed for the ""Account Manager"" only.","यदि खाते में जमे हुए है, प्रविष्टियों &quot;खाता प्रबंधक&quot; के लिए ही अनुमति दी जाती है."

@@ -1235,6 +1275,7 @@
 Imports,आयात

 In Dialog,संवाद में

 In Filter,फिल्टर में

+In List View,सूची दृश्य में

 In Process,इस प्रक्रिया में

 In Report Filter,रिपोर्ट फिल्टर में

 In Store,दुकान में

@@ -1416,7 +1457,7 @@
 Last Contact Date,पिछले संपर्क तिथि

 Last IP,अंतिम IP

 Last Login,अंतिम लॉगिन

-Last Modified On:,अंतिम बार संशोधित:

+Last Modified On,अंतिम बार को संशोधित

 Last Name,सरनेम

 Last Purchase Rate,पिछले खरीद दर

 Last Update,अंतिम अद्यतन

@@ -1620,6 +1661,7 @@
 Naming,नामकरण

 Naming Series,श्रृंखला का नामकरण

 Naming Series Options,श्रृंखला विकल्प नामकरण

+Negative balance is not allowed for account ,नकारात्मक खाता शेष के लिए अनुमति नहीं है

 Net Pay,शुद्ध वेतन

 Net Pay (in words) will be visible once you save the Salary Slip.,शुद्ध वेतन (शब्दों में) दिखाई हो सकता है एक बार आप वेतन पर्ची बचाने के लिए होगा.

 Net Total,शुद्ध जोड़

@@ -1759,6 +1801,8 @@
 Outgoing Mail Server,जावक मेल सर्वर

 Outgoing Mails,जावक मेल

 Outstanding Amount,बकाया राशि

+Outstanding cannot be less than zero. \				 	Please match exact outstanding.,बकाया शून्य से कम नहीं हो सकता. \ बकाया सटीक मैच.

+Outstanding for Voucher ,वाउचर के लिए बकाया

 Over Heads,सिर पर

 Overhead,उपरि

 Overload Query,अधिभार प्रश्न

@@ -1833,6 +1877,7 @@
 Payables,देय

 Payables Group,देय समूह

 Payment Entries,भुगतान प्रविष्टियां

+Payment Entry has been modified after you pulled it. 			Please pull it again.,भुगतान एंट्री के बाद आप इसे खींच संशोधित किया गया है. कृपया इसे फिर से खींच.

 Payment Reconciliation,भुगतान सुलह

 Payment Terms,अदायगी की शर्तें

 Payment days,भुगतान दिन

@@ -1842,6 +1887,7 @@
 Payroll Setup,पेरोल सेटअप

 Pending,अपूर्ण

 Pending Review,समीक्षा के लिए लंबित

+Percent,प्रतिशत

 Percent Complete,पूरा प्रतिशत

 Percentage Allocation,प्रतिशत आवंटन

 Percentage variation in quantity to be allowed while receiving or delivering this item.,मात्रा में प्रतिशत परिवर्तन प्राप्त करने या इस मद के लिए अनुमति दी गई है.

@@ -1883,6 +1929,7 @@
 Please Enter Abbreviation or Short Name properly as it will be added as Suffix to all Account Heads.,संक्षिप्त या लघु नाम ठीक से दर्ज करें सभी खाता प्रमुखों को प्रत्यय के रूप में जोड़ दिया जाएगा.

 Please check,कृपया जाँच करें

 Please click on another report from the menu.,मेनू से एक और रिपोर्ट पर क्लिक करें.

+Please enter Bill Date,बिल की तारीख दर्ज करें

 Please enter valid ,वैध दर्ज करें

 Please save the Newsletter before sending.,भेजने से पहले न्यूज़लैटर बचाने.

 Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,का चयन करें कृपया आगे ले जाना है अगर तुम भी शामिल करना चाहते हैं पिछले राजकोषीय वर्ष की शेष राशि इस वित्त वर्ष के लिए छोड़ देता है

@@ -2007,6 +2054,7 @@
 Purchase Order Item Supplied,खरीद आदेश आइटम की आपूर्ति

 Purchase Order Items,आदेश आइटम खरीद

 Purchase Order Items Supplied,खरीद आदेश वस्तुओं की आपूर्ति

+Purchase Order Items To Be Received,खरीद आदेश प्राप्त किए जाने आइटम

 Purchase Order Message,खरीद आदेश संदेश

 Purchase Order Required,खरीदने के लिए आवश्यक आदेश

 Purchase Order sent by customer,खरीद ग्राहक द्वारा भेजे गए आदेश

@@ -2160,6 +2208,7 @@
 Remark,टिप्पणी

 Remarks,टिप्पणियाँ

 Remove,हटाना

+Remove Bookmark,बुकमार्क निकालें

 Rename,नाम बदलें

 Rename Tool,उपकरण का नाम बदलें

 Rented,किराये पर

@@ -2543,6 +2592,7 @@
 Stock Value,शेयर मूल्य

 "Stock level frozen up to this date, nobody can do / modify entry except authorized person","शेयर इस तिथि के लिए जमे हुए स्तर के, कोई भी / अधिकृत व्यक्ति के अलावा कर सकते हैं प्रविष्टि को संशोधित"

 Stop,रोक

+Stop users from making Leave Applications on following days.,निम्नलिखित दिन पर छुट्टी अनुप्रयोग बनाने से उपयोगकर्ताओं को बंद करो.

 Stopped,रोक

 Structure cost centers for budgeting.,बजट के लिए संरचना लागत केन्द्रों.

 Structure of books of accounts.,खातों की पुस्तकों की संरचना.

@@ -2879,6 +2929,7 @@
 User Tags,उपयोगकर्ता के टैग

 User Type,प्रयोक्ता प्रकार

 User must always select,उपयोगकर्ता हमेशा का चयन करना होगा

+User not allowed entry in the Warehouse,गोदाम में उपयोक्ता अनुमति प्राप्त नहीं प्रविष्टि

 UserRole,UserRole

 Username,प्रयोक्ता नाम

 Users,उपयोगकर्ता

@@ -2912,6 +2963,8 @@
 Warehouse Detail,वेअरहाउस विस्तार

 Warehouse Name,वेअरहाउस नाम

 Warehouse Type,वेअरहाउस प्रकार

+Warehouse User,वेअरहाउस उपयोगकर्ता के

+Warehouse Users,वेयरहाउस उपयोगकर्ताओं

 Warehouse where you are maintaining stock of rejected items,वेअरहाउस जहाँ आप को अस्वीकार कर दिया आइटम के शेयर को बनाए रखने रहे हैं

 Warn,चेतावनी देना

 Warning,चेतावनी

@@ -2995,6 +3048,7 @@
 Yearly,वार्षिक

 Yes,हां

 Yesterday,कल

+You are not authorized to do/modify back dated entries before ,/ वापस पहले दिनांकित प्रविष्टियों को संशोधित करने के लिए अधिकृत नहीं हैं

 You can create more earning and deduction type from Setup --> HR,आप अधिक कमाई और सेटअप से कटौती प्रकार बना सकते हैं -&gt; मानव संसाधन

 You can enter any date manually,आप किसी भी तारीख को मैन्युअल रूप से दर्ज कर सकते हैं

 You can enter the minimum quantity of this item to be ordered.,आप इस मद की न्यूनतम मात्रा में करने के लिए आदेश दिया जा में प्रवेश कर सकते हैं.

@@ -3004,6 +3058,7 @@
 You can make a purchase receipt from multiple purchase orders. Select purchase orders one by one and click on the button below.,आप कई खरीद के आदेश से एक खरीद रसीद कर सकते हैं. खरीद के आदेश के एक से एक का चयन करें और नीचे के बटन पर क्लिक करें.

 You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,आप विभिन्न &#39;गुण&#39; उपयोगकर्ताओं को स्थापित करने के लिए मूलभूत मूल्यों को निर्धारित करने के लिए और अनुमति विभिन्न रूपों में इन गुणों के मूल्य के आधार पर नियमों को लागू कर सकते हैं.

 You can use <a href='#Form/Customize Form'>Customize Form</a> to set levels on fields.,आप <a href='#Form/Customize Form'>प्रपत्र को अनुकूलित</a> करने के लिए खेतों पर स्तर सेट का उपयोग कर सकते हैं .

+You cannot apply for a leave on the following date because it is blocked,आप निम्न दिनांक पर छुट्टी के लिए लागू नहीं है क्योंकि यह बंद है

 Your Customer's TAX registration numbers (if applicable) or any general information,अपने ग्राहक कर पंजीकरण संख्या (यदि लागू हो) या किसी भी सामान्य जानकारी

 "Your download is being built, this may take a few moments...","आपका डाउनलोड का निर्माण किया जा रहा है, इसमें कुछ समय लग सकता है ..."

 Your letter head content in HTML.,HTML में आपका पत्र सिर सामग्री.

@@ -3037,10 +3092,8 @@
 calendar,कैलेंडर

 camera,कैमरा

 cancel,रद्द करें

-cannot be included in item's rate,आइटम की दर में शामिल नहीं किया जा सकता

 certificate,प्रमाणपत्र

 check,चेक

-checked,की जाँच की

 chevron-down,शेवरॉन नीचे

 chevron-left,शेवरॉन छोड़ दिया

 chevron-right,शेवरॉन सही

@@ -3106,7 +3159,6 @@
 indent-right,इंडेंट सही

 info-sign,जानकारी के संकेत

 is a cancelled Item,रद्द आइटम

-is checked for,के लिए जाँच

 is not a Stock Item,स्टॉक आइटम नहीं है

 is not allowed.,अनुमति नहीं है.

 italic,तिरछा

@@ -3169,7 +3221,6 @@
 share,शेयर

 share-alt,शेयर Alt

 shopping-cart,शॉपिंग गाड़ी

-should also have,भी होना चाहिए

 signal,संकेत

 star,सितारा

 star-empty,सितारा खाली

@@ -3185,7 +3236,6 @@
 th,वें

 th-large,वें बड़े

 th-list,वें सूची

-then,तो

 thumbs-down,नीचे अंगूठे

 thumbs-up,अंगूठे अप

 time,समय

@@ -3206,5 +3256,7 @@
 yyyy-mm-dd,yyyy-mm-dd

 zoom-in,ज़ूम

 zoom-out,ज़ूम आउट

+српски,српски

 العربية,العربية

 हिंदी,हिंदी

+தமிழ்,தமிழ்

diff --git a/translations/hr.csv b/translations/hr.csv
index 72bc78d..7a0fd7d 100644
--- a/translations/hr.csv
+++ b/translations/hr.csv
@@ -1218,6 +1218,7 @@
 How frequently?,Kako često?

 "How should this currency be formatted? If not set, will use system defaults","Kako bi se to valuta biti formatiran? Ako nije postavljeno, koristit će zadane postavke sustava"

 How to upload,Kako prenijeti

+Hrvatski,Hrvatski

 Human Resources,Ljudski resursi

 Human Resources Home,Ljudski resursi Home

 Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,Ura! Dan (e) na koje se prijavljuje za ostaviti \ podudara s odmora (s). Vi ne trebate podnijeti zahtjev za dopust.

diff --git a/translations/nl.csv b/translations/nl.csv
index 8a18a9e..dc4f899 100644
--- a/translations/nl.csv
+++ b/translations/nl.csv
@@ -1,17 +1,25 @@
 ,

+ Reason: ,Reden:

  against same operation,tegen dezelfde handeling

  by Role ,door Rol

  cannot be 0,mag niet 0

+ does not belong to the company: ,behoort niet tot de onderneming:

+ has been freezed. \				Only Accounts Manager can do transaction against this account,is bevroren. \ Accounts Manager kan doen transactie tegen deze account

 " is less than equals to zero in the system, \						valuation rate is mandatory for this item",minder dan gelijk aan nul in het systeem \ waardering prijs is verplicht voor dit artikel

  is mandatory,is verplicht

+ is mandatory for GL Entry,is verplicht voor GL Entry

+ is not a ledger,is niet een grootboek

+ is not active,niet actief

  is now the default Fiscal Year. \			Please refresh your browser for the change to take effect.,is nu de standaard boekjaar. \ Vernieuw uw browser om de wijziging door te voeren.

  or the BOM is cancelled or inactive,of de BOM wordt geannuleerd of inactief

  should be same as that in ,moet dezelfde als in

+ will become ,zal

 """Company History""",&quot;Geschiedenis&quot;

 """Team Members"" or ""Management""",&quot;Team Members&quot; of &quot;Management&quot;

 # ###.##,# # # #. # #

 "#,###","#, # # #"

 "#,###.##","#, # # #. # #"

+"#,###.###","#, # # #. # # #"

 "#,##,###.##","#, # #, # # #. # #"

 #.###,#. # # #

 "#.###,##","#. # # #, # #"

@@ -96,9 +104,11 @@
 >,&gt;

 >=,&gt; =

 A,Een

+A Customer exists with same name,Een Klant bestaat met dezelfde naam

 A Lead with this email id should exist,Een Lead met deze e-mail-ID moet bestaan

 A Product is shown on the website and is linked to an item.,Een product wordt getoond op de website en is gekoppeld aan een item.

 "A Product or a Service that is bought, sold or kept in stock.","Een product of een dienst die wordt gekocht, verkocht of in voorraad gehouden."

+A Supplier exists with same name,Een leverancier bestaat met dezelfde naam

 A logical Warehouse against which stock entries are made.,Een logische Warehouse waartegen de voorraad worden gemaakt.

 A new popup will open that will ask you to select further conditions.,Een nieuwe pop-up opent die u vragen om nadere voorwaarden te selecteren.

 A symbol for this currency. For e.g. $,Een symbool voor deze valuta. Voor bijvoorbeeld $

@@ -128,6 +138,7 @@
 Account Info,Account Info

 Account Name,Accountnaam

 Account Type,Account Type

+Account: ,Account:

 "Accounting entry frozen up to this date, nobody can do / modify entry except authorized person","Boekhoudkundige afschrijving bevroren tot aan deze datum, kan niemand / niets veranderen aan toegang behalve bevoegd persoon"

 Accounting journal entries.,Accounting journaalposten.

 Accounts,Accounts

@@ -162,6 +173,7 @@
 Add A New Rule,Voeg een nieuwe regel

 Add A Property,Voeg een woning

 Add Attachments,Bijlagen toevoegen

+Add Bookmark,Voeg bladwijzer toe

 Add CSS,Voeg CSS

 Add Column,Kolom toevoegen

 Add Message,Bericht toevoegen

@@ -253,11 +265,15 @@
 Allocated amount,Toegewezen bedrag

 Allow Attach,Laat Bevestig

 Allow Bill of Materials,Laat Bill of Materials

+Allow Negative Balance,Laat negatief saldo

 Allow Negative Stock,Laat Negatieve voorraad

 Allow Production Order,Laat Productieorder

 Allow Rename,Laat hernoemen

 Allow Samples,Laat Monsters

+Allow User,Door gebruiker toestaan

+Allow Users,Gebruikers toestaan

 Allow on Submit,Laat op Submit

+Allow the following users to make Leave Applications for block days.,Laat de volgende gebruikers te vertrekken Toepassingen maken voor blok dagen.

 Allow this price in purchase related forms,Toestaan ​​dat deze prijs in aankoop verwante vormen

 Allow this price in sales related forms,Toestaan ​​dat deze prijs in de verkoop verwante vormen

 Allow user to login only after this hour (0-24),Gebruiker mag alleen inloggen na dit uur (0-24)

@@ -285,6 +301,7 @@
 Applicant for a Job,Aanvrager van een baan

 Applicant for a Job (extracted from jobs email).,Aanvrager van het Job (uit werk e-mail).

 Applications for leave.,Aanvragen voor verlof.

+Applies to Company,Geldt voor Bedrijf

 Apply / Approve Leaves,Toepassen / goedkeuren Leaves

 Appraisal,Taxatie

 Appraisal Goal,Beoordeling Doel

@@ -393,10 +410,15 @@
 Birth Date,Geboortedatum

 Black,Zwart

 Blob,Bobbel

+Block Date,Blokkeren Datum

+Block Days,Blokkeren Dagen

+Block Holidays on important days.,Blok Vakantie op belangrijke dagen.

+Block leave applications by department.,Blok verlaten toepassingen per afdeling.

 Blog,Blog

 Blog Subscriber,Blog Abonnee

 Blog entry.,Blog entry.

 Blood Group,Bloedgroep

+Bookmarks,Bladwijzers

 Branch,Tak

 Brand,Merk

 Brand HTML,Brand HTML

@@ -599,6 +621,7 @@
 Cost Center,Kostenplaats

 Cost Center Details,Kosten Center Details

 Cost Center Name,Kosten Center Naam

+Cost Center must be specified for PL Account: ,Kostenplaats moet worden opgegeven voor PL Account:

 Cost to Company,Kosten voor Bedrijf

 Costing,Costing

 Country,Land

@@ -610,10 +633,11 @@
 Create Salary Slip,Maak loonstrook

 "Create a price list from Price List master and enter standard ref rates against each of them. On selection of a price list in Quotation, Sales Order or Delivery Note, corresponding ref rate will be fetched for this item.","Maak een prijslijst van prijslijst meester en voert standaard ref tarieven tegen elk van hen. Over de selectie van een prijslijst in Offerte, Sales Order of Delivery Note, zal overeenkomstige ref tarief worden opgehaald voor dit object."

 Create and Send Newsletters,Maken en versturen nieuwsbrieven

+Created Account Head: ,Gemaakt Account Hoofd:

 Created Customer Issue,Gemaakt op problemen van klanten

+Created Group ,Gemaakt Groep

 Created Opportunity,Gemaakt Opportunity

 Created Support Ticket,Gemaakt Hulpaanvraag

-Created by,Gemaakt door

 Creates salary slip for above mentioned criteria.,Maakt salarisstrook voor de bovengenoemde criteria.

 Credit,Krediet

 Credit Amt,Credit Amt

@@ -695,6 +719,7 @@
 Date,Datum

 Date Format,Datumnotatie

 Date Of Retirement,Datum van pensionering

+Date is repeated,Datum wordt herhaald

 Date of Birth,Geboortedatum

 Date of Issue,Datum van afgifte

 Date of Joining,Datum van toetreding tot

@@ -703,6 +728,7 @@
 Date on which the lead was last contacted,Datum waarop het voortouw laatste werd benaderd

 Dates,Data

 Datetime,Datetime

+Days for which Holidays are blocked for this department.,Dagen waarvoor feestdagen zijn geblokkeerd voor deze afdeling.

 Dealer,Handelaar

 Dear,Lieve

 Debit,Debet

@@ -810,6 +836,7 @@
 Distribution Name,Distributie Naam

 Distributor,Verdeler

 Divorced,Gescheiden

+Do not show any symbol like $ etc next to currencies.,"Vertonen geen symbool zoals $, enz. naast valuta."

 Doc Name,Doc Naam

 Doc Status,Doc Status

 Doc Type,Doc Type

@@ -875,6 +902,7 @@
 Emergency Contact Details,Emergency Contactgegevens

 Emergency Phone Number,Telefoonnummer voor noodgevallen

 Employee,Werknemer

+Employee Designation.,Medewerker Aanduiding.

 Employee Details,Medewerker Details

 Employee Education,Medewerker Onderwijs

 Employee External Work History,Medewerker Buitendienst Medewerker Geschiedenis

@@ -1039,6 +1067,7 @@
 "For e.g. 2012, 2012-13","Voor bijvoorbeeld 2012, 2012-13"

 For example if you cancel and amend 'INV004' it will become a new document 'INV004-1'. This helps you to keep track of each amendment.,Bijvoorbeeld als u wilt annuleren en wijzigen &#39;INV004&#39; het zal worden een nieuw document &#39;INV004-1&#39;. Dit helpt u bij te houden van elke wijziging.

 For example: You want to restrict users to transactions marked with a certain property called 'Territory',Bijvoorbeeld: U wilt gebruikers te beperken tot transacties gemarkeerd met een bepaalde eigenschap genaamd &#39;Territory&#39;

+For opening balance entry account can not be a PL account,Voor openingsbalans toegang account kan niet worden een PL rekening

 "For opening invoice entry, this date will reflect in the period-wise aging report.","Voor het openen van factuur binnenkomst, zal deze datum weerspiegelen in de periode-wijs veroudering rapport."

 For ranges,Voor bereiken

 For reference,Ter referentie

@@ -1065,6 +1094,7 @@
 Fully Completed,Volledig ingevulde

 GL Control,GL Controle

 GL Entry,GL Entry

+GL Entry: Debit or Credit amount is mandatory for ,GL Entry: Debet of Credit bedrag is verplicht voor

 GL Mapper,GL Mapper

 GL Mapper Detail,GL Mapper Detail

 GRN,GRN

@@ -1153,6 +1183,7 @@
 Hidden,Verborgen

 Hide Actions,Verberg Acties

 Hide Copy,Verberg Copy

+Hide Currency Symbol,Verberg Valutasymbool

 Hide Email,Verberg E-mail

 Hide Heading,Verberg rubriek

 Hide Print,Verberg Afdrukken

@@ -1162,6 +1193,12 @@
 History In Company,Geschiedenis In Bedrijf

 Hold,Houden

 Holiday,Feestdag

+Holiday Block List,Holiday Block List

+Holiday Block List Allow,Holiday Block List Laat

+Holiday Block List Allowed,Holiday toegestaan ​​Block List

+Holiday Block List Date,Holiday Block List Datum

+Holiday Block List Dates,Holiday Block List Data

+Holiday Block List Name,Holiday Block List Name

 Holiday List,Holiday Lijst

 Holiday List Name,Holiday Lijst Naam

 Holidays,Vakantie

@@ -1181,8 +1218,10 @@
 How frequently?,Hoe vaak?

 "How should this currency be formatted? If not set, will use system defaults","Hoe moet deze valuta worden geformatteerd? Indien niet ingesteld, zal gebruik maken van het systeem standaard"

 How to upload,Hoe om te uploaden

+Hrvatski,Hrvatski

 Human Resources,Human Resources

 Human Resources Home,Human Resources Startpagina

+Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,Hoera! De dag (en) waarop u een aanvraag voor verlof \ samenvallen met vakantie (s). Je moet niet van toepassing voor verlof.

 I,Ik

 ID (name) of the entity whose property is to be set,ID (naam) van de entiteit waarvan de eigenschap moet worden ingesteld

 IDT,IDT

@@ -1197,7 +1236,6 @@
 Icon will appear on the button,Pictogram verschijnt op de knop

 Id of the profile will be the email.,Id van het profiel zal de e-mail.

 Identification of the package for the delivery (for print),Identificatie van het pakket voor de levering (voor afdrukken)

-If,Indien

 If Monthly Budget Exceeded,Als Maandelijks Budget overschreden

 "If Sale BOM is defined, the actual BOM of the Pack is displayed as table.Available in Delivery Note and Sales Order","Als Verkoop BOM is gedefinieerd, wordt de werkelijke BOM van de Pack weergegeven als table.Available in Delivery Note en Sales Order"

 "If Supplier Part Number exists for given Item, it gets stored here","Indien Leverancier Onderdeelnummer bestaat voor bepaalde Item, het wordt hier opgeslagen"

@@ -1211,7 +1249,9 @@
 If more than one package of the same type (for print),Als er meer dan een pakket van hetzelfde type (voor afdrukken)

 If non standard port (e.g. 587),Als niet-standaard poort (bijv. 587)

 If not applicable please enter: NA,Indien niet van toepassing gelieve: Nvt

+"If not checked, the list will have to be added to each Department where it has to be applied.","Indien niet gecontroleerd, wordt de lijst worden toegevoegd aan elk Department waar het moet worden toegepast."

 "If not, create a","Zo niet, maak dan een"

+"If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.","Indien ingesteld, wordt het invoeren van gegevens alleen toegestaan ​​voor bepaalde gebruikers. Else, is toegang toegestaan ​​voor alle gebruikers met de vereiste machtigingen."

 "If specified, send the newsletter using this email address","Als de opgegeven, stuurt u de nieuwsbrief via dit e-mailadres"

 "If the 'territory' Link Field exists, it will give you an option to select it","Als de &#39;grondgebied&#39; Link Field bestaat, zal het u een optie om deze te selecteren"

 "If the account is frozen, entries are allowed for the ""Account Manager"" only.","Als de account is bevroren, worden items toegestaan ​​voor de &quot;Account Manager&quot; alleen."

@@ -1235,6 +1275,7 @@
 Imports,Invoer

 In Dialog,In Dialog

 In Filter,In Filter

+In List View,In lijstweergave

 In Process,In Process

 In Report Filter,In Report Filter

 In Store,In Store

@@ -1416,7 +1457,7 @@
 Last Contact Date,Laatste Contact Datum

 Last IP,Laatste IP-

 Last Login,Laatst ingelogd

-Last Modified On:,Laatst gewijzigd op:

+Last Modified On,Laatst gewijzigd op

 Last Name,Achternaam

 Last Purchase Rate,Laatste Purchase Rate

 Last Update,Laatste update

@@ -1620,6 +1661,7 @@
 Naming,Benoemen

 Naming Series,Benoemen Series

 Naming Series Options,Benoemen Reeksopties

+Negative balance is not allowed for account ,Negatief saldo is niet toegestaan ​​voor rekening

 Net Pay,Nettoloon

 Net Pay (in words) will be visible once you save the Salary Slip.,Netto loon (in woorden) zal zichtbaar zodra het opslaan van de loonstrook.

 Net Total,Net Total

@@ -1759,6 +1801,8 @@
 Outgoing Mail Server,Server uitgaande post

 Outgoing Mails,Uitgaande mails

 Outstanding Amount,Openstaande bedrag

+Outstanding cannot be less than zero. \				 	Please match exact outstanding.,Outstanding kan niet lager zijn dan nul. \ Gelieve overeenkomen met de exacte uitstekend.

+Outstanding for Voucher ,Uitstekend voor Voucher

 Over Heads,Meer dan Heads

 Overhead,Boven het hoofd

 Overload Query,Overbelasting Query

@@ -1833,6 +1877,7 @@
 Payables,Schulden

 Payables Group,Schulden Groep

 Payment Entries,Betaling Entries

+Payment Entry has been modified after you pulled it. 			Please pull it again.,Betaling Bericht is gewijzigd nadat u trok het. Gelieve opnieuw te trekken.

 Payment Reconciliation,Betaling Verzoening

 Payment Terms,Betalingscondities

 Payment days,Betaling dagen

@@ -1842,6 +1887,7 @@
 Payroll Setup,Payroll Setup

 Pending,In afwachting van

 Pending Review,In afwachting Beoordeling

+Percent,Percentage

 Percent Complete,Percentage voltooid

 Percentage Allocation,Percentage Toewijzing

 Percentage variation in quantity to be allowed while receiving or delivering this item.,Percentage variërende hoeveelheid te mogen tijdens het ontvangen of versturen van dit item.

@@ -1883,6 +1929,7 @@
 Please Enter Abbreviation or Short Name properly as it will be added as Suffix to all Account Heads.,Gelieve goed op Enter Afkorting of korte naam als het zal worden toegevoegd als suffix aan alle Account Heads.

 Please check,Controleer

 Please click on another report from the menu.,Klik op een ander rapport in het menu.

+Please enter Bill Date,Vul Bill Datum

 Please enter valid ,Voer een geldige

 Please save the Newsletter before sending.,Sla de Nieuwsbrief voor verzending.

 Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Selecteer Carry Forward als u ook wilt opnemen vorige boekjaar uit balans laat dit fiscale jaar

@@ -2007,6 +2054,7 @@
 Purchase Order Item Supplied,Aankoop Bestelling ingevoerd

 Purchase Order Items,Purchase Order Items

 Purchase Order Items Supplied,Purchase Order Items ingevoerd

+Purchase Order Items To Be Received,Purchase Order Items te ontvangen

 Purchase Order Message,Purchase Order Bericht

 Purchase Order Required,Vereiste Purchase Order

 Purchase Order sent by customer,Purchase Order verzonden door de klant

@@ -2160,6 +2208,7 @@
 Remark,Opmerking

 Remarks,Opmerkingen

 Remove,Verwijderen

+Remove Bookmark,Bladwijzer verwijderen

 Rename,Andere naam geven

 Rename Tool,Wijzig de naam van Tool

 Rented,Verhuurd

@@ -2543,6 +2592,7 @@
 Stock Value,Stock Waarde

 "Stock level frozen up to this date, nobody can do / modify entry except authorized person","Voorraad bevroren tot deze datum, kan niemand / niets veranderen aan toegang behalve bevoegd persoon"

 Stop,Stop

+Stop users from making Leave Applications on following days.,Stop gebruikers van het maken van verlofaanvragen op de volgende dagen.

 Stopped,Gestopt

 Structure cost centers for budgeting.,Structuur kostenplaatsen voor budgettering.

 Structure of books of accounts.,Structuur van boeken van de rekeningen.

@@ -2879,6 +2929,7 @@
 User Tags,Gebruiker-tags

 User Type,Gebruikerstype

 User must always select,Gebruiker moet altijd kiezen

+User not allowed entry in the Warehouse,Gebruiker niet toegestaan ​​vermelding in het Warehouse

 UserRole,UserRole

 Username,Gebruikersnaam

 Users,Gebruikers

@@ -2912,6 +2963,8 @@
 Warehouse Detail,Magazijn Detail

 Warehouse Name,Warehouse Naam

 Warehouse Type,Warehouse Type

+Warehouse User,Magazijn Gebruiker

+Warehouse Users,Magazijn Gebruikers

 Warehouse where you are maintaining stock of rejected items,Warehouse waar u het handhaven voorraad van afgewezen artikelen

 Warn,Waarschuwen

 Warning,Waarschuwing

@@ -2995,6 +3048,7 @@
 Yearly,Jaar-

 Yes,Ja

 Yesterday,Gisteren

+You are not authorized to do/modify back dated entries before ,U bent niet gemachtigd om / niets veranderen aan terug gedateerde gegevens voor het

 You can create more earning and deduction type from Setup --> HR,U kunt meer verdienen en deductie type uit Setup -&gt; HR

 You can enter any date manually,U kunt elke datum handmatig

 You can enter the minimum quantity of this item to be ordered.,U kunt de minimale hoeveelheid van dit product te bestellen.

@@ -3004,6 +3058,7 @@
 You can make a purchase receipt from multiple purchase orders. Select purchase orders one by one and click on the button below.,U kunt een aankoopbewijs van meerdere inkooporders. Selecteer inkooporders een voor een en klikt u op de knop.

 You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,U kunt verschillende &#39;eigenschappen&#39; om gebruikers op de standaardwaarden in te stellen en toestemming regels op basis van de waarde van deze eigenschappen in verschillende vormen toe te passen.

 You can use <a href='#Form/Customize Form'>Customize Form</a> to set levels on fields.,U kunt gebruik maken <a href='#Form/Customize Form'>Customize Form</a> om in te stellen op velden.

+You cannot apply for a leave on the following date because it is blocked,"Je kan niet van toepassing zijn voor een verlof op de volgende datum, omdat het is geblokkeerd"

 Your Customer's TAX registration numbers (if applicable) or any general information,Uw klant fiscale nummers (indien van toepassing) of een algemene informatie

 "Your download is being built, this may take a few moments...","Uw download wordt gebouwd, kan dit enige tijd duren ..."

 Your letter head content in HTML.,Uw brief hoofd-inhoud in HTML.

@@ -3037,10 +3092,8 @@
 calendar,kalender

 camera,camera

 cancel,annuleren

-cannot be included in item's rate,kan niet worden opgenomen in het tarief item

 certificate,certificaat

 check,controleren

-checked,geruit

 chevron-down,chevron-down

 chevron-left,chevron-links

 chevron-right,chevron-rechts

@@ -3106,7 +3159,6 @@
 indent-right,streepje-rechts

 info-sign,info-teken

 is a cancelled Item,is een geannuleerde artikel

-is checked for,wordt gecontroleerd op

 is not a Stock Item,is niet een Stock Item

 is not allowed.,is niet toegestaan.

 italic,cursief

@@ -3169,7 +3221,6 @@
 share,aandeel

 share-alt,aandeel-alt

 shopping-cart,shopping-cart

-should also have,moet ook

 signal,signaal

 star,ster

 star-empty,star-leeg

@@ -3185,7 +3236,6 @@
 th,e

 th-large,th-large

 th-list,th-lijst

-then,dan

 thumbs-down,duim omlaag

 thumbs-up,duim omhoog

 time,tijd

@@ -3206,5 +3256,7 @@
 yyyy-mm-dd,yyyy-mm-dd

 zoom-in,zoom-in

 zoom-out,zoom-out

+српски,српски

 العربية,العربية

 हिंदी,हिंदी

+தமிழ்,தமிழ்

diff --git a/translations/pt.csv b/translations/pt.csv
index ae67299..2e076bd 100644
--- a/translations/pt.csv
+++ b/translations/pt.csv
@@ -1,17 +1,25 @@
 ,

+ Reason: ,Motivo:

  against same operation,contra a mesma operação

  by Role ,por Função

  cannot be 0,não pode ser 0

+ does not belong to the company: ,não pertence à empresa:

+ has been freezed. \				Only Accounts Manager can do transaction against this account,foi congelado. \ Apenas Gerente de Contas pode fazer transação contra essa conta

 " is less than equals to zero in the system, \						valuation rate is mandatory for this item","é menor do que é igual a zero no sistema, \ taxa de avaliação é obrigatório para esse item"

  is mandatory,é obrigatória

+ is mandatory for GL Entry,é obrigatória para a entrada GL

+ is not a ledger,não é um livro

+ is not active,não está ativo

  is now the default Fiscal Year. \			Please refresh your browser for the change to take effect.,"é agora o padrão de Ano Fiscal. \ Por favor, atualize seu navegador para que a alteração tenha efeito."

  or the BOM is cancelled or inactive,ou o BOM é cancelado ou inativo

  should be same as that in ,deve ser o mesmo que na

+ will become ,ficará

 """Company History""",&quot;História da Companhia&quot;

 """Team Members"" or ""Management""",&quot;Membros da Equipe&quot; ou &quot;gerenciamento&quot;

 # ###.##,# # # #. # #

 "#,###",# # # #

 "#,###.##",# # # #. # #

+"#,###.###",# # # #. # # #

 "#,##,###.##",# # # # # #. # #

 #.###,#. # # #

 "#.###,##",#. # # # # #

@@ -96,9 +104,11 @@
 >,&gt;

 >=,&gt; =

 A,A

+A Customer exists with same name,Um cliente existe com mesmo nome

 A Lead with this email id should exist,Um chumbo com esse ID de e-mail deve existir

 A Product is shown on the website and is linked to an item.,Um produto é mostrado no site e está ligada a um item.

 "A Product or a Service that is bought, sold or kept in stock.","Um produto ou um serviço que é comprado, vendido ou mantidos em estoque."

+A Supplier exists with same name,Um Fornecedor existe com mesmo nome

 A logical Warehouse against which stock entries are made.,Um armazém lógico contra o qual as entradas de ações são feitas.

 A new popup will open that will ask you to select further conditions.,Um pop-up será aberto novo que vai pedir para você selecionar outras condições.

 A symbol for this currency. For e.g. $,Um símbolo para esta moeda. Por exemplo: $

@@ -128,6 +138,7 @@
 Account Info,Informações da Conta

 Account Name,Nome da conta

 Account Type,Tipo de conta

+Account: ,Conta:

 "Accounting entry frozen up to this date, nobody can do / modify entry except authorized person","Registro contábil congelado até a presente data, ninguém pode fazer / modificar entrada, exceto pessoa autorizada"

 Accounting journal entries.,Lançamentos contábeis jornal.

 Accounts,Contas

@@ -162,6 +173,7 @@
 Add A New Rule,Adicionar uma nova regra

 Add A Property,Adicione uma propriedade

 Add Attachments,Adicionar anexos

+Add Bookmark,Adicionar marcadores

 Add CSS,Adicionar CSS

 Add Column,Adicionar coluna

 Add Message,Adicionar mensagem

@@ -253,11 +265,15 @@
 Allocated amount,Montante atribuído

 Allow Attach,Permitir Anexar

 Allow Bill of Materials,Permitir Lista de Materiais

+Allow Negative Balance,Permitir saldo negativo

 Allow Negative Stock,Permitir estoque negativo

 Allow Production Order,Permitir Ordem de Produção

 Allow Rename,Permitir Renomear

 Allow Samples,Permitir Amostras

+Allow User,Permitir que o usuário

+Allow Users,Permitir que os usuários

 Allow on Submit,Permitir em Enviar

+Allow the following users to make Leave Applications for block days.,Permitir que os usuários a seguir para fazer aplicações deixam para os dias de bloco.

 Allow this price in purchase related forms,Permitir esse preço em formas de compra relacionados

 Allow this price in sales related forms,Permitir esse preço em vendas formas relacionadas

 Allow user to login only after this hour (0-24),Permitir que o usuário fazer o login somente após esta hora (0-24)

@@ -285,6 +301,7 @@
 Applicant for a Job,Candidato a um emprego

 Applicant for a Job (extracted from jobs email).,Candidato a um emprego (extraído de e-mail empregos).

 Applications for leave.,Os pedidos de licença.

+Applies to Company,Aplica-se a Empresa

 Apply / Approve Leaves,Aplicar / Aprovar Folhas

 Appraisal,Avaliação

 Appraisal Goal,Meta de avaliação

@@ -393,10 +410,15 @@
 Birth Date,Data de Nascimento

 Black,Preto

 Blob,Gota

+Block Date,Bloquear Data

+Block Days,Dias bloco

+Block Holidays on important days.,Bloquear feriados em dias importantes.

+Block leave applications by department.,Bloquear deixar aplicações por departamento.

 Blog,Blog

 Blog Subscriber,Assinante Blog

 Blog entry.,Blog entrada.

 Blood Group,Grupo sanguíneo

+Bookmarks,Marcadores

 Branch,Ramo

 Brand,Marca

 Brand HTML,Marca HTML

@@ -599,6 +621,7 @@
 Cost Center,Centro de Custos

 Cost Center Details,Custo Detalhes Centro

 Cost Center Name,Custo Nome Centro

+Cost Center must be specified for PL Account: ,Centro de custos deve ser especificado para Conta PL:

 Cost to Company,Custo para empresa

 Costing,Custeio

 Country,País

@@ -610,10 +633,11 @@
 Create Salary Slip,Criar folha de salário

 "Create a price list from Price List master and enter standard ref rates against each of them. On selection of a price list in Quotation, Sales Order or Delivery Note, corresponding ref rate will be fetched for this item.","Criar uma lista de preços de mestre Lista de Preços e introduzir taxas de ref padrão contra cada um deles. Na seleção de uma lista de preços em Cotação Ordem de Vendas, ou nota de entrega, a taxa de ref correspondente será obtido para este item."

 Create and Send Newsletters,Criar e enviar Newsletters

+Created Account Head: ,Chefe Conta criada:

 Created Customer Issue,Problema do cliente criado

+Created Group ,Grupo criado

 Created Opportunity,Criado Oportunidade

 Created Support Ticket,Ticket Suporte criado

-Created by,Criado por

 Creates salary slip for above mentioned criteria.,Cria folha de salário para os critérios acima mencionados.

 Credit,Crédito

 Credit Amt,Crédito Amt

@@ -695,6 +719,7 @@
 Date,Data

 Date Format,Formato de data

 Date Of Retirement,Data da aposentadoria

+Date is repeated,Data é repetido

 Date of Birth,Data de Nascimento

 Date of Issue,Data de Emissão

 Date of Joining,Data da Unir

@@ -703,6 +728,7 @@
 Date on which the lead was last contacted,Data em que a liderança foi passada contactado

 Dates,Datas

 Datetime,Datetime

+Days for which Holidays are blocked for this department.,Dias para que feriados são bloqueados para este departamento.

 Dealer,Revendedor

 Dear,Caro

 Debit,Débito

@@ -810,6 +836,7 @@
 Distribution Name,Nome de distribuição

 Distributor,Distribuidor

 Divorced,Divorciado

+Do not show any symbol like $ etc next to currencies.,Não mostrar qualquer símbolo como US $ etc ao lado de moedas.

 Doc Name,Nome Doc

 Doc Status,Estado Doc

 Doc Type,Tipo Doc

@@ -875,6 +902,7 @@
 Emergency Contact Details,Detalhes de contato de emergência

 Emergency Phone Number,Número de telefone de emergência

 Employee,Empregado

+Employee Designation.,Designação empregado.

 Employee Details,Detalhes do Funcionários

 Employee Education,Educação empregado

 Employee External Work History,Empregado história de trabalho externo

@@ -1039,6 +1067,7 @@
 "For e.g. 2012, 2012-13","Para por exemplo 2012, 2012-13"

 For example if you cancel and amend 'INV004' it will become a new document 'INV004-1'. This helps you to keep track of each amendment.,"Por exemplo, se você cancelar e alterar &#39;INV004&#39; ele vai se tornar um novo documento &quot;INV004-1 &#39;. Isso ajuda você a manter o controle de cada emenda."

 For example: You want to restrict users to transactions marked with a certain property called 'Territory',Por exemplo: Você quer restringir os usuários a transações marcadas com uma certa propriedade chamado &#39;Território&#39;

+For opening balance entry account can not be a PL account,Para a abertura de conta de entrada saldo não pode ser uma conta de PL

 "For opening invoice entry, this date will reflect in the period-wise aging report.","Para a abertura de entrada da fatura, esta data vai refletir no relatório período sábio envelhecimento."

 For ranges,Para faixas

 For reference,Para referência

@@ -1065,6 +1094,7 @@
 Fully Completed,Totalmente concluída

 GL Control,GL Controle

 GL Entry,Entrada GL

+GL Entry: Debit or Credit amount is mandatory for ,GL Entrada: montante de crédito ou débito é obrigatória para

 GL Mapper,GL Mapper

 GL Mapper Detail,GL Detalhe Mapper

 GRN,GRN

@@ -1153,6 +1183,7 @@
 Hidden,Escondido

 Hide Actions,Ocultar Ações

 Hide Copy,Ocultar Copiar

+Hide Currency Symbol,Ocultar Símbolo de Moeda

 Hide Email,Esconder-mail

 Hide Heading,Ocultar título

 Hide Print,Ocultar Imprimir

@@ -1162,6 +1193,12 @@
 History In Company,História In Company

 Hold,Segurar

 Holiday,Férias

+Holiday Block List,Lista de Bloqueios de férias

+Holiday Block List Allow,Lista de Bloqueios de férias Permitir

+Holiday Block List Allowed,Lista de feriado Bloco admitidos

+Holiday Block List Date,Data feriado Lista de Bloqueios

+Holiday Block List Dates,Datas de férias Lista de Bloqueios

+Holiday Block List Name,Nome de férias Lista de Bloqueios

 Holiday List,Lista de feriado

 Holiday List Name,Nome da lista férias

 Holidays,Férias

@@ -1181,8 +1218,10 @@
 How frequently?,Com que freqüência?

 "How should this currency be formatted? If not set, will use system defaults","Como deve ser essa moeda ser formatado? Se não for definido, vai usar padrões do sistema"

 How to upload,Como fazer upload

+Hrvatski,Hrvatski

 Human Resources,Recursos Humanos

 Human Resources Home,Home Recursos Humanos

+Hurray! The day(s) on which you are applying for leave \					coincide with holiday(s). You need not apply for leave.,Viva! O dia (s) em que você está aplicando para deixar \ coincidir com feriado (s). Você não precisa pedir licença.

 I,Eu

 ID (name) of the entity whose property is to be set,ID (nome) da entidade cuja propriedade está a ser definida

 IDT,IDT

@@ -1197,7 +1236,6 @@
 Icon will appear on the button,Ícone aparecerá no botão

 Id of the profile will be the email.,ID do perfil será o e-mail.

 Identification of the package for the delivery (for print),Identificação do pacote para a entrega (para impressão)

-If,Se

 If Monthly Budget Exceeded,Se o orçamento mensal excedido

 "If Sale BOM is defined, the actual BOM of the Pack is displayed as table.Available in Delivery Note and Sales Order","Se BOM venda é definido, o BOM real do pacote é exibido como table.Available na nota de entrega e Ordem de Vendas"

 "If Supplier Part Number exists for given Item, it gets stored here","Se Número da peça de Fornecedor existe para determinado item, ele fica armazenado aqui"

@@ -1211,7 +1249,9 @@
 If more than one package of the same type (for print),Se mais do que uma embalagem do mesmo tipo (por impressão)

 If non standard port (e.g. 587),"Se a porta não padrão (por exemplo, 587)"

 If not applicable please enter: NA,Se não for aplicável digite: NA

+"If not checked, the list will have to be added to each Department where it has to be applied.","Se não for controlada, a lista deverá ser adicionado a cada departamento onde tem de ser aplicado."

 "If not, create a","Se não, crie um"

+"If set, data entry is only allowed for specified users. Else, entry is allowed for all users with requisite permissions.","Se definido, a entrada de dados só é permitida para usuários especificados. Outra, a entrada é permitida para todos os usuários com permissões necessárias."

 "If specified, send the newsletter using this email address","Se especificado, enviar a newsletter usando esse endereço de e-mail"

 "If the 'territory' Link Field exists, it will give you an option to select it","Se o campo da &#39;território&#39; Link existe, ele vai te dar uma opção para selecioná-la"

 "If the account is frozen, entries are allowed for the ""Account Manager"" only.","Se a conta for congelada, as entradas são permitidos para o &quot;Account Manager&quot; apenas."

@@ -1235,6 +1275,7 @@
 Imports,Importações

 In Dialog,Em diálogo

 In Filter,Em Filtro

+In List View,Na exibição de lista

 In Process,Em Processo

 In Report Filter,No Relatório Filtro

 In Store,Na loja

@@ -1416,7 +1457,7 @@
 Last Contact Date,Data do último contato

 Last IP,Última IP

 Last Login,Último Login

-Last Modified On:,Última modificação em:

+Last Modified On,Última modificação em

 Last Name,Sobrenome

 Last Purchase Rate,Compra de última

 Last Update,Atualização

@@ -1620,6 +1661,7 @@
 Naming,Nomeando

 Naming Series,Nomeando Series

 Naming Series Options,Nomeando Série Opções

+Negative balance is not allowed for account ,Saldo negativo não é permitido por conta

 Net Pay,Pagamento Net

 Net Pay (in words) will be visible once you save the Salary Slip.,Pagamento líquido (em palavras) será visível quando você salvar a folha de salário.

 Net Total,Líquida Total

@@ -1759,6 +1801,8 @@
 Outgoing Mail Server,Outgoing Mail Server

 Outgoing Mails,E-mails de saída

 Outstanding Amount,Saldo em aberto

+Outstanding cannot be less than zero. \				 	Please match exact outstanding.,Excelente não pode ser menor que zero. \ Por favor correspondência exata excelente.

+Outstanding for Voucher ,Destaque para Vale

 Over Heads,Mais Cabeças

 Overhead,Despesas gerais

 Overload Query,Consulta sobrecarga

@@ -1833,6 +1877,7 @@
 Payables,Contas a pagar

 Payables Group,Grupo de contas a pagar

 Payment Entries,Entradas de pagamento

+Payment Entry has been modified after you pulled it. 			Please pull it again.,"Entrada de pagamento foi modificada depois que você tirou isso. Por favor, puxe-o novamente."

 Payment Reconciliation,Reconciliação de pagamento

 Payment Terms,Condições de Pagamento

 Payment days,Dia de pagamento

@@ -1842,6 +1887,7 @@
 Payroll Setup,Configuração da folha de pagamento

 Pending,Pendente

 Pending Review,Revisão pendente

+Percent,Por cento

 Percent Complete,Porcentagem Concluída

 Percentage Allocation,Alocação percentual

 Percentage variation in quantity to be allowed while receiving or delivering this item.,Variação percentual na quantidade a ser permitido ao receber ou entregar este item.

@@ -1883,6 +1929,7 @@
 Please Enter Abbreviation or Short Name properly as it will be added as Suffix to all Account Heads.,Por favor insira Abreviação ou Nome Curto corretamente como ele será adicionado como sufixo a todos os chefes de Conta.

 Please check,"Por favor, verifique"

 Please click on another report from the menu.,"Por favor, clique em outro relatório a partir do menu."

+Please enter Bill Date,Por favor insira Data Bill

 Please enter valid ,Por favor insira válido

 Please save the Newsletter before sending.,"Por favor, salve o boletim antes de enviar."

 Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Por favor seleccione Carry Forward se você também quer incluir equilíbrio ano fiscal anterior deixa para este ano fiscal

@@ -2007,6 +2054,7 @@
 Purchase Order Item Supplied,Item da ordem de compra em actualização

 Purchase Order Items,Comprar Itens Encomendar

 Purchase Order Items Supplied,Itens ordem de compra em actualização

+Purchase Order Items To Be Received,Comprar itens para ser recebido

 Purchase Order Message,Mensagem comprar Ordem

 Purchase Order Required,Ordem de Compra Obrigatório

 Purchase Order sent by customer,Ordem de Compra enviada pelo cliente

@@ -2160,6 +2208,7 @@
 Remark,Observação

 Remarks,Observações

 Remove,Remover

+Remove Bookmark,Remover Bookmark

 Rename,Rebatizar

 Rename Tool,Renomear Ferramenta

 Rented,Alugado

@@ -2543,6 +2592,7 @@
 Stock Value,Valor da

 "Stock level frozen up to this date, nobody can do / modify entry except authorized person","Nível de estoque congelado até a presente data, ninguém pode fazer / modificar entrada, exceto pessoa autorizada"

 Stop,Pare

+Stop users from making Leave Applications on following days.,Pare de usuários de fazer aplicações deixam nos dias seguintes.

 Stopped,Parado

 Structure cost centers for budgeting.,Estrutura centros de custo para orçamentação.

 Structure of books of accounts.,Estrutura de livros de contas.

@@ -2879,6 +2929,7 @@
 User Tags,Etiquetas de usuários

 User Type,Tipo de Usuário

 User must always select,O usuário deve sempre escolher

+User not allowed entry in the Warehouse,Entrada do usuário não é permitido no Armazém

 UserRole,UserRole

 Username,Nome de Utilizador

 Users,Usuários

@@ -2912,6 +2963,8 @@
 Warehouse Detail,Detalhe Armazém

 Warehouse Name,Nome Armazém

 Warehouse Type,Tipo de armazém

+Warehouse User,Usuário Armazém

+Warehouse Users,Usuários do Warehouse

 Warehouse where you are maintaining stock of rejected items,Armazém onde você está mantendo estoque de itens rejeitados

 Warn,Avisar

 Warning,Aviso

@@ -2995,6 +3048,7 @@
 Yearly,Anual

 Yes,Sim

 Yesterday,Ontem

+You are not authorized to do/modify back dated entries before ,Você não está autorizado a fazer / modificar volta entradas datadas antes

 You can create more earning and deduction type from Setup --> HR,Você pode criar mais salário e tipo de dedução do Setup -&gt; HR

 You can enter any date manually,Você pode entrar em qualquer data manualmente

 You can enter the minimum quantity of this item to be ordered.,Você pode inserir a quantidade mínima deste item a ser ordenada.

@@ -3004,6 +3058,7 @@
 You can make a purchase receipt from multiple purchase orders. Select purchase orders one by one and click on the button below.,"Você pode fazer um recibo de compra de várias ordens de compra. Selecione as ordens de compra, um por um e clique no botão abaixo."

 You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Você pode definir vários &#39;propriedades&#39; para usuários para definir os valores padrão e aplicar regras de permissão com base no valor dessas propriedades em várias formas.

 You can use <a href='#Form/Customize Form'>Customize Form</a> to set levels on fields.,Você pode usar <a href='#Form/Customize Form'>Personalizar Formulário</a> para definir os níveis em campos.

+You cannot apply for a leave on the following date because it is blocked,Você não pode aplicar para uma licença na seguinte data porque está bloqueado

 Your Customer's TAX registration numbers (if applicable) or any general information,Seu cliente FISCAIS números de inscrição (se aplicável) ou qualquer outra informação geral

 "Your download is being built, this may take a few moments...","O seu download está sendo construída, isso pode demorar alguns instantes ..."

 Your letter head content in HTML.,Seu conteúdo cabeça carta em HTML.

@@ -3037,10 +3092,8 @@
 calendar,calendário

 camera,câmera

 cancel,cancelar

-cannot be included in item's rate,não pode ser incluído na taxa do item

 certificate,certidão

 check,verificar

-checked,verificado

 chevron-down,chevron-down

 chevron-left,chevron-esquerda

 chevron-right,Chevron-direito

@@ -3106,7 +3159,6 @@
 indent-right,travessão direito

 info-sign,Informações sinal-

 is a cancelled Item,é um item cancelado

-is checked for,está marcada para

 is not a Stock Item,não é um item de estoque

 is not allowed.,não é permitido.

 italic,itálico

@@ -3169,7 +3221,6 @@
 share,ação

 share-alt,partes alt-

 shopping-cart,carrinho de compras

-should also have,também deve ter

 signal,sinalizar

 star,estrela

 star-empty,estrelas vazio

@@ -3185,7 +3236,6 @@
 th,ª

 th-large,ª-grande

 th-list,ª-lista

-then,depois

 thumbs-down,polegares para baixo

 thumbs-up,polegar para cima

 time,tempo

@@ -3206,5 +3256,7 @@
 yyyy-mm-dd,aaaa-mm-dd

 zoom-in,zoom-in

 zoom-out,zoom-out

+српски,српски

 العربية,العربية

 हिंदी,हिंदी

+தமிழ்,தமிழ்