Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const transport: TranslationStrings = { | |
| 'transport.addTransport': '교통 추가', | |
| 'transport.modalTitle.create': '교통 추가', | |
| 'transport.modalTitle.edit': '교통 편집', | |
| 'transport.title': '교통', | |
| 'transport.addManual': '직접 교통 입력', | |
| }; | |
| export default transport; | |