seitime-frappe/frappe/translations/es-MX.csv
Raffael Meyer 4af75f2462
fix: translation files (#20750)
- remove leading "DocType: XXX"
- remove leading path and line number
- add trailing comma (three columns total)
2023-05-05 15:58:56 +05:30

2.4 KiB

1Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01Fracción más pequeña de circulación (moneda). Por ejemplo, 1 centavo por USD y debe ser ingresado como 0.01
2Postprocess MethodMétodo de Postproceso
3If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that UserSi está activado Aplicar Permiso de Usuario Estricto y se ha definido el Permiso de Usuario para un DocType para un Usuario, todos los documentos en los que el valor del enlace esté en blanco no se mostrarán a ese Usuario
4Please select Minimum Password ScorePor favor selecciona la Puntuación Mínima de la Contraseña
5Smallest Currency Fraction ValueValor de la fracción de moneda más pequeña
6Permissions can be managed via Setup > Role Permissions ManagerLos permisos se pueden gestionar a través de Configuración > Administrador de permisos
7<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 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% 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}} &amp; lt; br &amp; gt; {% if address_line2%} {{address_line2}} &amp; lt; br &amp; gt; { endif% -%} {{ciudad}} &amp; lt; br &amp; gt; {% if%} Estado {{Estado}} &amp; lt; br &amp; gt; {% endif -%} {% if código PIN%} PIN: {{código PIN}} &amp; lt; br &amp; gt; {% endif -%} {{país}} &amp; lt; br &amp; gt; {% if teléfono%} Teléfono: {{teléfono}} &amp; lt; br &amp; gt; { % endif -%} {% if fax%} Fax: {{fax}} &amp; lt; br &amp; gt; {% endif -%} {% if email_ID%} Email: {{email_ID}} &amp; lt; br &amp; gt ; {% endif -%} <!-- code--> <!-- pre--></code></pre></h4>