88import Foundation
99
1010enum TextLiteral {
11+
12+ // MARK: - App Name
13+ static let appName = Bundle . main. infoDictionary ? [ " CFBundleDisplayName " ] as? String ?? " 애니또 "
1114
1215 // MARK: - AnyWhere
1316 static let done : String = " 완료 "
@@ -62,6 +65,8 @@ enum TextLiteral {
6265 static let mainViewControllerGuideTitle : String = " 공통 미션이란? "
6366 static let mainViewControllerGuideDescription : String = " 공통 미션이란? \n 마니또에 참여한 모두에게 \n 수행하는 미션이에요. "
6467 static let mainViewControllerNewRoomAlert : String = " 새로운 마니또 시작 "
68+ static let mainViewControllerShowIdErrorAlertTitle : String = " 해당 마니또 방의 정보를 불러오지 못했습니다. "
69+ static let mainViewControllerShowIdErrorAlertMessage : String = " 해당 마니또 방으로 이동할 수 없습니다. "
6570
6671 // MARK: - OpenManittoViewController
6772 static let openManittoViewController : String = " 당신의 마니또는? "
@@ -90,23 +95,27 @@ enum TextLiteral {
9095 static let letterHeaderViewSegmentControlManitti : String = " 마니띠에게 "
9196 static let letterHeaderViewSegmentControlManitto : String = " 마니또로부터 "
9297
93- // MARK: - SendLetterView
98+ // MARK: - BottomSendLetterView
9499 static let sendLetterViewSendLetterButton : String = " 쪽지 쓰기 "
95100
96101 // MARK: - IndividualMissionView
97102 static let individualMissionViewTitleLabel : String = " 오늘의 개별 미션 "
98103
99- // MARK: - LetterTextView
104+ // MARK: - CreateLetterTextView
100105 static let letterTextViewTitleLabel : String = " 쪽지 작성 "
101106
102- // MARK: - LetterPhotoView
107+ // MARK: - CreateLetterPhotoView
103108 static let letterPhotoViewTitleLabel : String = " 사진 추가 "
104109 static let letterPhotoViewTakePhoto : String = " 사진 촬영 "
105110 static let letterPhotoViewChoosePhoto : String = " 사진 보관함에서 선택 "
106111 static let letterPhotoViewDeletePhoto : String = " 사진 지우기 "
107112 static let letterPhotoViewChoosePhotoToManitto : String = " 마니또에게 보낼 사진 선택 "
108113 static let letterPhotoViewSetting : String = " 설정 "
109114 static let letterPhotoViewFail : String = " 사진을 불러올 수 없습니다. "
115+ static let letterPhotoViewErrorTitle : String = " 오류 "
116+ static let letterPhotoViewSettingFail = " 설정 화면을 연결할 수 없습니다. "
117+ static let letterPhotoViewDeviceFail = " 해당 기기에서 카메라를 사용할 수 없습니다. "
118+ static let letterPhotoViewSettingAuthorization = " \( appName) 가 카메라에 접근이 허용되어 있지 않습니다. 설정화면으로 가시겠습니까? "
110119
111120 // MARK: - LetterViewController
112121 static let letterViewControllerTitle = " 쪽지함 "
@@ -130,6 +139,8 @@ enum TextLiteral {
130139 // MARK: - CreateLetterViewController
131140 static let createLetterViewControllerSendButton : String = " 보내기 "
132141 static let createLetterViewControllerTitle : String = " 쪽지 작성하기 "
142+ static let createLetterViewControllerErrorTitle = " 오류 발생 "
143+ static let createLetterViewControllerErrorMessage = " 쪽지 전송에 실패했습니다. 다시 시도해주세요. "
133144
134145
135146 // MARK: - DetailIngViewController
0 commit comments