1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 06:15:45 +08:00
TaniaLucena 430535ca9e
components (#836)
* component update

* component update

* update

* translation component
2021-05-11 17:49:28 -04:00

38 lines
1.5 KiB
Markdown

# Translation
Allows you to add the Spanish translation of the value entered in a given field.
## ADempiere-ZK version
<img :src="$withBase('/images/components/translation/zk-desktop-version-translation.png')" alt="ZK Desktop Version Preference" width="800px">
## ADempiere-Vue version
<img :src="$withBase('/images/components/translation/translation-desktop-mobile.png')" alt="Preference for Mobile and Desktop Version" width="800px">
## Where it is located?
It is located in the fields of the windows that contain the "**Translation**" tab.
## What is it for?
It is used to establish the translation of the value entered in a specific field.
## Functions or Observations
::: tip
This component replaces the "** Translation **" tab that some ADempiere-ZK windows contain.
:::
## How is it used in the Desktop version?
In the desktop version, click on the field to view the menu displayed by it, then select the option "**Language**", to view the information of the field with its respective translation.
![How to use it in the Desktop version]('/images/components/translation/how-to-use-it-in-the-desktop-version.gif' "How to use it in the Desktop version")
## How is it used in the mobile version?
In the desktop version, click on the field to view the menu displayed by it, then select the option "**Language**", to view the information of the field with its respective translation.
![How to use it in the mobile version]('/images/components/translation/how-to-use-it-in-the-mobile-version.gif' "How to use it in the mobile version")