누락 번역 추가

This commit is contained in:
Yu Sung
2025-12-05 16:30:37 +09:00
parent 3e60a8c340
commit 972e889fab
5 changed files with 278 additions and 399 deletions

View File

@@ -23,11 +23,7 @@ struct HomeLatestContentView: View {
var body: some View {
HStack(spacing: 0) {
Text("최신")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 콘텐츠")
Text("최신 콘텐츠")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)

View File

@@ -81,16 +81,10 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 48) {
if !viewModel.liveList.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("지금")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 라이브중")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
Text("지금 라이브중")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
.padding(.horizontal, 24)
ScrollView(.horizontal, showsIndicators: false) {
LazyHStack(spacing: 16) {
@@ -122,16 +116,10 @@ struct HomeTabView: View {
if !viewModel.creatorRanking.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("인기")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 크리에이터")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
Text("인기 크리에이터")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
.padding(.horizontal, 24)
ScrollView(.horizontal, showsIndicators: false) {
LazyHStack(spacing: 16) {
@@ -194,11 +182,7 @@ struct HomeTabView: View {
if !viewModel.originalAudioDramaList.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("오직")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 보이스온에서만")
Text("오직 보이스온에서만")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
@@ -267,16 +251,10 @@ struct HomeTabView: View {
if !viewModel.recommendChannelList.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("추천")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 채널")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
Text("추천 채널")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
.padding(.horizontal, 24)
ScrollView(.horizontal, showsIndicators: false) {
LazyHStack(spacing: 16) {
@@ -292,11 +270,7 @@ struct HomeTabView: View {
if !viewModel.freeContentList.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("무료")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 콘텐츠")
Text("무료 콘텐츠")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
@@ -326,11 +300,7 @@ struct HomeTabView: View {
if !viewModel.pointAvailableContentList.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("포인트")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 대여 콘텐츠")
Text("포인트 대여 콘텐츠")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)

View File

@@ -26,11 +26,7 @@ struct HomeWeeklyChartView: View {
var body: some View {
VStack(spacing: 16) {
HStack(spacing: 0) {
Text("보온")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 주간 차트")
Text("보온 주간 차트")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)