mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:01:46 +08:00
feat: add missing i18n (#130)
This commit is contained in:
@@ -35,6 +35,10 @@ const translation = {
|
||||
appCreated: 'App created',
|
||||
appCreateFailed: 'Failed to create app',
|
||||
},
|
||||
emoji: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
}
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -34,6 +34,10 @@ const translation = {
|
||||
appCreated: '应用已创建',
|
||||
appCreateFailed: '应用创建失败',
|
||||
},
|
||||
emoji: {
|
||||
ok: '确认',
|
||||
cancel: '取消',
|
||||
}
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user