```html
CopyTranslate - 즉석 번역 & 어조 조절
기능
- 범용 언어 지원: Mac에서 LLM 지원 언어 간 텍스트를 번역합니다.
- 어조 조정: AI 텍스트 변환으로 다양한 커뮤니케이션 목표에 맞게 번역 어조를 조정합니다.
- 문법 교정: AI 문법 검사기로 텍스트의 문법 오류를 수정합니다.
- 다중 번역 서비스: OpenAI, Gemini, Operouter 및 Ollama 중에서 선택하세요.
- 두 번의 CMD+C 단축키: 간단한 키보드 단축키로 텍스트를 변환합니다.
- 메뉴 막대 앱: 필요할 때 언제든지 사용할 수 있습니다.
- 자동 붙여넣기: 변환된 텍스트를 자동으로 붙여넣습니다.
- Spotlight 스타일 패널: CTRL+CMD+C를 사용하여 텍스트를 빠르게 변환합니다.
작동 방식
CopyTranslate는 클립보드에서 텍스트를 모니터링합니다. 텍스트를 복사하고 CMD+C를 두 번 누르면 설정에 따라 텍스트가 자동으로 변환됩니다. 그런 다음 변환된 텍스트를 필요한 곳에 붙여넣을 수 있습니다.
추천사
"개인적인 필요에 의해 CopyTranslate를 만들었고 세상에 공유했습니다. 원활한 텍스트 변환을 위한 간단하고 효과적인 도구입니다." - Stefano Straus, 개발자
```
```
/*
Localizable.strings
CopyTranslate
Created by Stefano Straus on 24/10/23.
*/
"Enable Accessibility" = "Enable Accessibility";
"CopyTranslate needs Accessibility Permissions to work." = "CopyTranslate needs Accessibility Permissions to work.";
"Open System Settings" = "Open System Settings";
"OK" = "OK";
"Cancel" = "Cancel";
"API Key Missing" = "API Key Missing";
"Please enter your API Key in the settings." = "Please enter your API Key in the settings.";
"Error" = "Error";
"There was an error reaching the API. Please check your API key and try again." = "There was an error reaching the API. Please check your API key and try again.";
"Couldn't reach the API" = "Couldn't reach the API";
"Invalid API Key" = "Invalid API Key";
"CopyTranslate is now running in the menu bar. Double press CMD+C to CopyTranslate." = "CopyTranslate is now running in the menu bar. Double press CMD+C to CopyTranslate.";
"Running in Menu Bar" = "Running in Menu Bar";
"Paste" = "Paste";
"Copied to clipboard!" = "Copied to clipboard!";
"clipboard" = "clipboard";
"URL copied to clipboard!" = "URL copied to clipboard!";
"API" = "API";
"URL" = "URL";
"CMD+C" = "CMD+C";
"CMD" = "CMD";
"CopyTranslate" = "CopyTranslate";
"Double Press CMD+C to CopyTranslate!" = "Double Press CMD+C to CopyTranslate!";
"Settings" = "Settings";
"Quit CopyTranslate" = "Quit CopyTranslate";
"Privacy Policy" = "Privacy Policy";
"General" = "General";
"Source Language" = "Source Language";
"Target Language" = "Target Language";
"API Key" = "API Key";
"Paste automatically" = "Paste automatically";
"Dark Mode" = "Dark Mode";
"Service" = "Service";
"OpenAI" = "OpenAI";
"Gemini" = "Gemini";
"Operouter" = "Operouter";
"Ollama" = "Ollama";
"Model" = "Model";
"Temperature" = "Temperature";
"Top P" = "Top P";
"Frequency Penalty" = "Frequency Penalty";
"Presence Penalty" = "Presence Penalty";
"Stop Sequences" = "Stop Sequences";
"System Prompt" = "System Prompt";
"Reset" = "Reset";
"Apply" = "Apply";
"Model ID" = "Model ID";
"Base URL" = "Base URL";
"Context Length" = "Context Length";
"Grammar Correction" = "Grammar Correction";
"Tone Adjustment" = "Tone Adjustment";
"Translation" = "Translation";
"Spotlike Panel (CTRL+CMD+C)" = "Spotlike Panel (CTRL+CMD+C)";
"Stop Processing" = "Stop Processing";
"Processing..." = "Processing...";
```
```
"Enable Accessibility" = "손쉬운 사용 활성화";
"CopyTranslate needs Accessibility Permissions to work." = "CopyTranslate가 작동하려면 손쉬운 사용 권한이 필요합니다.";
"Open System Settings" = "시스템 설정 열기";
"OK" = "OK";
"Cancel" = "취소";
"API Key Missing" = "API 키가 없습니다";
"Please enter your API Key in the settings." = "설정에서 API 키를 입력하세요.";
"Error" = "오류";
"There was an error reaching the API. Please check your API key and try again." = "API에 연결하는 데 오류가 발생했습니다. API 키를 확인하고 다시 시도하세요.";
"Couldn't reach the API" = "API에 연결할 수 없습니다";
"Invalid API Key" = "유효하지 않은 API 키";
"CopyTranslate is now running in the menu bar. Double press CMD+C to CopyTranslate." = "CopyTranslate가 메뉴 막대에서 실행 중입니다. CMD+C를 두 번 눌러 CopyTranslate하세요.";
"Running in Menu Bar" = "메뉴 막대에서 실행 중";
"Paste" = "붙여넣기";
"Copied to clipboard!" = "클립보드에 복사되었습니다!";
"clipboard" = "clipboard";
"URL copied to clipboard!" = "URL이 clipboard에 복사되었습니다!";
"API" = "API";
"URL" = "URL";
"CMD+C" = "CMD+C";
"CMD" = "CMD";
"CopyTranslate" = "CopyTranslate";
"Double Press CMD+C to CopyTranslate!" = "CMD+C를 두 번 눌러 CopyTranslate하세요!";
"Settings" = "설정";
"Quit CopyTranslate" = "CopyTranslate 종료";
"Privacy Policy" = "개인 정보 처리 방침";
"General" = "일반";
"Source Language" = "원본 언어";
"Target Language" = "대상 언어";
"API Key" = "API 키";
"Paste automatically" = "자동으로 붙여넣기";
"Dark Mode" = "다크 모드";
"Service" = "서비스";
"OpenAI" = "OpenAI";
"Gemini" = "Gemini";
"Operouter" = "Operouter";
"Ollama" = "Ollama";
"Model" = "모델";
"Temperature" = "온도";
"Top P" = "Top P";
"Frequency Penalty" = "빈도 페널티";
"Presence Penalty" = "존재 페널티";
"Stop Sequences" = "중지 시퀀스";
"System Prompt" = "시스템 프롬프트";
"Reset" = "초기화";
"Apply" = "적용";
"Model ID" = "모델 ID";
"Base URL" = "Base URL";
"Context Length" = "컨텍스트 길이";
"Grammar Correction" = "문법 교정";
"Tone Adjustment" = "어조 조정";
"Translation" = "번역";
"Spotlike Panel (CTRL+CMD+C)" = "Spotlike 패널 (CTRL+CMD+C)";
"Stop Processing" = "처리 중지";
"Processing..." = "처리 중...";
```