Spaces:
Build error
Build error
File size: 1,098 Bytes
a8b3f00 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
const translation = {
title: 'ํ์',
sidebar: {
discovery: 'ํ์',
chat: '์ฑํ
',
workspace: '์์
๊ณต๊ฐ',
action: {
pin: '๊ณ ์ ',
unpin: '๊ณ ์ ํด์ ',
rename: '์ด๋ฆ ๋ณ๊ฒฝ',
delete: '์ญ์ ',
},
delete: {
title: '์ฑ ์ญ์ ',
content: '์ด ์ฑ์ ์ญ์ ํด๋ ๊ด์ฐฎ์ต๋๊น?',
},
},
apps: {
title: 'Dify๋ก ์ฑ ํ์',
description: '์ด ํ
ํ๋ฆฟ ์ฑ์ ์ฆ์ ์ฌ์ฉํ๊ฑฐ๋ ํ
ํ๋ฆฟ์ ๊ธฐ๋ฐ์ผ๋ก ๊ณ ์ ํ ์ฑ์ ์ฌ์ฉ์ ์ ์ํ์ธ์.',
allCategories: '๋ชจ๋ ์นดํ
๊ณ ๋ฆฌ',
},
appCard: {
addToWorkspace: '์์
๊ณต๊ฐ์ ์ถ๊ฐ',
customize: '์ฌ์ฉ์ ์ ์',
},
appCustomize: {
title: '{{name}}์ผ๋ก ์ฑ ๋ง๋ค๊ธฐ',
subTitle: '์ฑ ์์ด์ฝ ๋ฐ ์ด๋ฆ',
nameRequired: '์ฑ ์ด๋ฆ์ ํ์์
๋๋ค',
},
category: {
Assistant: '์ด์์คํดํธ',
Writing: '์์ฑ',
Translate: '๋ฒ์ญ',
Programming: 'ํ๋ก๊ทธ๋๋ฐ',
Agent: '์์ด์ ํธ',
Workflow: '์ํฌํ๋ก์ฐ',
HR: '์ธ์ฌ',
},
}
export default translation
|