mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
added spanish
This commit is contained in:
1
stock/locale/_messages_js.json
Normal file
1
stock/locale/_messages_js.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
7
stock/locale/_messages_py.json
Normal file
7
stock/locale/_messages_py.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
"is not a Stock Item",
|
||||
"Item",
|
||||
"Please check",
|
||||
"reached its end of life on",
|
||||
"is a cancelled Item"
|
||||
]
|
||||
7
stock/locale/es-py.json
Normal file
7
stock/locale/es-py.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"Item": "Art\u00edculo",
|
||||
"Please check": "Por favor, compruebe",
|
||||
"is a cancelled Item": "Es un Tema cancelado",
|
||||
"is not a Stock Item": "no es un elemento de serie",
|
||||
"reached its end of life on": "llegado al final de su vida en la"
|
||||
}
|
||||
Reference in New Issue
Block a user