Severian's picture
initial commit
a8b3f00
raw
history blame
1.1 kB
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