From 270d697ce64faa81f2a43a617993ac6e7b7e3a6b Mon Sep 17 00:00:00 2001 From: klaus Date: Wed, 3 Dec 2025 20:07:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EC=A0=84=EC=B2=B4=EB=B3=B4=EA=B8=B0=20=EB=AC=B8=EC=9E=90?= =?UTF-8?q?=EC=97=B4=20=EB=A6=AC=EC=86=8C=EC=8A=A4=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../all/CreatorCommunityAllActivity.kt | 17 +++++++++++------ .../all/CreatorCommunityAllAdapter.kt | 5 ++++- app/src/main/res/values-en/strings.xml | 5 +++++ app/src/main/res/values-ja/strings.xml | 5 +++++ app/src/main/res/values/strings.xml | 5 +++++ 5 files changed, 30 insertions(+), 7 deletions(-) diff --git a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllActivity.kt b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllActivity.kt index b70d44e6..46903064 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllActivity.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllActivity.kt @@ -12,6 +12,7 @@ import android.widget.Toast import androidx.activity.result.contract.ActivityResultContracts import androidx.recyclerview.widget.LinearLayoutManager import androidx.recyclerview.widget.RecyclerView +import kr.co.vividnext.sodalive.R import kr.co.vividnext.sodalive.base.BaseActivity import kr.co.vividnext.sodalive.base.SodaDialog import kr.co.vividnext.sodalive.common.Constants @@ -58,7 +59,11 @@ class CreatorCommunityAllActivity : BaseActivity items[index] = post diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 3514ab8f..e967a808 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -783,6 +783,11 @@ After posting, your post will appear here\nand be visible in the community. Channel introduction You cannot reserve a live you created. + Community + Invalid request. + Delete post + Delete this post? + View this post for %1$d cans Reserve with %1$s cans Pay to join the \"%1$s\" live. On Air diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index bd3f15ff..97ef498d 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -783,6 +783,11 @@ 投稿するとここに表示され\nコミュニティに公開されます。 チャンネル紹介 自分が作成したライブは予約できません。 + コミュニティ + 不正なリクエストです。 + 投稿削除 + 削除しますか? + %1$dキャンで投稿を見る %1$sキャンで予約 「%1$s」ライブに参加するために決済します。 On Air diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1a9fb5fd..6390a3dc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -782,6 +782,11 @@ 게시 후에 게시물이 여기에 표시되고\n커뮤니티에 공개됩니다. 채널 소개 내가 만든 라이브는 예약할 수 없습니다. + 커뮤니티 + 잘못된 요청입니다. + 게시물 삭제 + 삭제하시겠습니까? + %1$d캔으로 게시글 보기 %1$s캔으로 예약 \'%1$s\' 라이브에 참여하기 위해 결제합니다. On Air