mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-04-04 01:33:24 +08:00
【修复】条件节点前fromNodeId传值问题
【修复】部署参数默认错误问题 【测设】部分项目代码结构 【同步】前端项目代码
This commit is contained in:
12
frontend/packages/vue/i18n/src/translation.ts
Normal file
12
frontend/packages/vue/i18n/src/translation.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
zhCN: '简体中文',
|
||||
zhTW: '繁體中文',
|
||||
enUS: 'English',
|
||||
jaJP: '日本語',
|
||||
ruRU: 'Русский',
|
||||
koKR: '한국어',
|
||||
ptBR: 'Português',
|
||||
frFR: 'Français',
|
||||
esAR: 'Español',
|
||||
arDZ: 'العربية',
|
||||
}
|
||||
Reference in New Issue
Block a user