mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 06:11:45 +00:00
126f2df21b
* chore: move i18n to shared package * chore: move server translations to shared package and apply linter and prettier on entire shared package
91 lines
4.8 KiB
TypeScript
91 lines
4.8 KiB
TypeScript
import type { TranslationStrings } from '../types';
|
|
|
|
const places: TranslationStrings = {
|
|
'places.addPlace': '장소/활동 추가',
|
|
'places.importFile': '파일 가져오기',
|
|
'places.sidebarDrop': '끌어다 가져오기',
|
|
'places.importFileHint':
|
|
'Google My Maps, Google Earth 또는 GPS 추적기 등의 .gpx, .kml, .kmz 파일을 가져옵니다.',
|
|
'places.importFileDropHere': '파일을 선택하거나 여기에 끌어다 놓으세요',
|
|
'places.importFileDropActive': '파일을 놓으세요',
|
|
'places.importFileUnsupported':
|
|
'지원하지 않는 파일 형식입니다. .gpx, .kml 또는 .kmz를 사용하세요.',
|
|
'places.importFileTooLarge':
|
|
'파일이 너무 큽니다. 최대 업로드 크기는 {maxMb} MB입니다.',
|
|
'places.importFileError': '가져오기 실패',
|
|
'places.importAllSkipped': '모든 장소가 이미 여행에 포함되어 있습니다.',
|
|
'places.gpxImported': 'GPX에서 {count}개 장소를 가져왔습니다',
|
|
'places.gpxImportTypes': '무엇을 가져올까요?',
|
|
'places.gpxImportWaypoints': '웨이포인트',
|
|
'places.gpxImportRoutes': '경로',
|
|
'places.gpxImportTracks': '트랙 (경로 형상 포함)',
|
|
'places.gpxImportNoneSelected': '가져올 유형을 하나 이상 선택하세요.',
|
|
'places.kmlImportTypes': '무엇을 가져올까요?',
|
|
'places.kmlImportPoints': '포인트 (Placemarks)',
|
|
'places.kmlImportPaths': '경로 (LineStrings)',
|
|
'places.kmlImportNoneSelected': '가져올 유형을 하나 이상 선택하세요.',
|
|
'places.selectionCount': '{count}개 선택됨',
|
|
'places.deleteSelected': '선택 항목 삭제',
|
|
'places.kmlKmzImported': 'KMZ/KML에서 {count}개 장소를 가져왔습니다',
|
|
'places.urlResolved': 'URL에서 장소를 가져왔습니다',
|
|
'places.importList': '목록 가져오기',
|
|
'places.kmlKmzSummaryValues':
|
|
'총 Placemarks: {total} · 가져옴: {created} · 건너뜀: {skipped}',
|
|
'places.importGoogleList': 'Google 목록',
|
|
'places.importNaverList': '네이버 목록',
|
|
'places.googleListHint':
|
|
'공유된 Google Maps 목록 링크를 붙여넣어 모든 장소를 가져옵니다.',
|
|
'places.googleListImported': '"{list}"에서 {count}개 장소를 가져왔습니다',
|
|
'places.googleListError': 'Google Maps 목록 가져오기 실패',
|
|
'places.naverListHint':
|
|
'공유된 네이버 지도 목록 링크를 붙여넣어 모든 장소를 가져옵니다.',
|
|
'places.naverListImported': '"{list}"에서 {count}개 장소를 가져왔습니다',
|
|
'places.naverListError': '네이버 지도 목록 가져오기 실패',
|
|
'places.viewDetails': '상세 보기',
|
|
'places.assignToDay': '어느 날에 추가할까요?',
|
|
'places.all': '전체',
|
|
'places.unplanned': '미계획',
|
|
'places.filterTracks': '트랙',
|
|
'places.search': '장소 검색...',
|
|
'places.allCategories': '모든 카테고리',
|
|
'places.categoriesSelected': '카테고리',
|
|
'places.clearFilter': '필터 지우기',
|
|
'places.count': '장소 {count}개',
|
|
'places.countSingular': '장소 1개',
|
|
'places.allPlanned': '모든 장소가 계획되었습니다',
|
|
'places.noneFound': '장소를 찾을 수 없습니다',
|
|
'places.editPlace': '장소 편집',
|
|
'places.formName': '이름',
|
|
'places.formNamePlaceholder': '예: 에펠탑',
|
|
'places.formDescription': '설명',
|
|
'places.formDescriptionPlaceholder': '간단한 설명...',
|
|
'places.formAddress': '주소',
|
|
'places.formAddressPlaceholder': '도로, 도시, 국가',
|
|
'places.formLat': '위도 (예: 48.8566)',
|
|
'places.formLng': '경도 (예: 2.3522)',
|
|
'places.formCategory': '카테고리',
|
|
'places.noCategory': '카테고리 없음',
|
|
'places.categoryNamePlaceholder': '카테고리 이름',
|
|
'places.formTime': '시간',
|
|
'places.startTime': '시작',
|
|
'places.endTime': '종료',
|
|
'places.endTimeBeforeStart': '종료 시간이 시작 시간보다 앞입니다',
|
|
'places.timeCollision': '시간 겹침:',
|
|
'places.formWebsite': '웹사이트',
|
|
'places.formNotes': '메모',
|
|
'places.formNotesPlaceholder': '개인 메모...',
|
|
'places.formReservation': '예약',
|
|
'places.reservationNotesPlaceholder': '예약 메모, 확인 번호...',
|
|
'places.mapsSearchPlaceholder': '장소 검색...',
|
|
'places.mapsSearchError': '장소 검색 실패.',
|
|
'places.loadingDetails': '장소 상세 정보 불러오는 중…',
|
|
'places.osmHint':
|
|
'OpenStreetMap 검색 사용 중 (사진, 영업 시간, 평점 없음). 전체 정보를 위해 설정에서 Google API 키를 추가하세요.',
|
|
'places.osmActive':
|
|
'OpenStreetMap으로 검색 중 (사진, 평점, 영업 시간 없음). 향상된 데이터를 위해 설정에서 Google API 키를 추가하세요.',
|
|
'places.categoryCreateError': '카테고리 생성 실패',
|
|
'places.nameRequired': '이름을 입력하세요',
|
|
'places.saveError': '저장 실패',
|
|
};
|
|
export default places;
|