Skip to content

Commit

Permalink
[CHORE/#12] string ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 11, 2024
1 parent 9a833d3 commit c5a352a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ fun HomeScreen() {
) {
Text(
text = stringResource(
id = R.string.home_today_title_start
)
+ "๋‚จ์ง€์šฐ"
+ stringResource(
id = R.string.home_today_title_end
),
id = R.string.home_today_title,"๋‚จ์ง€์šฐ"),
modifier = Modifier
.padding(top = 11.dp)
.padding(horizontal = 24.dp),
Expand Down
9 changes: 3 additions & 6 deletions feature/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,12 @@
<string name="calendar_animation_label">Calendar Transition</string>

<!-- ํ™ˆ ์˜ค๋Š˜ ๋งˆ๊ฐ ๊ณต๊ณ  -->
<string name="home_today_title_start">์˜ค๋Š˜ ๋งˆ๊ฐ๋˜๋Š” </string>
<string name="home_today_title_end">๋‹˜์˜ ๊ด€์‹ฌ ๊ณต๊ณ </string>
<string name="home_today_title">์˜ค๋Š˜ ๋งˆ๊ฐ๋˜๋Š” %s๋‹˜์˜ ๊ด€์‹ฌ ๊ณต๊ณ </string>
<string name="home_today_no_scrap">
์•„์ง ์Šคํฌ๋žฉ๋œ ์ธํ„ด ๊ณต๊ณ ๊ฐ€ ์—†์–ด์š”!
\n๊ด€์‹ฌ ๊ณต๊ณ ๋ฅผ ์Šคํฌ๋žฉํ•˜๋ฉด ๋งˆ๊ฐ ๋‹น์ผ์— ์•Œ๋ ค๋“œ๋ฆด๊ฒŒ์š”
์•„์ง ์Šคํฌ๋žฉ๋œ ์ธํ„ด ๊ณต๊ณ ๊ฐ€ ์—†์–ด์š”!\n๊ด€์‹ฌ ๊ณต๊ณ ๋ฅผ ์Šคํฌ๋žฉํ•˜๋ฉด ๋งˆ๊ฐ ๋‹น์ผ์— ์•Œ๋ ค๋“œ๋ฆด๊ฒŒ์š”
</string>
<string name="home_today_no_closed">
์˜ค๋Š˜ ๋งˆ๊ฐ์ธ ๊ณต๊ณ ๊ฐ€ ์—†์–ด์š”
\n์บ˜๋ฆฐ๋”์—์„œ ๊ฐ€๊นŒ์šด ๊ณต๊ณ  ์ผ์ •์„ ํ™•์ธํ•ด๋ณด์„ธ์š”
์˜ค๋Š˜ ๋งˆ๊ฐ์ธ ๊ณต๊ณ ๊ฐ€ ์—†์–ด์š”\n์บ˜๋ฆฐ๋”์—์„œ ๊ฐ€๊นŒ์šด ๊ณต๊ณ  ์ผ์ •์„ ํ™•์ธํ•ด๋ณด์„ธ์š”
</string>
<string name="home_today_check_schedule">๊ณต๊ณ  ๋งˆ๊ฐ ์ผ์ • ํ™•์ธํ•˜๊ธฐ</string>

Expand Down

0 comments on commit c5a352a

Please sign in to comment.