mirror of
https://github.com/Jonnyan404/memos-bber.git
synced 2026-04-24 19:48:37 +09:00
adfd797e84
Introduce a fullscreen editor mode and a proportional resize handle for the memo editor. Updates include: - UI: add fullscreen button and resize handle to popup.html and related i18n keys for en/ja/ko/zh_CN. - CSS: styles for .memo-editor, fullscreen state, and #editor-resize-handle, plus layout tweaks for fullscreen. - Background: enhance context menu handler to retrieve selection text from the active tab using chrome.scripting.executeScript, support opening the extension popup programmatically (tryOpenActionPopup), and factor appendContent logic. - Oper: implement isFullscreenMode(), openFullscreenTab(), proportional editor resize logic with pointer events (initProportionalEditorResize), focus handling adjustments, and init call. Added helper focusTextareaToEnd(). - Manifest: request scripting and windows permissions required for selection injection and window focus. These changes enable sending accurate selection text from web pages, allow users to open a fullscreen editor tab, and provide a draggable, proportional resize experience in the popup editor.
177 lines
3.5 KiB
JSON
177 lines
3.5 KiB
JSON
{
|
|
"extName": {
|
|
"message": "Memos"
|
|
},
|
|
"actionTitle": {
|
|
"message": "Memos 보내기"
|
|
},
|
|
"extDescription": {
|
|
"message": "memos: 가볍고 셀프호스팅 가능한 메모 허브."
|
|
},
|
|
"sendTo": {
|
|
"message": "Memos로 \"%s\" 보내기"
|
|
},
|
|
"sendLinkTo": {
|
|
"message": "링크를 Memos로 보내기"
|
|
},
|
|
"sendImageTo": {
|
|
"message": "이미지를 Memos로 보내기"
|
|
},
|
|
"saveBtn": {
|
|
"message": "저장"
|
|
},
|
|
"supportedMemosVersion": {
|
|
"message": "Memos v0.18.0 - 0.26.x 호환"
|
|
},
|
|
"placeApiUrl": {
|
|
"message": "Memos 사이트 URL"
|
|
},
|
|
"placeApiTokens": {
|
|
"message": "Memos 액세스 토큰"
|
|
},
|
|
"placeContent": {
|
|
"message": "지금 떠오른 생각은..."
|
|
},
|
|
"lockPrivate": {
|
|
"message": "비공개"
|
|
},
|
|
"lockProtected": {
|
|
"message": "보호됨"
|
|
},
|
|
"lockPublic": {
|
|
"message": "공개"
|
|
},
|
|
"submitBtn": {
|
|
"message": "전송"
|
|
},
|
|
"placeHideInput": {
|
|
"message": "기본 '비공개' 태그 이름"
|
|
},
|
|
"placeShowInput": {
|
|
"message": "기본 '모두 공개' 태그 이름"
|
|
},
|
|
"uploadedListTitle": {
|
|
"message": "업로드된 파일(드래그로 순서 변경)"
|
|
},
|
|
"uploadedListEmpty": {
|
|
"message": "업로드된 파일이 없습니다"
|
|
},
|
|
"tipReorder": {
|
|
"message": "드래그하여 순서 변경"
|
|
},
|
|
"tipDeleteAttachment": {
|
|
"message": "삭제"
|
|
},
|
|
"attachmentDeleteSuccess": {
|
|
"message": "삭제됨"
|
|
},
|
|
"attachmentDeleteFailed": {
|
|
"message": "삭제 실패 😭"
|
|
},
|
|
"picDrag": {
|
|
"message": "이미지를 드래그하여 업로드"
|
|
},
|
|
"picCancelDrag": {
|
|
"message": "업로드 취소"
|
|
},
|
|
"picUploading": {
|
|
"message": "이미지 업로드 중..."
|
|
},
|
|
"picSuccess": {
|
|
"message": "업로드 완료"
|
|
},
|
|
"picFailed": {
|
|
"message": "업로드 실패"
|
|
},
|
|
"picPending": {
|
|
"message": "이미지 업로드가 진행 중입니다"
|
|
},
|
|
"saveSuccess": {
|
|
"message": "저장 성공!"
|
|
},
|
|
"searchNow": {
|
|
"message": "무엇을 찾고 있나요?"
|
|
},
|
|
"searchNone": {
|
|
"message": "다른 단어를 시도해 보세요!"
|
|
},
|
|
"archiveSuccess": {
|
|
"message": "보관 성공 😊"
|
|
},
|
|
"archiveFailed": {
|
|
"message": "보관 실패 😭"
|
|
},
|
|
"getTabFailed": {
|
|
"message": "탭 가져오기 실패 😭"
|
|
},
|
|
"memoUploading": {
|
|
"message": "전송 중"
|
|
},
|
|
"memoSuccess": {
|
|
"message": "성공! 😊"
|
|
},
|
|
"memoFailed": {
|
|
"message": "실패! 😭"
|
|
},
|
|
"invalidToken": {
|
|
"message": "유효하지 않은 토큰 또는 URL 😭"
|
|
},
|
|
"tipOpenSite": {
|
|
"message": "Memos 열기"
|
|
},
|
|
"tipSettings": {
|
|
"message": "설정"
|
|
},
|
|
"tipTags": {
|
|
"message": "태그 삽입"
|
|
},
|
|
"tipTodo": {
|
|
"message": "할 일 삽입"
|
|
},
|
|
"tipUpload": {
|
|
"message": "파일 업로드"
|
|
},
|
|
"tipLink": {
|
|
"message": "현재 탭 링크 삽입"
|
|
},
|
|
"tipRandom": {
|
|
"message": "랜덤 메모"
|
|
},
|
|
"tipSearch": {
|
|
"message": "검색"
|
|
},
|
|
"tipVisibility": {
|
|
"message": "공개 범위"
|
|
},
|
|
"tipSend": {
|
|
"message": "전송(Ctrl/⌘+Enter)"
|
|
},
|
|
"tipLanguage": {
|
|
"message": "언어"
|
|
},
|
|
"langAuto": {
|
|
"message": "자동"
|
|
},
|
|
"langEnglish": {
|
|
"message": "English"
|
|
},
|
|
"langChineseSimplified": {
|
|
"message": "简体中文"
|
|
},
|
|
"langJapanese": {
|
|
"message": "日本語"
|
|
},
|
|
"langKorean": {
|
|
"message": "한국어"
|
|
},
|
|
"fullscreenBtn": {
|
|
"message": "전체화면"
|
|
},
|
|
"tipFullscreen": {
|
|
"message": "전체화면 편집"
|
|
},
|
|
"tipResize": {
|
|
"message": "드래그로 확대/축소(최소: 기본 크기)"
|
|
}
|
|
}
|