Spaces:
Build error
Build error
File size: 675 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 |
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
|