mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08:00
Signed-off-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 lines
188 B
TypeScript
9 lines
188 B
TypeScript
const translation = {
|
|
sidebar: {
|
|
expandSidebar: 'توسيع الشريط الجانبي',
|
|
collapseSidebar: 'طي الشريط الجانبي',
|
|
},
|
|
}
|
|
|
|
export default translation
|