mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
New Languages added:
frappe/translations/am.csv
frappe/translations/en-US.csv
frappe/translations/en.csv
frappe/translations/es-AR.csv
frappe/translations/es-CL.csv
frappe/translations/es-GT.csv
frappe/translations/es-MX.csv
frappe/translations/es-NI.csv
frappe/translations/fr-CA.csv
frappe/translations/ku.csv
frappe/translations/lo.csv
frappe/translations/lt.csv
frappe/translations/ps.csv
frappe/translations/rw.csv
frappe/translations/sr-SP.csv
This commit is contained in:
25
erpnext/translations/es-MX.csv
Normal file
25
erpnext/translations/es-MX.csv
Normal file
@@ -0,0 +1,25 @@
|
||||
DocType: Delivery Note,% Installed,% Instalado
|
||||
DocType: Stock Entry,Customer or Supplier Details,Detalle de cliente o proveedor
|
||||
DocType: Address Template,"<h4>Default Template</h4>
|
||||
<p>Uses <a href=""http://jinja.pocoo.org/docs/templates/"">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p>
|
||||
<pre><code>{{ address_line1 }}<br>
|
||||
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
||||
{{ city }}<br>
|
||||
{% if state %}{{ state }}<br>{% endif -%}
|
||||
{% if pincode %} PIN: {{ pincode }}<br>{% endif -%}
|
||||
{{ country }}<br>
|
||||
{% if phone %}Phone: {{ phone }}<br>{% endif -%}
|
||||
{% if fax %}Fax: {{ fax }}<br>{% endif -%}
|
||||
{% if email_id %}Email: {{ email_id }}<br>{% endif -%}
|
||||
</code></pre>","<h4> Por defecto la plantilla <!-- h4-->
|
||||
<p> <a href=""http://jinja.pocoo.org/docs/templates/""> Jinja Templating </a> y todos los campos de la Dirección ( incluyendo campos personalizados en su caso) estará disponible <!-- p-->
|
||||
</p><pre> <code> {{address_line1}} & lt; br & gt;
|
||||
{% if address_line2%} {{address_line2}} & lt; br & gt; { endif% -%}
|
||||
{{ciudad}} & lt; br & gt;
|
||||
{% if%} Estado {{Estado}} & lt; br & gt; {% endif -%} {% if
|
||||
código PIN%} PIN: {{código PIN}} & lt; br & gt; {% endif -%}
|
||||
{{país}} & lt; br & gt;
|
||||
{% if teléfono%} Teléfono: {{teléfono}} & lt; br & gt; { % endif -%}
|
||||
{% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%}
|
||||
{% if email_ID%} Email: {{email_ID}} & lt; br & gt ; {% endif -%}
|
||||
<!-- code--> <!-- pre--></code></pre></h4>"
|
||||
|
Reference in New Issue
Block a user