오디션 문자열 리소스로 이관

This commit is contained in:
2025-12-01 15:12:02 +09:00
parent e727658b24
commit e9afa55aa0
9 changed files with 53 additions and 19 deletions

View File

@@ -17,7 +17,7 @@
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:minHeight="48dp"
android:text="오디션"
android:text="@string/screen_audition_title"
android:textColor="@color/color_eeeeee"
android:textSize="21.3sp"
app:drawableStartCompat="@drawable/ic_back"
@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:fontFamily="@font/gmarket_sans_medium"
android:text="보이스온 오디션 이용방법"
android:text="@string/screen_audition_how_to_use"
android:textColor="@color/white"
android:textSize="13.3sp" />
@@ -65,7 +65,7 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:fontFamily="@font/gmarket_sans_medium"
android:text="자세히>"
android:text="@string/screen_audition_how_to_use_more"
android:textColor="@color/white"
android:textSize="13.3sp" />
</RelativeLayout>

View File

@@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="오디션"
android:text="@string/screen_audition_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
app:layout_constraintStart_toStartOf="parent"
@@ -31,8 +31,9 @@
android:id="@+id/tv_audition_title_off"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text=" OFF"
android:text="@string/screen_audition_off"
android:textColor="@color/color_bbbbbb"
android:textSize="18.3sp"
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"

View File

@@ -10,7 +10,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="오디션"
android:text="@string/screen_audition_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
app:layout_constraintStart_toStartOf="parent"
@@ -20,8 +20,9 @@
android:id="@+id/tv_audition_title_on"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text=" ON"
android:text="@string/screen_audition_on"
android:textColor="@color/color_ff5c49"
android:textSize="18.3sp"
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"

View File

@@ -185,6 +185,14 @@
<string name="following_creator_total_suffix">creators</string>
<string name="following_creator_empty">You are not following any channels.</string>
<!-- Audition -->
<string name="screen_audition_title">Audition</string>
<string name="screen_audition_on">ON</string>
<string name="screen_audition_off">OFF</string>
<string name="screen_audition_total_count">Total %1$d</string>
<string name="screen_audition_how_to_use">How to use VoiceOn audition</string>
<string name="screen_audition_how_to_use_more">See details&gt;</string>
<!-- Settings / Notices / Events -->
<string name="screen_settings_title">Settings</string>
<string name="screen_settings_notification">Notification settings</string>

View File

@@ -185,6 +185,14 @@
<string name="following_creator_total_suffix"></string>
<string name="following_creator_empty">フォロー中のチャンネルがありません。</string>
<!-- Audition -->
<string name="screen_audition_title">オーディション</string>
<string name="screen_audition_on">ON</string>
<string name="screen_audition_off">OFF</string>
<string name="screen_audition_total_count">合計 %1$d件</string>
<string name="screen_audition_how_to_use">ボイスオンオーディションの利用方法</string>
<string name="screen_audition_how_to_use_more">詳しく&gt;</string>
<!-- Settings / Notices / Events -->
<string name="screen_settings_title">設定</string>
<string name="screen_settings_notification">通知設定</string>

View File

@@ -184,6 +184,14 @@
<string name="following_creator_total_suffix"></string>
<string name="following_creator_empty">팔로우 중인 채널이 없습니다.</string>
<!-- Audition -->
<string name="screen_audition_title">오디션</string>
<string name="screen_audition_on">ON</string>
<string name="screen_audition_off">OFF</string>
<string name="screen_audition_total_count">총 %1$d개</string>
<string name="screen_audition_how_to_use">보이스온 오디션 이용방법</string>
<string name="screen_audition_how_to_use_more">자세히&gt;</string>
<!-- Settings / Notices / Events -->
<string name="screen_settings_title">설정</string>
<string name="screen_settings_notification">알림 설정</string>