Skip to content

Commit

Permalink
[CHORE] #95 : 사용 String Resource 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 30, 2024
1 parent a0c731a commit 252d418
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion feature/management-survey/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="edit_complete">수정 완료</string>
<string name="survey_registeration">설문 등록</string>
<string name="survey_registration_total_page">/ 4</string>
<string name="add_survey_question">문항 추가</string>
<string name="add_survey_question">질문 추가</string>
<string name="register_survey">설문 등록하기</string>
<string name="delete_survey">설문 삭제</string>
<string name="cancel">취소</string>
Expand Down Expand Up @@ -47,4 +47,7 @@
<string name="backMonthArrowContentDescription">"이전 달을 보여주는 화살표 입니다."</string>
<string name="forwardMonthArrowContentDescription">"다음 달을 보여주는 화살표 입니다."</string>
<string name="survey_edit">설문 수정</string>
<string name="previous">이전</string>
<string name="next_question">다음 질문</string>
<string name="previous_question">이전 질문</string>
</resources>

0 comments on commit 252d418

Please sign in to comment.