augmenttoolkit / shared /src /i18n /ko /shared.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
763 Bytes
import type { TranslationStrings } from '../types';
const shared: TranslationStrings = {
'shared.expired': '링크가 λ§Œλ£Œλ˜μ—ˆκ±°λ‚˜ μœ νš¨ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€',
'shared.expiredHint': '이 곡유 μ—¬ν–‰ λ§ν¬λŠ” 더 이상 μœ νš¨ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.',
'shared.readOnly': '읽기 μ „μš© 곡유 보기',
'shared.tabPlan': 'κ³„νš',
'shared.tabBookings': 'μ˜ˆμ•½',
'shared.tabPacking': '짐 λͺ©λ‘',
'shared.tabBudget': 'μ˜ˆμ‚°',
'shared.tabChat': 'μ±„νŒ…',
'shared.days': '일',
'shared.places': 'μž₯μ†Œ',
'shared.other': '기타',
'shared.totalBudget': '총 μ˜ˆμ‚°',
'shared.messages': 'λ©”μ‹œμ§€',
'shared.sharedVia': '곡유 경둜',
'shared.confirmed': '확정됨',
'shared.pending': 'λŒ€κΈ° 쀑',
};
export default shared;