Severian's picture
initial commit
a8b3f00
raw
history blame
675 Bytes
const translation = {
input: 'μž…λ ₯',
result: 'κ²°κ³Ό',
detail: '상세정보',
tracing: 'νŠΈλ ˆμ΄μ‹±',
resultPanel: {
status: 'μƒνƒœ',
time: 'μ†Œμš” μ‹œκ°„',
tokens: '토큰 총합',
},
meta: {
title: '메타데이터',
status: 'μƒνƒœ',
version: '버전',
executor: 'μ‹€ν–‰μž',
startTime: 'μ‹œμž‘ μ‹œκ°„',
time: 'μ†Œμš” μ‹œκ°„',
tokens: '토큰 총합',
steps: 'μ‹€ν–‰ 단계',
},
resultEmpty: {
title: '이 μ‹€ν–‰μ—μ„œλŠ” JSON ν˜•μ‹λ§Œ 좜λ ₯λ©λ‹ˆλ‹€',
tipLeft: 'λ₯Ό λ°©λ¬Έν•΄μ£Όμ„Έμš”',
link: '상세 정보 νŒ¨λ„',
tipRight: 'λ₯Ό ν™•μΈν•˜μ„Έμš”.',
},
}
export default translation