mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-28 07:15:35 +08:00
# Features - File drag and drop upload: Support uploading files and folders via drag and drop - Binary file handling: Detect binary files and display a friendly message instead of trying to edit them - Folder download: Download folders as ZIP files (using JSZip library) - Context menu integration: Full right-click context menu for file operations (rename, delete, copy path, download, new file/folder)
35 lines
1010 B
JSON
35 lines
1010 B
JSON
{
|
|
"toolbar": {
|
|
"changes": "변경사항",
|
|
"previousChange": "이전 변경",
|
|
"nextChange": "다음 변경",
|
|
"hideDiff": "Diff 하이라이트 숨기기",
|
|
"showDiff": "Diff 하이라이트 표시",
|
|
"settings": "에디터 설정",
|
|
"collapse": "에디터 접기",
|
|
"expand": "에디터 전체 너비로 펼치기"
|
|
},
|
|
"loading": "{{fileName}} 로딩 중...",
|
|
"header": {
|
|
"showingChanges": "변경사항 표시"
|
|
},
|
|
"actions": {
|
|
"download": "파일 다운로드",
|
|
"save": "저장",
|
|
"saving": "저장 중...",
|
|
"saved": "저장됨!",
|
|
"exitFullscreen": "전체화면 종료",
|
|
"fullscreen": "전체화면",
|
|
"close": "닫기"
|
|
},
|
|
"footer": {
|
|
"lines": "줄:",
|
|
"characters": "문자:",
|
|
"shortcuts": "Ctrl+S로 저장 • Esc로 닫기"
|
|
},
|
|
"binaryFile": {
|
|
"title": "바이너리 파일",
|
|
"message": "파일 \"{{fileName}}\"은(는) 바이너리 파일이므로 텍스트 편집기에서 표시할 수 없습니다."
|
|
}
|
|
}
|