2016-01-21 23:28:58 +00:00
{
2019-04-08 21:16:09 +00:00
"copyErrorAndQuit" : {
2019-09-13 20:59:54 +00:00
"message" : "오류 복사 후 종료" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown in the top-level error popup, allowing user to copy the error text and close the app"
} ,
"unknownGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "알 수 없는 그룹" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown as the name of a group if we don't have any information about it"
} ,
"databaseError" : {
2019-09-13 20:59:54 +00:00
"message" : "데이터베이스 오류" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown in a popup if the database cannot start up properly"
} ,
"deleteAndRestart" : {
2019-09-13 20:59:54 +00:00
"message" : "모든 데이터 삭제 후 재시작" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown in a popup if the database cannot start up properly; allows user to dalete database and restart"
} ,
2018-08-31 20:50:28 +00:00
"mainMenuFile" : {
2019-09-13 20:59:54 +00:00
"message" : "파일 (&F)" ,
2018-08-31 20:50:28 +00:00
"description" : "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mainMenuEdit" : {
2019-09-13 20:59:54 +00:00
"message" : "수정 (&E)" ,
2018-08-31 20:50:28 +00:00
"description" : "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mainMenuView" : {
2019-09-13 20:59:54 +00:00
"message" : "보기 (&V)" ,
2018-08-31 20:50:28 +00:00
"description" : "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mainMenuWindow" : {
2019-09-13 20:59:54 +00:00
"message" : "윈도우 (&W)" ,
2018-08-31 20:50:28 +00:00
"description" : "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
} ,
"mainMenuHelp" : {
2019-09-13 20:59:54 +00:00
"message" : "도움말 (&H)" ,
2018-08-31 20:50:28 +00:00
"description" : "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
} ,
"mainMenuSettings" : {
2019-09-13 20:59:54 +00:00
"message" : "설정…" ,
2018-08-31 20:50:28 +00:00
"description" : "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for ‘ Preferences’ on the operating system."
} ,
"appMenuHide" : {
2019-09-13 20:59:54 +00:00
"message" : "숨기기" ,
2018-08-31 20:50:28 +00:00
"description" : "Application menu command to hide the window"
2017-08-30 16:31:03 +00:00
} ,
2018-07-18 17:47:58 +00:00
"appMenuHideOthers" : {
2019-09-13 20:59:54 +00:00
"message" : "다른 창 숨기기" ,
2018-07-18 17:47:58 +00:00
"description" : "Application menu command to hide all other windows"
} ,
2018-08-31 20:50:28 +00:00
"appMenuUnhide" : {
2019-09-13 20:59:54 +00:00
"message" : "모두 보이기" ,
2018-08-31 20:50:28 +00:00
"description" : "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"appMenuQuit" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal 종료" ,
2018-08-31 20:50:28 +00:00
"description" : "Application menu command to close the application"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuUndo" : {
2019-09-13 20:59:54 +00:00
"message" : "실행 취소" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to remove recently-typed text"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuRedo" : {
2019-09-13 20:59:54 +00:00
"message" : "다시 실행" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to restore previously undone typed text"
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuCut" : {
2019-09-13 20:59:54 +00:00
"message" : "자르기" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to remove selected text and add it to clipboard"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuCopy" : {
2019-09-13 20:59:54 +00:00
"message" : "복사하기" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to add selected text to clipboard"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuPaste" : {
2019-09-13 20:59:54 +00:00
"message" : "붙여넣기" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to insert text from clipboard at cursor location"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle" : {
2019-09-13 20:59:54 +00:00
"message" : "텍스트만 복사" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
2016-10-08 14:40:13 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuDelete" : {
2019-09-13 20:59:54 +00:00
"message" : "삭제" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu command to remove the selected text"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuSelectAll" : {
2019-09-13 20:59:54 +00:00
"message" : "모두 선택" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu comand to select all of the text in selected text box"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking" : {
2019-09-13 20:59:54 +00:00
"message" : "말하기 시작" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu item under 'speech' to start dictation"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking" : {
2019-09-13 20:59:54 +00:00
"message" : "말하기 종료" ,
2018-08-31 20:50:28 +00:00
"description" : "Edit menu item under 'speech' to stop dictation"
2016-02-22 22:27:51 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuClose" : {
2019-09-13 20:59:54 +00:00
"message" : "창 닫기" ,
2018-08-31 20:50:28 +00:00
"description" : "Window menu command to close the current window"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuMinimize" : {
2019-09-13 20:59:54 +00:00
"message" : "최소화" ,
2018-08-31 20:50:28 +00:00
"description" : "Window menu command to minimize the current window"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuZoom" : {
2019-09-13 20:59:54 +00:00
"message" : "확대" ,
2018-08-31 20:50:28 +00:00
"description" : "Window menu command to make the current window the size of the whole screen"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront" : {
2019-09-13 20:59:54 +00:00
"message" : "모두 앞으로" ,
2018-08-31 20:50:28 +00:00
"description" : "Window menu command to bring all windows of current applicatinon to front"
2016-08-11 19:22:17 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom" : {
2019-09-13 20:59:54 +00:00
"message" : "실제 크기" ,
2018-08-31 20:50:28 +00:00
"description" : "View menu command to go back to the default zoom"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn" : {
2019-09-13 20:59:54 +00:00
"message" : "확대" ,
2018-08-31 20:50:28 +00:00
"description" : "View menu command to make everything bigger"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut" : {
2019-09-13 20:59:54 +00:00
"message" : "축소" ,
2018-08-31 20:50:28 +00:00
"description" : "View menu command to make everything smaller"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen" : {
2019-09-13 20:59:54 +00:00
"message" : "전체 화면 전환" ,
2018-08-31 20:50:28 +00:00
"description" : "View menu command to enter or leave Full Screen mode"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools" : {
2019-09-13 20:59:54 +00:00
"message" : "개발자 도구 전환" ,
2018-08-31 20:50:28 +00:00
"description" : "View menu command to show or hide the developer tools"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuSetupWithImport" : {
2019-09-13 20:59:54 +00:00
"message" : "가져오기로 설정" ,
2018-08-31 20:50:28 +00:00
"description" : "When the application is not yet set up, menu option to start up the import sequence"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuSetupAsNewDevice" : {
2019-09-13 20:59:54 +00:00
"message" : "새 기기로 설정" ,
2018-08-31 20:50:28 +00:00
"description" : "When the application is not yet set up, menu option to start up the set up as fresh device"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone" : {
2019-09-13 20:59:54 +00:00
"message" : "독립 실행형 기기로 설정" ,
2018-08-31 20:50:28 +00:00
"description" : "Only available on development modes, menu option to open up the standalone device setup sequence"
2017-08-30 16:31:03 +00:00
} ,
2019-11-11 17:55:59 +00:00
"avatarMenuViewArchive" : {
"message" : "View Archive" ,
"description" : "One of the menu options available in the Avatar Popup menu"
} ,
2018-08-31 20:50:28 +00:00
"loading" : {
2019-09-13 20:59:54 +00:00
"message" : "불러오는 중" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen before we've loaded any messages"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"optimizingApplication" : {
2019-09-13 20:59:54 +00:00
"message" : "어플리케이션 최적화 중..." ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen while we are doing application optimizations"
2016-04-03 21:33:07 +00:00
} ,
2018-08-31 20:50:28 +00:00
"migratingToSQLCipher" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 최적화 중... $status$개 완료." ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen while we are doing application optimizations" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"status" : {
2017-08-30 16:31:03 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "45/200"
2017-08-30 16:31:03 +00:00
}
}
} ,
2019-04-08 21:16:09 +00:00
"archivedConversations" : {
2019-09-13 20:59:54 +00:00
"message" : "보관된 대화" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown in place of the search box when showing archived conversation list"
} ,
"archiveHelperText" : {
2019-09-13 20:59:54 +00:00
"message" : "이 대화들은 보관 처리되었으며 새 메시지를 받을 때에만 받은 메시지에 표시됩니다." ,
2019-04-08 21:16:09 +00:00
"description" : "Shown at the top of the archived converations list in the left pane"
} ,
"archiveConversation" : {
2019-09-13 20:59:54 +00:00
"message" : "보관된 대화" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown in menu for conversation, and moves conversation out of main conversation list"
} ,
"moveConversationToInbox" : {
2019-09-13 20:59:54 +00:00
"message" : "대화를 받은 메시지로 이동" ,
2019-04-08 21:16:09 +00:00
"description" : "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
} ,
2018-08-31 20:50:28 +00:00
"chooseDirectory" : {
2019-09-13 20:59:54 +00:00
"message" : "폴더 선택" ,
2018-08-31 20:50:28 +00:00
"description" : "Button to allow the user to find a folder on disk"
2017-08-30 16:31:03 +00:00
} ,
2019-01-16 23:29:04 +00:00
"chooseFile" : {
2019-09-13 20:59:54 +00:00
"message" : "파일 선택" ,
2019-01-16 23:29:04 +00:00
"description" : "Button to allow the user to find a file on disk"
} ,
2018-08-31 20:50:28 +00:00
"loadDataHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "데이터 불러오기" ,
2018-08-31 20:50:28 +00:00
"description" : "Header shown on the first screen in the data import process"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"loadDataDescription" : {
2019-09-13 20:59:54 +00:00
"message" : "내보내기 단계를 완료했으며 이 컴퓨터에 연락처와 메시지를 불러왔습니다. Signal 데이터를 저장하고 있는 폴더를 선택하세요." ,
2018-08-31 20:50:28 +00:00
"description" : "Introduction to the process of importing messages and contacts from disk"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importChooserTitle" : {
2019-09-13 20:59:54 +00:00
"message" : "내보낸 데이터가 있는 디렉터리 선택" ,
2018-08-31 20:50:28 +00:00
"description" : "Title of the popup window used to select data previously exported"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importErrorHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "오류가 발생했습니다!" ,
2018-08-31 20:50:28 +00:00
"description" : "Header of the error screen after a failed import"
2017-05-16 18:56:33 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importingHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "연락처와 메시지 불러오는 중" ,
2018-08-31 20:50:28 +00:00
"description" : "Header of screen shown as data is import"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importErrorFirst" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal 데이터가 있는 올바른 디렉터리를 선택하세요. 'Signal Export'로 시작하는 폴더입니다. Chrome 앱에서 새로운 데이터 복사본을 가져와 저장할 수도 있습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown if the import went wrong; first paragraph"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importErrorSecond" : {
2019-09-13 20:59:54 +00:00
"message" : "만약 가져오기가 제대로 동작하지 않는다면, 디버그 로그(보기 -> 디버그 로그)를 보내주세요!" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown if the import went wrong; second paragraph"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importAgain" : {
2019-09-13 20:59:54 +00:00
"message" : "폴더를 선택한 후 다시 시도하세요" ,
2018-08-31 20:50:28 +00:00
"description" : "Button shown if the user runs into an error during import, allowing them to start over"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importCompleteHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "성공!" ,
2018-08-31 20:50:28 +00:00
"description" : "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importCompleteStartButton" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop 시작하기" ,
2018-08-31 20:50:28 +00:00
"description" : "Button shown at end of successful import process, nothing left but a restart"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton" : {
2019-09-13 20:59:54 +00:00
"message" : "이 기기를 휴대전화와 연결하기" ,
2018-08-31 20:50:28 +00:00
"description" : "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
2016-03-17 22:05:27 +00:00
} ,
2018-08-31 20:50:28 +00:00
"selectedLocation" : {
2019-09-13 20:59:54 +00:00
"message" : "선택한 경로" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown as the export location if we didn't capture the target directory"
2016-08-11 19:22:17 +00:00
} ,
2018-08-31 20:50:28 +00:00
"upgradingDatabase" : {
2019-09-13 20:59:54 +00:00
"message" : "데이터베이스 업그레이드 중입니다. 시간이 다소 소요됩니다…" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen when we're changing database structure on first run of a new version"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"loadingMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지를 불러오는 중입니다. 현재 $count$개 처리됨…" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages" ,
"placeholders" : {
"count" : {
"content" : "$1" ,
"example" : "5"
}
}
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"me" : {
2019-09-13 20:59:54 +00:00
"message" : "나" ,
2018-08-31 20:50:28 +00:00
"description" : "The label for yourself when shown in a group member list"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"view" : {
2019-09-13 20:59:54 +00:00
"message" : "보기" ,
2018-08-31 20:50:28 +00:00
"description" : "Used as a label on a button allowing user to see more information"
2016-06-30 01:12:20 +00:00
} ,
2017-08-30 16:31:03 +00:00
"youLeftTheGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "그룹에서 나갔습니다" ,
2017-08-30 16:31:03 +00:00
"description" : "Displayed when a user can't send a message because they have left the group"
} ,
2018-08-31 20:50:28 +00:00
"scrollDown" : {
2019-09-13 20:59:54 +00:00
"message" : "대화 맨 아래로 스크롤" ,
2018-08-31 20:50:28 +00:00
"description" : "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"messagesBelow" : {
2019-09-13 20:59:54 +00:00
"message" : "새 메시지" ,
2018-08-31 20:50:28 +00:00
"description" : "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unreadMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "읽지 않은 메시지 1개" ,
2018-08-31 20:50:28 +00:00
"description" : "Text for unread message separator, just one message"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unreadMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "읽지 않은 메시지 $count$개" ,
2018-08-31 20:50:28 +00:00
"description" : "Text for unread message separator, with count" ,
"placeholders" : {
"count" : {
"content" : "$1" ,
"example" : "5"
}
}
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호를 검증 상태로 표시했습니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when the user marks a contact as verified." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호를 미검증 상태로 표시했습니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호를 다른 기기에서 검증 상태로 표시했습니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when we discover that the user marked a contact as verified on another device." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호를 다른 기기에서 미검증 상태로 표시했습니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when we discover that the user marked a contact as not verified on another device." ,
2018-07-31 16:54:06 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2018-07-31 16:54:06 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-07-31 16:54:06 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"membersNeedingVerification" : {
2019-09-13 20:59:54 +00:00
"message" : "이 그룹 멤버와의 안전 번호가 마지막으로 검증된 이후 변경되었습니다. 그룹 멤버를 클릭해 새 안전 번호를 확인하세요." ,
2018-08-31 20:50:28 +00:00
"description" : "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"changedSinceVerifiedMultiple" : {
2019-09-13 20:59:54 +00:00
"message" : "여러 그룹 멤버와의 안전 번호가 마지막으로 검증된 이후 변경되었습니다. 누군가가 연결을 가로채려 시도하고 있거나 단순히 Signal을 다시 설치한 것일 수도 있습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"changedSinceVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호가 마지막으로 검증된 이후 변경되었습니다. 누군가가 연결을 가로채려 시도하고 있거나 단순히 $name$(이)가 Signal을 다시 설치한 것일 수도 있습니다." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify" : {
2019-09-13 20:59:54 +00:00
"message" : "검증하려는 안전 번호가 변경되었습니다. $name$와의 안전 번호를 다시 한번 확인하세요. 누군가가 연결을 가로채려 시도하고 있거나 단순히 $name$(이)가 Signal을 다시 설치한 것일 수도 있습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change" ,
2016-10-07 10:13:47 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2017-08-30 16:31:03 +00:00
"changedRecentlyMultiple" : {
2019-09-13 20:59:54 +00:00
"message" : "여러 그룹 멤버와의 안전 번호가 최근에 변경되었습니다. 누군가가 연결을 가로채려 시도하고 있거나 단순히 Signal을 다시 설치한 것일 수도 있습니다." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message"
} ,
2018-08-31 20:50:28 +00:00
"changedRecently" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호가 최근에 변경되었습니다. 누군가가 연결을 가로채려 시도하고 있거나 단순히 $name$(이)가 Signal을 다시 설치한 것일 수도 있습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message" ,
2018-07-12 18:32:00 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2018-07-12 18:32:00 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-07-12 18:32:00 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend" : {
2019-09-13 20:59:54 +00:00
"message" : "Your safety number with $name$ has changed. This could either mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal. You may wish to verify your safety number with this contact." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown when user clicks on a failed recipient in the message detail view after an identity key change" ,
2018-07-18 17:47:58 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-07-18 17:47:58 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"sendAnyway" : {
2019-09-13 20:59:54 +00:00
"message" : "무시하고 보내기" ,
2018-08-31 20:50:28 +00:00
"description" : "Used on a warning dialog to make it clear that it might be risky to send the message."
2018-07-12 18:32:00 +00:00
} ,
2017-08-30 16:31:03 +00:00
"noLongerVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호가 변경되었으며 검증이 취소되었습니다. 클릭하여 자세히 알아보세요." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown in converation banner when user's safety number has changed, but they were previously verified." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "여러 그룹 멤버의 안전 번호가 변경되었으며 검증이 취소되었습니다. 클릭하여 자세히 알아보세요." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"debugLogExplanation" : {
2019-09-13 20:59:54 +00:00
"message" : "해당 로그가 열람을 위해 온라인에 게시됩니다. 제출하기 전 로그를 보고 수정할 수 있습니다." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"debugLogError" : {
2019-09-13 20:59:54 +00:00
"message" : "업로드 중 오류가 발생했습니다! 버그가 발생한 로그를 수동으로 첨부해보세요." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2016-02-22 22:27:51 +00:00
} ,
2018-08-31 20:50:28 +00:00
"reportIssue" : {
2019-09-13 20:59:54 +00:00
"message" : "오류 보고" ,
2018-08-31 20:50:28 +00:00
"description" : "Link to open the issue tracker"
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"gotIt" : {
2019-09-13 20:59:54 +00:00
"message" : "확인" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"submit" : {
2019-09-13 20:59:54 +00:00
"message" : "제출" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"acceptNewKey" : {
2019-09-13 20:59:54 +00:00
"message" : "수락" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a button to accept a new safety number"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"verify" : {
2019-09-13 20:59:54 +00:00
"message" : "검증으로 표시" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unverify" : {
2019-09-13 20:59:54 +00:00
"message" : "미검증으로 표시" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"isVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호를 검증했습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Summary state shown at top of the safety number screen if user has verified contact." ,
2016-01-21 23:28:58 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2016-01-25 22:20:18 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2016-01-25 22:20:18 +00:00
}
2016-01-21 23:28:58 +00:00
}
} ,
2018-08-31 20:50:28 +00:00
"isNotVerified" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호를 검증하지 않았습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Summary state shown at top of the safety number screen if user has not verified contact." ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2017-08-30 16:31:03 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2017-08-30 16:31:03 +00:00
}
}
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"verified" : {
2019-09-13 20:59:54 +00:00
"message" : "검증됨" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"newIdentity" : {
2019-09-13 20:59:54 +00:00
"message" : "새 안전 번호" ,
2018-08-31 20:50:28 +00:00
"description" : "Header for a key change dialog"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"identityChanged" : {
2019-09-13 20:59:54 +00:00
"message" : "이 연락처와의 안전 번호가 변경되었습니다. 누군가가 연결을 가로채려 시도하고 있거나 단순히 Signal을 다시 설치한 것일 수도 있습니다. 새 안전 번호가 서로 일치하는지 확인해보세요." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"incomingError" : {
2019-09-13 20:59:54 +00:00
"message" : "받은 메시지 처리 중 오류 발생" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"media" : {
2019-09-13 20:59:54 +00:00
"message" : "미디어" ,
2018-08-31 20:50:28 +00:00
"description" : "Header of the default pane in the media gallery, showing images and videos"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mediaEmptyState" : {
2019-09-13 20:59:54 +00:00
"message" : "이 대화에 미디어가 없습니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"documents" : {
2019-09-13 20:59:54 +00:00
"message" : "ㅜㄴ서" ,
2018-08-31 20:50:28 +00:00
"description" : "Header of the secondary pane in the media gallery, showing every non-media attachment"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"documentsEmptyState" : {
2019-09-13 20:59:54 +00:00
"message" : "이 대화에 문서가 없습니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"today" : {
2019-09-13 20:59:54 +00:00
"message" : "오늘" ,
2018-08-31 20:50:28 +00:00
"description" : "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"yesterday" : {
2019-09-13 20:59:54 +00:00
"message" : "어제" ,
2018-08-31 20:50:28 +00:00
"description" : "Section header in the media gallery"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"thisWeek" : {
2019-09-13 20:59:54 +00:00
"message" : "이번주" ,
2018-08-31 20:50:28 +00:00
"description" : "Section header in the media gallery"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"thisMonth" : {
2019-09-13 20:59:54 +00:00
"message" : "이번달" ,
2018-08-31 20:50:28 +00:00
"description" : "Section header in the media gallery"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unsupportedAttachment" : {
2019-09-13 20:59:54 +00:00
"message" : "지원하지 않는 첨부 파일 유형입니다. 클릭하여 저장" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed for incoming unsupported attachment"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"clickToSave" : {
2019-09-13 20:59:54 +00:00
"message" : "클릭하여 저장" ,
2018-08-31 20:50:28 +00:00
"description" : "Hover text for attachment filenames"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unnamedFile" : {
2019-09-13 20:59:54 +00:00
"message" : "이름 없는 파일" ,
2018-08-31 20:50:28 +00:00
"description" : "Hover text for attachment filenames"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"voiceMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "음성 메시지" ,
2018-08-31 20:50:28 +00:00
"description" : "Name for a voice message attachment"
2016-04-07 19:27:03 +00:00
} ,
2018-10-16 00:32:32 +00:00
"dangerousFileType" : {
2019-09-13 20:59:54 +00:00
"message" : "보안상 이유로 첨부 파일 유형이 허용되지 않음" ,
2018-10-16 00:32:32 +00:00
"description" : "Shown in toast when user attempts to send .exe file, for example"
} ,
2019-02-04 19:53:59 +00:00
"loadingPreview" : {
2019-09-13 20:59:54 +00:00
"message" : "미리보기 불러오는 중…" ,
2019-02-04 19:53:59 +00:00
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area"
} ,
"stagedPreviewThumbnail" : {
2019-09-13 20:59:54 +00:00
"message" : "$domain$의 섬네일 링크 미리보기 초안" ,
2019-02-04 19:53:59 +00:00
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area" ,
"placeholders" : {
"path" : {
"content" : "$1" ,
"example" : "instagram.com"
}
}
} ,
"previewThumbnail" : {
2019-09-13 20:59:54 +00:00
"message" : "$domain$의 섬네일 링크 미리보기" ,
2019-02-04 19:53:59 +00:00
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area" ,
"placeholders" : {
"path" : {
"content" : "$1" ,
"example" : "instagram.com"
}
}
} ,
2019-01-16 23:29:04 +00:00
"stagedImageAttachment" : {
2019-09-13 20:59:54 +00:00
"message" : "이미지 첨부 초안: $path$" ,
2019-01-16 23:29:04 +00:00
"description" : "Alt text for staged attachments" ,
"placeholders" : {
"path" : {
"content" : "$1" ,
"example" : "dog.jpg"
}
}
} ,
"oneNonImageAtATimeToast" : {
2019-09-13 20:59:54 +00:00
"message" : "이미지 이외의 첨부 파일은 메시지당 하나만 허용됩니다." ,
2019-01-16 23:29:04 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
"cannotMixImageAdnNonImageAttachments" : {
2019-09-13 20:59:54 +00:00
"message" : "이미지 및 이미지가 아닌 첨부 파일을 한 메시지에 동시에 첨부할 수 없습니다." ,
2019-01-16 23:29:04 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
"maximumAttachments" : {
2019-09-13 20:59:54 +00:00
"message" : "이 메시지에 더 이상 첨부할 수 없습니다." ,
2019-01-16 23:29:04 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
2018-08-31 20:50:28 +00:00
"fileSizeWarning" : {
2019-09-13 20:59:54 +00:00
"message" : "죄송합니다, 선택된 파일은 메시지의 최대 허용 용량을 초과했습니다." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-12 18:32:00 +00:00
} ,
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment" : {
2019-09-13 20:59:54 +00:00
"message" : "선택된 첨부 파일을 불러올 수 없습니다." ,
2018-10-16 00:32:32 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"disconnected" : {
2019-09-13 20:59:54 +00:00
"message" : "연결 끊김" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed when the desktop client cannot connect to the server."
} ,
"connecting" : {
2019-09-13 20:59:54 +00:00
"message" : "연결 중" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed when the desktop client is currently connecting to the server."
} ,
"offline" : {
2019-09-13 20:59:54 +00:00
"message" : "오프라인" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed when the desktop client has no network connection."
} ,
"checkNetworkConnection" : {
2019-09-13 20:59:54 +00:00
"message" : "네트워크 연결을 확인하세요." ,
2018-08-31 20:50:28 +00:00
"description" : "Obvious instructions for when a user's computer loses its network connection"
} ,
"attemptingReconnection" : {
2019-09-13 20:59:54 +00:00
"message" : "$reconnect_duration_in_seconds$초 후 재연결 시도" ,
2018-08-31 20:50:28 +00:00
"description" : "" ,
2016-10-07 10:13:47 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"reconnect_duration_in_seconds" : {
2016-10-07 10:13:47 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "10"
2016-10-07 10:13:47 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"submitDebugLog" : {
2019-09-13 20:59:54 +00:00
"message" : "디버그 로그" ,
2018-08-31 20:50:28 +00:00
"description" : "Menu item and header text for debug log modal (sentence case)"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"debugLog" : {
2019-09-13 20:59:54 +00:00
"message" : "디버그 로그" ,
2018-08-31 20:50:28 +00:00
"description" : "View menu item to open the debug log (title case)"
2016-04-03 21:33:07 +00:00
} ,
2018-08-31 20:50:28 +00:00
"goToReleaseNotes" : {
2019-09-13 20:59:54 +00:00
"message" : "릴리스 노트로" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-20 23:30:56 +00:00
} ,
2018-08-31 20:50:28 +00:00
"goToForums" : {
2019-09-13 20:59:54 +00:00
"message" : "포럼으로" ,
2018-08-31 20:50:28 +00:00
"description" : "Item under the Help menu, takes you to the forums"
2016-10-08 14:40:13 +00:00
} ,
2018-08-31 20:50:28 +00:00
"goToSupportPage" : {
2019-09-13 20:59:54 +00:00
"message" : "지원 페이지로" ,
2018-08-31 20:50:28 +00:00
"description" : "Item under the Help menu, takes you to the support page"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuReportIssue" : {
2019-09-13 20:59:54 +00:00
"message" : "오류 보고" ,
2018-08-31 20:50:28 +00:00
"description" : "Item under the Help menu, takes you to GitHub new issue form (title case)"
2016-02-22 22:27:51 +00:00
} ,
2018-08-31 20:50:28 +00:00
"signalDesktopPreferences" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop 설정" ,
2018-08-31 20:50:28 +00:00
"description" : "Title of the window that pops up with Signal Desktop preferences in it"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop에 대하여" ,
2018-08-31 20:50:28 +00:00
"description" : "Item under the Help menu, which opens a small about window"
} ,
"speech" : {
2019-09-13 20:59:54 +00:00
"message" : "말하기" ,
2018-08-31 20:50:28 +00:00
"description" : "Item under the Edit menu, with 'start/stop speaking' items below it"
2016-01-21 23:28:58 +00:00
} ,
2018-01-05 00:28:53 +00:00
"show" : {
2019-09-13 20:59:54 +00:00
"message" : "보이기" ,
2018-01-05 00:28:53 +00:00
"description" : "Command under Window menu, to show the window"
} ,
2018-08-31 20:50:28 +00:00
"hide" : {
2019-09-13 20:59:54 +00:00
"message" : "숨기기" ,
2018-08-31 20:50:28 +00:00
"description" : "Command in the tray icon menu, to hide the window"
2017-02-09 23:27:14 +00:00
} ,
2018-08-31 20:50:28 +00:00
"quit" : {
2019-09-13 20:59:54 +00:00
"message" : "종료" ,
2018-08-31 20:50:28 +00:00
"description" : "Command in the tray icon menu, to quit the application"
} ,
2019-04-08 21:16:09 +00:00
"signalDesktop" : {
2018-08-31 20:50:28 +00:00
"message" : "Signal Desktop" ,
"description" : "Tooltip for the tray icon"
} ,
2019-04-08 21:16:09 +00:00
"search" : {
"message" : "검색" ,
2018-08-31 20:50:28 +00:00
"description" : "Placeholder text in the search input"
} ,
2019-09-13 20:59:54 +00:00
"searchIn" : {
"message" : "Search in $conversationName$" ,
"description" : "Shown in the search box before text is entered when searching in a specific conversation" ,
"placeholders" : {
"conversationName" : {
"content" : "$1" ,
"example" : "Friends"
}
}
} ,
2019-04-08 21:16:09 +00:00
"noSearchResults" : {
2019-09-13 20:59:54 +00:00
"message" : "\"$searchTerm$\" 검색 결과 없음" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown in the search left pane when no results were found" ,
"placeholders" : {
"searchTerm" : {
"content" : "$1" ,
"example" : "dog"
}
}
} ,
2019-09-13 20:59:54 +00:00
"noSearchResultsInConversation" : {
"message" : "No results for \"$searchTerm$\" in $conversationName$" ,
"description" : "Shown in the search left pane when no results were found" ,
"placeholders" : {
"searchTerm" : {
"content" : "$2" ,
"example" : "Friends"
}
}
} ,
2019-04-08 21:16:09 +00:00
"conversationsHeader" : {
"message" : "대화" ,
"description" : "Shown to separate the types of search results"
} ,
"contactsHeader" : {
"message" : "연락처" ,
"description" : "Shown to separate the types of search results"
} ,
"messagesHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown to separate the types of search results"
} ,
2018-08-31 20:50:28 +00:00
"welcomeToSignal" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal에 오신 것을 환영합니다" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"selectAContact" : {
2019-09-13 20:59:54 +00:00
"message" : "연락처 또는 그룹을 선택해 대화를 시작하세요." ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
2019-01-16 23:29:04 +00:00
"typingAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "이 대화의 입력 애니메이션" ,
2019-01-16 23:29:04 +00:00
"description" : "Used as the 'title' attibute for the typing animation"
} ,
2018-08-31 20:50:28 +00:00
"contactAvatarAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$ 연락처의 아바타" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in the alt tag for the image avatar of a contact" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"sendMessageToContact" : {
2019-01-16 23:29:04 +00:00
"message" : "메세지 보내기" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown when you are sent a contact and that contact has a signal account"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"home" : {
2019-09-13 20:59:54 +00:00
"message" : "집" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on contact detail screen as a label for an address/phone/email"
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"work" : {
2019-09-13 20:59:54 +00:00
"message" : "회사" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on contact detail screen as a label for an address/phone/email"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mobile" : {
2019-09-13 20:59:54 +00:00
"message" : "모바일" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on contact detail screen as a label for aa phone or email"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"email" : {
2019-09-13 20:59:54 +00:00
"message" : "이메일" ,
2018-08-31 20:50:28 +00:00
"description" : "Generic label shown if contact email has custom type but no label"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"phone" : {
2019-09-13 20:59:54 +00:00
"message" : "휴대전화" ,
2018-08-31 20:50:28 +00:00
"description" : "Generic label shown if contact phone has custom type but no label"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"address" : {
2019-09-13 20:59:54 +00:00
"message" : "주소" ,
2018-08-31 20:50:28 +00:00
"description" : "Generic label shown if contact address has custom type but no label"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"poBox" : {
2019-09-13 20:59:54 +00:00
"message" : "사서함" ,
2018-08-31 20:50:28 +00:00
"description" : "When rendering an address, used to provide context to a post office box"
2018-05-02 16:29:36 +00:00
} ,
2019-04-08 21:16:09 +00:00
"downloading" : {
"message" : "다운로드 중" ,
"description" : "Shown in the message bubble while a long message attachment is being downloaded"
} ,
2018-08-31 20:50:28 +00:00
"downloadAttachment" : {
2019-09-13 20:59:54 +00:00
"message" : "첨부 파일 다운로드" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2016-08-24 23:54:05 +00:00
} ,
2018-08-31 20:50:28 +00:00
"replyToMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 답장" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"originalMessageNotFound" : {
2019-09-13 20:59:54 +00:00
"message" : "원본 메시지를 찾을 수 없음" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in quote if reference message was not found as message was initially downloaded and processed"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"originalMessageNotAvailable" : {
2019-09-13 20:59:54 +00:00
"message" : "원본 메시지를 더 이상 이용할 수 없음" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in toast if user clicks on quote that references message no longer in database"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded" : {
2019-09-13 20:59:54 +00:00
"message" : "원본 메시지를 찾았으나 불러오지 못했습니다. 위로 스크롤하여 불러올 수 있습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2016-10-07 10:13:47 +00:00
} ,
2019-01-16 23:29:04 +00:00
"voiceNoteMustBeOnlyAttachment" : {
2019-09-13 20:59:54 +00:00
"message" : "하나의 메시지에는 하나의 음성 메모만 첨부할 수 있습니다." ,
2019-01-16 23:29:04 +00:00
"description" : "Shown in toast if tries to record a voice note with any staged attachments"
} ,
2018-08-31 20:50:28 +00:00
"you" : {
2019-09-13 20:59:54 +00:00
"message" : "나" ,
2018-08-31 20:50:28 +00:00
"description" : "In Android theme, shown in quote if you or someone else replies to you"
2016-10-07 10:13:47 +00:00
} ,
2018-05-02 16:29:36 +00:00
"replyingTo" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$에게 답장" ,
2018-05-02 16:29:36 +00:00
"description" : "Shown in iOS theme when you or someone quotes to a message which is not from you" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop에서 음성 메시지를 보내려면 마이크 권한이 필요합니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown if the user attempts to send an audio message without audio permssions turned on"
} ,
"allowAccess" : {
2019-09-13 20:59:54 +00:00
"message" : "권한 허용" ,
2018-08-31 20:50:28 +00:00
"description" : "Button shown in popup asking to enable microphon/video permissions to send audio messages"
} ,
"showSettings" : {
2019-09-13 20:59:54 +00:00
"message" : "설정 보이기" ,
2018-08-31 20:50:28 +00:00
"description" : "A button shown in dialog requesting the user to turn on audio permissions"
} ,
"audio" : {
2019-09-13 20:59:54 +00:00
"message" : "오디오" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
} ,
"video" : {
2019-09-13 20:59:54 +00:00
"message" : "비디오" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in a quotation of a message containing a video if no text was originally provided with that video"
} ,
"photo" : {
2019-09-13 20:59:54 +00:00
"message" : "사진" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
} ,
2019-04-08 21:16:09 +00:00
"cannotUpdate" : {
2019-09-13 20:59:54 +00:00
"message" : "업데이트할 수 없음" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown as the title of our update error dialogs on windows"
} ,
"cannotUpdateDetail" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop의 업데이트에 실패했으나 새로운 버전이 있습니다. https://signal.org/download 페이지에서 새 버전을 수동으로 설치하세요. 이후 고객지원에 연락하거나 버그를 제보할 수 있습니다." ,
2019-04-08 21:16:09 +00:00
"description" : "Shown if a general error happened while trying to install update package"
} ,
"readOnlyVolume" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop이 macOS 검역소에 있는 것 같습니다. 파인더에서 Signal.app을 /Applications로 이동하세요." ,
2019-04-08 21:16:09 +00:00
"description" : "Shown on MacOS if running on a read-only volume and we cannot update"
} ,
2018-08-31 20:50:28 +00:00
"ok" : {
2019-09-13 20:59:54 +00:00
"message" : "확인" ,
2017-09-14 17:11:45 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"cancel" : {
2019-09-13 20:59:54 +00:00
"message" : "취소" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"failedToSend" : {
2019-09-13 20:59:54 +00:00
"message" : "일부 수신자에게 송신을 실패했습니다. 네트워크 연결을 확인하세요." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"error" : {
2019-09-13 20:59:54 +00:00
"message" : "오류" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"messageDetail" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 세부 정보" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"delete" : {
2019-09-13 20:59:54 +00:00
"message" : "삭제" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"deleteWarning" : {
2019-09-13 20:59:54 +00:00
"message" : "'삭제'를 클릭하면 이 기기의 메시지만 삭제합니다. 삭제하시겠습니까?" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"deleteThisMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "이 메시지 삭제" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"from" : {
2019-09-13 20:59:54 +00:00
"message" : "보낸이:" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for the sender of a message"
} ,
"to" : {
2019-09-13 20:59:54 +00:00
"message" : "받는이:" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for the receiver of a message"
} ,
2019-11-11 17:55:59 +00:00
"toJoiner" : {
"message" : "받는이:" ,
"description" : "Joiner for message search results - like 'Jon' to 'Friends Group'"
} ,
2018-08-31 20:50:28 +00:00
"sent" : {
2019-09-13 20:59:54 +00:00
"message" : "보낸 시간:" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for the time a message was sent"
2018-07-12 18:32:00 +00:00
} ,
2016-01-21 23:28:58 +00:00
"received" : {
2019-09-13 20:59:54 +00:00
"message" : "받은 시간:" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the time a message was received"
} ,
2018-08-31 20:50:28 +00:00
"sendMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 보내기" ,
2018-08-31 20:50:28 +00:00
"description" : "Placeholder text in the message entry field"
} ,
"groupMembers" : {
2019-09-13 20:59:54 +00:00
"message" : "그룹 멤버" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"showMembers" : {
2019-09-13 20:59:54 +00:00
"message" : "멤버 보이기" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"resetSession" : {
2019-09-13 20:59:54 +00:00
"message" : "세션 초기화" ,
2018-08-31 20:50:28 +00:00
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
} ,
"showSafetyNumber" : {
2019-09-13 20:59:54 +00:00
"message" : "안전 번호 보기" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"viewAllMedia" : {
2019-09-13 20:59:54 +00:00
"message" : "모든 미디어 보이기" ,
2018-08-31 20:50:28 +00:00
"description" : "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
} ,
"verifyHelp" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 단대단 암호화 보안을 검증하고 싶다면 이 번호가 일치하는지 서로 비교해보세요." ,
2018-08-31 20:50:28 +00:00
"description" : "" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown" : {
2019-09-13 20:59:54 +00:00
"message" : "아직 이 연락처와 메시지를 주고받은 적이 없습니다. 안전 번호는 첫 번째 메시지를 주거나 받은 이후 이용 가능합니다." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"moreInfo" : {
2019-09-13 20:59:54 +00:00
"message" : "더 보기…" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the drop-down menu for an individual message, takes you to message detail screen"
} ,
"retrySend" : {
2019-09-13 20:59:54 +00:00
"message" : "다시 보내기" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send"
} ,
"deleteMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 삭제" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the drop-down menu for an individual message, deletes single message"
} ,
"deleteMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 삭제" ,
2018-08-31 20:50:28 +00:00
"description" : "Menu item for deleting messages, title case."
} ,
"deleteConversationConfirmation" : {
2019-09-13 20:59:54 +00:00
"message" : "이 대화를 영구히 삭제하시겠습니까?" ,
2018-08-31 20:50:28 +00:00
"description" : "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
} ,
"sessionEnded" : {
2019-09-13 20:59:54 +00:00
"message" : "보안 세션 초기화" ,
2018-08-31 20:50:28 +00:00
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
} ,
"quoteThumbnailAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "인용된 메시지의 이미지 섬네일" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in alt tag of thumbnail images inside of an embedded message quote"
} ,
"imageAttachmentAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지에 첨부된 이미지" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in alt tag of image attachment"
} ,
"videoAttachmentAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지에 첨부된 비디오의 스크린샷" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in alt tag of video attachment preview"
} ,
"lightboxImageAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "대화에 첨부된 이미지" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in the alt tag for the image shown in a full-screen lightbox view"
} ,
2019-01-16 23:29:04 +00:00
"imageCaptionIconAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "이 이미지가 자막이 있다는 아이콘" ,
2019-01-16 23:29:04 +00:00
"description" : "Used for the icon layered on top of an image in message bubbles"
} ,
"addACaption" : {
2019-09-13 20:59:54 +00:00
"message" : "자막 추가..." ,
2019-01-16 23:29:04 +00:00
"description" : ""
} ,
"save" : {
"message" : "저장" ,
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"fileIconAlt" : {
2019-09-13 20:59:54 +00:00
"message" : "파일 아이콘" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in the media gallery documents tab to visually represent a file"
} ,
"installWelcome" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop에 오신 것을 환영합니다" ,
2018-08-31 20:50:28 +00:00
"description" : "Welcome title on the install page"
} ,
"installTagline" : {
2019-09-13 20:59:54 +00:00
"message" : "개인정보 지키기, Signal과 함께라면 아주 쉽습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Tagline displayed under 'installWelcome' string on the install page"
} ,
"linkYourPhone" : {
2019-09-13 20:59:54 +00:00
"message" : "휴대전화와 Signal Desktop 연결하기" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the front page when the application first starst, above the QR code"
} ,
"signalSettings" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal 설정" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
} ,
"linkedDevices" : {
2019-09-13 20:59:54 +00:00
"message" : "연결된 기기" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
} ,
"plusButton" : {
2019-09-13 20:59:54 +00:00
"message" : "'+' 버튼" ,
2018-08-31 20:50:28 +00:00
"description" : "The button used in Signal Android to add a new linked device"
} ,
"linkNewDevice" : {
2019-09-13 20:59:54 +00:00
"message" : "새 기기 연결" ,
2018-08-31 20:50:28 +00:00
"description" : "The menu option shown in Signal iOS to add a new linked device"
} ,
"deviceName" : {
2019-09-13 20:59:54 +00:00
"message" : "기기 이름" ,
2018-08-31 20:50:28 +00:00
"description" : "The label in settings panel shown for the user-provided name for this desktop instance"
} ,
"chooseDeviceName" : {
2019-09-13 20:59:54 +00:00
"message" : "기기 이름을 선택하세요" ,
2018-08-31 20:50:28 +00:00
"description" : "The header shown on the 'choose device name' screen in the device linking process"
} ,
"finishLinkingPhone" : {
2019-09-13 20:59:54 +00:00
"message" : "휴대전화 연결 완료" ,
2018-08-31 20:50:28 +00:00
"description" : "The text on the button to finish the linking process, after choosing the device name"
} ,
"initialSync" : {
2019-09-13 20:59:54 +00:00
"message" : "연락처와 그룹 동기화 중" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown during initial link while contacts and groups are being pulled from mobile device"
} ,
"installConnectionFailed" : {
2019-09-13 20:59:54 +00:00
"message" : "서버에 연결할 수 없습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed when we can't connect to the server."
} ,
"installTooManyDevices" : {
2019-09-13 20:59:54 +00:00
"message" : "죄송합니다, 이미 연결된 기기가 많습니다. 안 쓰는 기기를 제거해보세요." ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"settings" : {
2019-09-13 20:59:54 +00:00
"message" : "설정" ,
2018-08-31 20:50:28 +00:00
"description" : "Menu item and header for global settings"
} ,
"theme" : {
2019-09-13 20:59:54 +00:00
"message" : "테마" ,
2018-08-31 20:50:28 +00:00
"description" : "Header for theme settings"
} ,
"permissions" : {
2019-09-13 20:59:54 +00:00
"message" : "권한" ,
2018-08-31 20:50:28 +00:00
"description" : "Header for permissions section of settings"
} ,
"mediaPermissionsDescription" : {
2019-09-13 20:59:54 +00:00
"message" : "카메라와 마이크 권한 허용" ,
2018-08-31 20:50:28 +00:00
"description" : "Description of the media permission description"
} ,
2019-02-04 19:53:59 +00:00
"general" : {
"message" : "일반 설정" ,
"description" : "Header for general options on the settings screen"
} ,
2018-08-31 20:50:28 +00:00
"spellCheckDescription" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지 작성 박스에 입력된 텍스트의 맞춤법 검사를 허용" ,
2018-08-31 20:50:28 +00:00
"description" : "Description of the media permission description"
} ,
"clearDataHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "데이터 비우기" ,
2018-08-31 20:50:28 +00:00
"description" : "Header in the settings dialog for the section dealing with data deletion"
} ,
"clearDataExplanation" : {
2019-09-13 20:59:54 +00:00
"message" : "모든 메시지와 저장된 계정 정보를 포함한 애플리케이션의 모든 데이터를 삭제합니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Text describing what the clear data button will do."
} ,
"clearDataButton" : {
2019-09-13 20:59:54 +00:00
"message" : "데이터 비우기" ,
2018-08-31 20:50:28 +00:00
"description" : "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
} ,
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader" : {
2019-09-13 20:59:54 +00:00
"message" : "모든 데이터를 삭제하시겠습니까?" ,
2018-05-02 16:29:36 +00:00
"description" : "Header of the full-screen delete data confirmation screen"
} ,
2018-08-31 20:50:28 +00:00
"deleteAllDataBody" : {
2019-09-13 20:59:54 +00:00
"message" : "이 애플리케이션에 저장된 계정 정보, 모든 연락처와 모든 메시지를 지우려 합니다. 모바일 기기를 다시 연결할 수 있으나 지워진 메시지는 복구할 수 없습니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Text describing what exactly will happen if the user clicks the button to delete all data"
} ,
"deleteAllDataButton" : {
2019-09-13 20:59:54 +00:00
"message" : "모든 데이터 삭제" ,
2018-08-31 20:50:28 +00:00
"description" : "Text of the button that deletes all data"
} ,
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress" : {
2019-09-13 20:59:54 +00:00
"message" : "연결 해제 및 모든 데이터 삭제 중" ,
2018-05-02 16:29:36 +00:00
"description" : "Message shown to user when app is disconnected and data deleted"
} ,
2018-08-31 20:50:28 +00:00
"notifications" : {
2019-09-13 20:59:54 +00:00
"message" : "알림" ,
2018-08-31 20:50:28 +00:00
"description" : "Header for notification settings"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지가 도착할 때 다음 알림 보이기:" ,
2018-08-31 20:50:28 +00:00
"description" : "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disableNotifications" : {
2019-09-13 20:59:54 +00:00
"message" : "알림 끄기" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"nameAndMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "발신인과 메시지 모두 보기" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"noNameOrMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "발신인과 메시지 모두 보이지 않기" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for setting notifications to display no name and no message text"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"nameOnly" : {
2019-09-13 20:59:54 +00:00
"message" : "발신인만" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for setting notifications to display sender name only"
2016-04-28 18:15:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"newMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "새 메시지" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications for only 1 message"
} ,
"newMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "새 메시지" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications for multiple messages"
} ,
"notificationMostRecentFrom" : {
2019-09-13 20:59:54 +00:00
"message" : "최근 메시지:" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications when setting is 'name only' and more than one message is waiting"
} ,
"notificationFrom" : {
2019-09-13 20:59:54 +00:00
"message" : "보낸이:" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications when setting is 'name only' and one message is waiting"
} ,
"notificationMostRecent" : {
2019-09-13 20:59:54 +00:00
"message" : "최근 메시지:" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
} ,
"sendFailed" : {
2019-09-13 20:59:54 +00:00
"message" : "보내기 실패" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on outgoing message if it fails to send"
} ,
"showMore" : {
2019-09-13 20:59:54 +00:00
"message" : "세부 정보" ,
2018-08-31 20:50:28 +00:00
"description" : "Displays the details of a key change"
} ,
"showLess" : {
2019-09-13 20:59:54 +00:00
"message" : "세부 정보 숨기기" ,
2018-08-31 20:50:28 +00:00
"description" : "Hides the details of a key change"
} ,
"learnMore" : {
2019-09-13 20:59:54 +00:00
"message" : "안전 번호 검증에 대해 자세히 알아보기" ,
2018-08-31 20:50:28 +00:00
"description" : "Text that links to a support article on verifying safety numbers"
2017-08-30 16:31:03 +00:00
} ,
2016-04-07 19:27:03 +00:00
"expiredWarning" : {
2019-09-13 20:59:54 +00:00
"message" : "이 버전의 Signal Desktop이 만료되었습니다. 계속 메시지를 보내려면 최신 버전으로 업데이트하세요." ,
2016-04-07 19:27:03 +00:00
"description" : "Warning notification that this version of the app has expired"
} ,
2018-08-31 20:50:28 +00:00
"upgrade" : {
2019-09-13 20:59:54 +00:00
"message" : "업그레이드" ,
2018-08-31 20:50:28 +00:00
"description" : "Label text for button to upgrade the app to the latest version"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mediaMessage" : {
2019-11-11 17:55:59 +00:00
"message" : "Media Message" ,
2018-08-31 20:50:28 +00:00
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unregisteredUser" : {
2019-09-13 20:59:54 +00:00
"message" : "번호가 등록되지 않음" ,
2018-08-31 20:50:28 +00:00
"description" : "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"sync" : {
2019-09-13 20:59:54 +00:00
"message" : "연락처" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for contact and group sync settings"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncExplanation" : {
2019-09-13 20:59:54 +00:00
"message" : "모바일 기기의 Signal 그룹과 연락처를 가져옵니다." ,
2018-08-31 20:50:28 +00:00
"description" : "Explanatory text for sync settings"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"lastSynced" : {
2019-09-13 20:59:54 +00:00
"message" : "마지막으로 가져온 시간:" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncNow" : {
2019-09-13 20:59:54 +00:00
"message" : "지금 가져오기" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncing" : {
2019-09-13 20:59:54 +00:00
"message" : "가져오는 중…" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncFailed" : {
2019-09-13 20:59:54 +00:00
"message" : "가져오기에 실패했습니다. 컴퓨터와 휴대전화가 인터넷에 연결되어 있는지 확인하세요." ,
2018-08-31 20:50:28 +00:00
"description" : "Informational text displayed if a sync operation times out."
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timestamp_s" : {
2019-09-13 20:59:54 +00:00
"message" : "지금" ,
2018-08-31 20:50:28 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
} ,
"timestamp_m" : {
2019-09-13 20:59:54 +00:00
"message" : "1분" ,
2018-08-31 20:50:28 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
} ,
"timestamp_h" : {
2019-09-13 20:59:54 +00:00
"message" : "1시간" ,
2018-08-31 20:50:28 +00:00
"description" : "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
} ,
2018-07-18 17:47:58 +00:00
"hoursAgo" : {
2019-11-11 17:55:59 +00:00
"message" : "$hours$h" ,
2018-07-18 17:47:58 +00:00
"description" : "Contracted form of 'X hours ago' which works both for singular and plural" ,
"placeholders" : {
2018-08-31 20:50:28 +00:00
"hours" : {
"content" : "$1" ,
"example" : "2"
}
}
} ,
"minutesAgo" : {
2019-11-11 17:55:59 +00:00
"message" : "$minutes$m" ,
2018-08-31 20:50:28 +00:00
"description" : "Contracted form of 'X minutes ago' which works both for singular and plural" ,
"placeholders" : {
"minutes" : {
"content" : "$1" ,
"example" : "10"
}
}
} ,
"justNow" : {
2019-09-13 20:59:54 +00:00
"message" : "지금" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown if a message is very recent, less than 60 seconds old"
} ,
"timestampFormat_M" : {
2019-09-13 20:59:54 +00:00
"message" : "월 일" ,
2018-08-31 20:50:28 +00:00
"description" : "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
} ,
2019-09-13 20:59:54 +00:00
"messageBodyTooLong" : {
"message" : "메시지 본문이 너무 깁니다." ,
"description" : "Shown if the user tries to send more than 64kb of text"
} ,
2018-08-31 20:50:28 +00:00
"unblockToSend" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지를 보내려면 이 연락처를 차단 해제하세요." ,
2018-08-31 20:50:28 +00:00
"description" : "Brief message shown when trying to message a blocked number"
} ,
2018-10-16 00:32:32 +00:00
"unblockGroupToSend" : {
2019-09-13 20:59:54 +00:00
"message" : "메시지를 보내려면 이 그룹을 차단 해제하세요." ,
2018-10-16 00:32:32 +00:00
"description" : "Brief message shown when trying to message a blocked group"
} ,
2018-08-31 20:50:28 +00:00
"youChangedTheTimer" : {
2019-09-13 20:59:54 +00:00
"message" : "사라지는 메시지 시간을 $time$(으)로 설정함" ,
2018-08-31 20:50:28 +00:00
"description" : "Message displayed when you change the message expiration timer in a conversation." ,
"placeholders" : {
"time" : {
"content" : "$1" ,
"example" : "10m"
}
}
} ,
"timerSetOnSync" : {
2019-09-13 20:59:54 +00:00
"message" : "사라지는 메시지 시간을 $time$(으)로 업데이트함" ,
2018-08-31 20:50:28 +00:00
"description" : "Message displayed when timer is set on initial link of desktop device." ,
"placeholders" : {
"time" : {
2018-07-18 17:47:58 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "10m"
2018-07-18 17:47:58 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$(이)가 사라지는 메시지 시간을 $time$(으)로 설정함" ,
2018-08-31 20:50:28 +00:00
"description" : "Message displayed when someone else changes the message expiration timer in a conversation." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
} ,
"time" : {
"content" : "$2" ,
"example" : "10m"
}
}
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds" : {
2019-09-13 20:59:54 +00:00
"message" : "끄기" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for option to turn off message expiration in the timer menu"
2016-02-11 20:36:07 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds" : {
2019-09-13 20:59:54 +00:00
"message" : "5초" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds" : {
2019-09-13 20:59:54 +00:00
"message" : "10초" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds" : {
2019-09-13 20:59:54 +00:00
"message" : "30초" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_minute" : {
2019-09-13 20:59:54 +00:00
"message" : "1분" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes" : {
2019-09-13 20:59:54 +00:00
"message" : "5분" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes" : {
2019-09-13 20:59:54 +00:00
"message" : "30분" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_hour" : {
2019-09-13 20:59:54 +00:00
"message" : "1시간" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2016-03-17 22:05:27 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_6_hours" : {
2019-09-13 20:59:54 +00:00
"message" : "6시간" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_12_hours" : {
2019-09-13 20:59:54 +00:00
"message" : "12시간" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_day" : {
2019-09-13 20:59:54 +00:00
"message" : "1일" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_week" : {
2019-09-13 20:59:54 +00:00
"message" : "1주" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disappearingMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "사라지는 메시지" ,
2018-08-31 20:50:28 +00:00
"description" : "Conversation menu option to enable disappearing messages"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "끄기" ,
2018-08-31 20:50:28 +00:00
"description" : "Short format indicating current timer setting in the conversation list snippet"
2017-05-16 18:56:33 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "5초" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "10초" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "30초" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_minute_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "1분" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "5분" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "30분" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_hour_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "1시간" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_6_hours_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "6시간" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_12_hours_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "12시간" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_day_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "1일" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2018-07-20 23:30:56 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_week_abbreviated" : {
2019-09-13 20:59:54 +00:00
"message" : "1주" ,
2018-08-31 20:50:28 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled" : {
2019-09-13 20:59:54 +00:00
"message" : "사라지는 메시지 기능 꺼짐" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the left pane when the timer is turned off"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$(이)가 사라지는 메시지 기능을 끔" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the conversation list when the timer is turned off" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages" : {
2019-09-13 20:59:54 +00:00
"message" : "사라지는 메시지 기능을 끔" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the conversation list when the timer is turned off"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerSetTo" : {
2019-09-13 20:59:54 +00:00
"message" : "시간이 $time$(으)로 설정됨" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane" ,
2018-01-05 00:28:53 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"time" : {
2018-01-05 00:28:53 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "1w"
2018-01-05 00:28:53 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"audioNotificationDescription" : {
2019-09-13 20:59:54 +00:00
"message" : "오디오 알림 재생" ,
2018-08-31 20:50:28 +00:00
"description" : "Description for audio notification setting"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"safetyNumberChanged" : {
2019-09-13 20:59:54 +00:00
"message" : "안전 번호 변경됨" ,
2018-08-31 20:50:28 +00:00
"description" : "A notification shown in the conversation when a contact reinstalls"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"safetyNumberChangedGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호가 변경됨" ,
2018-08-31 20:50:28 +00:00
"description" : "A notification shown in a group conversation when a contact reinstalls, showing the contact name" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"verifyNewNumber" : {
2019-09-13 20:59:54 +00:00
"message" : "안전 번호 검증" ,
2018-08-31 20:50:28 +00:00
"description" : "Label on button included with safety number change notification in the conversation"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"yourSafetyNumberWith" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$와의 안전 번호:" ,
2018-08-31 20:50:28 +00:00
"description" : "Heading for safety number view" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"themeLight" : {
2019-09-13 20:59:54 +00:00
"message" : "밝게" ,
2018-08-31 20:50:28 +00:00
"description" : "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"themeDark" : {
2019-09-13 20:59:54 +00:00
"message" : "어둡게" ,
2018-08-31 20:50:28 +00:00
"description" : "Label text for dark theme"
2016-01-21 23:28:58 +00:00
} ,
2019-09-13 20:59:54 +00:00
"themeSystem" : {
"message" : "시스템" ,
"description" : "Label text for system theme"
} ,
2019-04-08 21:16:09 +00:00
"noteToSelf" : {
2019-09-13 20:59:54 +00:00
"message" : "개인 메모" ,
2019-04-08 21:16:09 +00:00
"description" : "Name for the conversation with your own phone number"
} ,
2018-08-31 20:50:28 +00:00
"hideMenuBar" : {
2019-09-13 20:59:54 +00:00
"message" : "메뉴 바 숨기기" ,
2018-08-31 20:50:28 +00:00
"description" : "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"startConversation" : {
2019-09-13 20:59:54 +00:00
"message" : "새 대화 시작…" ,
2018-08-31 20:50:28 +00:00
"description" : "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"newPhoneNumber" : {
2019-09-13 20:59:54 +00:00
"message" : "연락처를 추가하려면 전화번호를 입력하세요." ,
2018-08-31 20:50:28 +00:00
"description" : "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"invalidNumberError" : {
2019-09-13 20:59:54 +00:00
"message" : "잘못된 번호" ,
2018-08-31 20:50:28 +00:00
"description" : "When a person inputs a number that is invalid"
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unlinkedWarning" : {
2019-09-13 20:59:54 +00:00
"message" : "계속 메시지를 보내려면 모바일 기기와 Signal Desktop을 다시 연결하세요." ,
2018-01-05 00:28:53 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"unlinked" : {
2019-09-13 20:59:54 +00:00
"message" : "연결 해제됨" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"relink" : {
2019-09-13 20:59:54 +00:00
"message" : "재연결" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal 업데이트 가능" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage" : {
2019-09-13 20:59:54 +00:00
"message" : "새 Signal 버전을 이용 가능합니다." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal을 다시 시작하여 업데이트를 적용하세요." ,
2016-02-22 22:27:51 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal 재시작" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2016-01-21 23:28:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel" : {
2019-09-13 20:59:54 +00:00
"message" : "나중에" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"leftTheGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$(이)가 그룹에서 나감" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when a single person leaves the group" ,
2018-01-05 00:28:53 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-01-05 00:28:53 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$(이)가 그룹에서 나감" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when multiple people leave the group" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Alice, Bob"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"updatedTheGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "그룹 업데이트됨" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"titleIsNow" : {
2019-09-13 20:59:54 +00:00
"message" : "제목이 '$name$'(으)로 변경됨" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when someone changes the title of the group" ,
2016-10-07 10:13:47 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2016-10-07 10:13:47 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Book Club"
2016-10-07 10:13:47 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"joinedTheGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "$name$(이)가 그룹에 참여함" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when a single person joins the group" ,
2018-07-18 17:47:58 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2018-07-18 17:47:58 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Alice"
2018-07-18 17:47:58 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup" : {
2019-09-13 20:59:54 +00:00
"message" : "$names$(이)가 그룹에 참여함" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the conversation history when more than one person joins the group" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"names" : {
2017-08-30 16:31:03 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Alice, Bob"
2017-08-30 16:31:03 +00:00
}
}
2018-01-05 00:28:53 +00:00
} ,
2019-09-13 20:59:54 +00:00
"ConversationListItem--draft-prefix" : {
"message" : "임시보관:" ,
"description" : "Prefix shown in italic in conversation view when a draft is saved"
} ,
"message--getNotificationText--stickers" : {
"message" : "스티커 메시지" ,
"description" : "Shown in notifications and in the left pane instead of sticker image."
} ,
"message--getDescription--unsupported-message" : {
"message" : "Unsupported message" ,
"description" : "Shown in notifications and in the left pane when a message has features too new for this signal install."
} ,
"message--getDescription--disappearing-photo" : {
2019-11-11 17:55:59 +00:00
"message" : "Disappearing Photo" ,
2019-09-13 20:59:54 +00:00
"description" : "Shown in notifications and in the left pane when a message is a disappearing photo."
} ,
2019-11-11 17:55:59 +00:00
"message--getDescription--disappearing-video" : {
"message" : "Disappearing Video" ,
"description" : "Shown in notifications and in the left pane when a message is a disappearing video."
} ,
2019-09-13 20:59:54 +00:00
"stickers--toast--InstallFailed" : {
"message" : "스티커 팩을 설치할 수 없음" ,
"description" : "Shown in a toast if the user attempts to install a sticker pack and it fails"
} ,
"stickers--StickerManager--InstalledPacks" : {
"message" : "설치된 스티커" ,
"description" : "Shown in the sticker pack manager above your installed sticker packs."
} ,
"stickers--StickerManager--InstalledPacks--Empty" : {
"message" : "설치된 스티커 없음" ,
"description" : "Shown in the sticker pack manager when you don't have any installed sticker packs."
} ,
"stickers--StickerManager--BlessedPacks" : {
"message" : "Signal 아티스트 시리즈" ,
"description" : "Shown in the sticker pack manager above the default sticker packs."
} ,
"stickers--StickerManager--BlessedPacks--Empty" : {
"message" : "이용 가능한 Signal 아티스트 스티커가 없음" ,
"description" : "Shown in the sticker pack manager when there are no blessed sticker packs available."
} ,
"stickers--StickerManager--ReceivedPacks" : {
"message" : "받은 스티커" ,
"description" : "Shown in the sticker pack manager above sticker packs which you have received in messages."
} ,
"stickers--StickerManager--ReceivedPacks--Empty" : {
"message" : "받은 메시지의 스티커가 여기에 표시됩니다" ,
"description" : "Shown in the sticker pack manager when you have not received any sticker packs in messages."
} ,
"stickers--StickerManager--Install" : {
"message" : "설치" ,
"description" : "Shown in the sticker pack manager next to sticker packs which can be installed."
} ,
"stickers--StickerManager--Uninstall" : {
"message" : "제거" ,
"description" : "Shown in the sticker pack manager next to sticker packs which are already installed."
} ,
"stickers--StickerManager--UninstallWarning" : {
"message" : "원본 메시지가 없을 경우 이 스티커 팩을 다시 설치할 수 없게 됩니다." ,
"description" : "Shown in the sticker pack manager next to sticker packs which are already installed."
} ,
"stickers--StickerManager--Introduction--Title" : {
"message" : "스티커를 소개합니다" ,
"description" : "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
} ,
"stickers--StickerManager--Introduction--Body" : {
"message" : "스티커를 쓸 수 있는데 왜 일일이 글을 입력해야 하죠?" ,
"description" : "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
} ,
"stickers--StickerPicker--DownloadError" : {
"message" : "일부 스티커를 다운로드할 수 없습니다." ,
"description" : "Shown in the sticker picker when one or more stickers could not be downloaded."
} ,
"stickers--StickerPicker--DownloadPending" : {
"message" : "스티커 팩 설치 중…" ,
"description" : "Shown in the sticker picker when one or more stickers are still downloading."
} ,
"stickers--StickerPicker--Empty" : {
"message" : "스티커 없음" ,
"description" : "Shown in the sticker picker when there are no stickers to show."
} ,
"stickers--StickerPicker--Hint" : {
"message" : "나의 메시지에서 쓰인 새 스티커 팩이 설치 가능함" ,
"description" : "Shown in the sticker picker the first time you have received new packs you can install."
} ,
"stickers--StickerPicker--NoPacks" : {
"message" : "스티커 팩 없음" ,
"description" : "Shown in the sticker picker when there are no installed sticker packs."
} ,
"stickers--StickerPicker--NoRecents" : {
"message" : "최근 사용한 스티커가 여기에 표시됩니다." ,
"description" : "Shown in the sticker picker when there are no recent stickers to show."
} ,
"stickers--StickerPreview--Title" : {
"message" : "스티커 팩" ,
"description" : "The title that appears in the sticker pack preview modal."
} ,
"stickers--StickerPreview--Error" : {
"message" : "스티커 팩을 열 수 없습니다. 인터넷 연결을 확인 후 다시 시도하세요." ,
"description" : "The message that appears in the sticker preview modal when there is an error."
} ,
"EmojiPicker--empty" : {
"message" : "이모지 없음" ,
"description" : "Shown in the emoji picker when a search yields 0 results."
} ,
"EmojiPicker--search-placeholder" : {
"message" : "이모지 검색" ,
"description" : "Shown as a placeholder inside the emoji picker search field."
} ,
"EmojiPicker--skin-tone" : {
"message" : "스킨 톤: $tone$" ,
"description" : "Shown as a tooltip over the emoji tone buttons." ,
"placeholders" : {
"status" : {
"content" : "$1" ,
"example" : "2"
}
}
} ,
"confirmation-dialog--Cancel" : {
"message" : "취소" ,
"description" : "Appears on the cancel button in confirmation dialogs."
} ,
"Message--unsupported-message" : {
"message" : "$contact$ sent you a message that can't be processed or displayed because it uses a new Signal feature." ,
"description" : "" ,
"placeholders" : {
"contact" : {
"content" : "$1" ,
"example" : "Alice"
}
}
} ,
"Message--unsupported-message-ask-to-resend" : {
"message" : "You can ask $contact$ to re-send this message now that you are using an up-to-date version of Signal." ,
"description" : "" ,
"placeholders" : {
"contact" : {
"content" : "$1" ,
"example" : "Alice"
}
}
} ,
"Message--from-me-unsupported-message" : {
"message" : "One of your devices sent a message that can't be processed or displayed because it uses a new Signal feature." ,
"description" : ""
} ,
"Message--from-me-unsupported-message-ask-to-resend" : {
"message" : "Future messages like this will be synchronized now that you are using an up-to-date version of Signal." ,
"description" : ""
} ,
"Message--update-signal" : {
"message" : "Update Signal" ,
"description" : "Text for a button which will take user to Signal download page"
} ,
"Message--tap-to-view-expired" : {
"message" : "Viewed" ,
"description" : "Text shown on messages with with individual timers, after user has viewed it"
} ,
"Message--tap-to-view--outgoing" : {
2019-11-11 17:55:59 +00:00
"message" : "미디어" ,
2019-09-13 20:59:54 +00:00
"description" : "Text shown on outgoing messages with with individual timers (inaccessble)"
} ,
"Message--tap-to-view--incoming" : {
2019-11-11 17:55:59 +00:00
"message" : "사진" ,
"description" : "Text shown on photo messages with with individual timers, before user has viewed it"
} ,
"Message--tap-to-view--incoming-video" : {
"message" : "비디오" ,
"description" : "Text shown on video messages with with individual timers, before user has viewed it"
2019-09-13 20:59:54 +00:00
} ,
"Conversation--getDraftPreview--attachment" : {
"message" : "(attachment)" ,
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
"Conversation--getDraftPreview--quote" : {
"message" : "(quote)" ,
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
"Conversation--getDraftPreview--draft" : {
"message" : "(draft)" ,
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
2018-08-31 20:50:28 +00:00
"privacyPolicy" : {
2019-09-13 20:59:54 +00:00
"message" : "이용약관 및 개인정보 처리방침" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in the about box for the link to https://signal.org/legal"
2016-01-21 23:28:58 +00:00
}
}