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.3 KiB
Markdown

# 翻譯
允許您添加在給定字段中輸入的值的西班牙語翻譯。
## ADempiere-ZK版本
<img :src="$withBase('/images/components/translation/zk-desktop-version-translation.png')" alt="ZK桌面版本首選項" width="800px">
## ADempiere-Vue版本
<img :src="$withBase('/images/components/translation/translation-desktop-mobile.png')" alt="移動和桌面版本首選項" width="800px">
## 它在哪裡?
它位於包含 “**翻譯**” 選項卡的窗口的字段中。
## 是做什麼用的?
它用於建立在特定字段中輸入的值的轉換。
## 功能或觀察
::: tip
該組件代替了某些ADempiere-ZK窗口所包含的 “**翻譯**” 選項卡。
:::
## 在桌面版中如何使用?
在桌面版本中,單擊該字段以查看其顯示的菜單,然後選擇選項 “**語言**”,以查看該字段的信息及其相應的翻譯。
![如何在桌面版中使用它]('/images/components/translation/how-to-use-it-in-the-desktop-version.gif' "如何在桌面版中使用它")
## 在移動版本中如何使用?
在桌面版本中,單擊該字段以查看其顯示的菜單,然後選擇選項 “**語言**”,以查看該字段的信息及其相應的翻譯。
![如何在移動版本中使用它]('/images/components/translation/how-to-use-it-in-the-mobile-version.gif' "如何在移動版本中使用它")