-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
45 lines (45 loc) · 3.58 KB
/
strings.xml
File metadata and controls
45 lines (45 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="record_exit_dialog_title">기록을 그만하고 나가시겠어요?</string>
<string name="record_exit_dialog_description">지금까지 기록한 내용은 저장되지 않습니다.</string>
<string name="record_exit_dialog_confirm">확인</string>
<string name="record_exit_dialog_dismiss">취소</string>
<string name="ocr_guide">수집할 문장이 화면에 모두 담기도록\n조정 후 하단 캡쳐 버튼을 눌러주세요</string>
<string name="ocr_sentence_selection">기록할 문장 선택</string>
<string name="ocr_selection_confirm">선택 완료</string>
<string name="ocr_recapture">다시 촬영하기</string>
<string name="ocr_error_text_detection_failed">문장을 인식하지 못했어요\n다시 한 번 촬영해주세요</string>
<string name="recapture_dialog_title">다시 촬영하시겠어요?</string>
<string name="recapture_dialog_description">선택한 문장은 삭제될 예정입니다.</string>
<string name="recapture_dialog_confirm">확인</string>
<string name="recapture_dialog_cancel">취소</string>
<string name="permission_dialog_title">카메라 권한이 필요해요</string>
<string name="permission_dialog_description">문장 인식을 위해 설정에서 권한을 허용해주세요.</string>
<string name="permission_dialog_move_to_settings">설정으로 이동하기</string>
<string name="record_next_button_text">다음</string>
<string name="record_finish_button_text">기록 완료</string>
<string name="quote_step_title">기록하고 싶은 페이지와\n문장을 등록해보세요</string>
<string name="quote_step_page_label">책 페이지</string>
<string name="quote_step_sentence_label">문장 기록</string>
<string name="quote_step_scan_sentence">문장 스캔하기</string>
<string name="quote_step_page_hint">기록하고 싶은 페이지를 작성해보세요</string>
<string name="quote_step_sentence_hint">기록하고 싶은 문장을 작성해보세요</string>
<string name="emotion_step_title">문장에 대해 어떤 감정이 드셨나요?</string>
<string name="emotion_step_description">대표 감정을 한 가지 선택해주세요</string>
<string name="impression_step_title">문장에 대한 감상을 남겨주세요</string>
<string name="impression_step_description">감상평 가이드로 쉽게 남길 수 있어요</string>
<string name="impression_step_hint">내용을 입력해주세요.</string>
<string name="impression_step_guide">감상평 가이드</string>
<string name="impression_guide_description">아래 문장 중 하나를 선택해 이어서 감상을 적어보세요</string>
<string name="impression_guide_selection_done">선택 완료</string>
<string name="impression_guide_change_done">변경 완료</string>
<string name="impression_guide_blank">______</string>
<string name="record_saved_dialog_title">기록이 저장되었어요!</string>
<string name="record_saved_dialog_description">방금 남긴 기록을 확인해볼까요?</string>
<string name="record_saved_dialog_move_to_detail">기록 보러가기</string>
<string name="record_saved_dialog_close">닫기</string>
<string name="quote_step_page_input_error">해당 책의 마지막 페이지 수를 초과했습니다</string>
<string name="impression_guide_tooltip_message">예시 문장을 알려드려요</string>
<string name="scan_tooltip_message">스캔으로 빠르게 입력해요</string>
<string name="select">선택</string>
</resources>