플레이어 에러 문자열 리소스화

This commit is contained in:
2025-12-03 17:40:43 +09:00
parent 764ca0f892
commit ad1c58bbf5
4 changed files with 4 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ class AudioContentPlayerFragment(
if (mediaController == null) {
Toast.makeText(
requireContext(),
"플레이어를 실행하지 못했습니다.\n다시 시도해 주세요.",
getString(R.string.audio_content_player_error_launch_failed),
Toast.LENGTH_LONG
).show()
dismiss()

View File

@@ -836,6 +836,7 @@
<string name="screen_audio_content_all_title_free">All free content</string>
<string name="screen_audio_content_all_title_point_only">All point rentals</string>
<string name="screen_audio_content_error_invalid_request">Invalid request.</string>
<string name="audio_content_player_error_launch_failed">Couldn\'t start the player.\nPlease try again.</string>
<string name="screen_audio_content_new_content">Add new content</string>
<string name="screen_audio_content_sort_newest">Newest</string>
<string name="screen_audio_content_sort_price_high">Price: High to Low</string>

View File

@@ -836,6 +836,7 @@
<string name="screen_audio_content_all_title_free">すべての無料コンテンツ</string>
<string name="screen_audio_content_all_title_point_only">ポイントレンタル一覧</string>
<string name="screen_audio_content_error_invalid_request">無効なリクエストです。</string>
<string name="audio_content_player_error_launch_failed">プレイヤーを起動できませんでした。\nもう一度お試しください。</string>
<string name="screen_audio_content_new_content">新しいコンテンツを登録</string>
<string name="screen_audio_content_sort_newest">最新順</string>
<string name="screen_audio_content_sort_price_high">価格が高い順</string>

View File

@@ -835,6 +835,7 @@
<string name="screen_audio_content_all_title_free">무료 콘텐츠 전체</string>
<string name="screen_audio_content_all_title_point_only">포인트 대여 전체</string>
<string name="screen_audio_content_error_invalid_request">잘못된 요청입니다.</string>
<string name="audio_content_player_error_launch_failed">플레이어를 실행하지 못했습니다.\n다시 시도해 주세요.</string>
<string name="screen_audio_content_new_content">새로운 콘텐츠 등록하기</string>
<string name="screen_audio_content_sort_newest">최신순</string>
<string name="screen_audio_content_sort_price_high">높은 가격순</string>