Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
⚡️ :: strings 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chlgkdms committed Dec 5, 2023
1 parent 4cca7ee commit 34c3459
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions presentation/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@
<string name="home_diagnosis_history_null">데이터가 부족해요!</string>

<string name="home_information_icon">우울감 수치 그래프 정보 아이콘</string>
<string name="home_information_title">우울증 수치 정보</string>
<string name="home_information_description">우울증 수치에 관한 정보를 나타냅니다.</string>

<string name="home_very_high">매우 높음</string>
<string name="home_high">높음</string>
<string name="home_normal">보통</string>
<string name="home_low">낮음</string>

<string name="home_very_high_score">45 ~ 60</string>
<string name="home_high_score">30 ~ 45</string>
<string name="home_normal_score">15 ~ 30</string>
<string name="home_low_score">0 ~ 15</string>

<!--my page-->
<string name="my_page_profile_image">프로필 사진</string>
Expand Down

0 comments on commit 34c3459

Please sign in to comment.