发布动态页面调整

This commit is contained in:
2025-11-13 18:55:05 +08:00
parent c5e6843b35
commit 238b7dfb75
11 changed files with 759 additions and 150 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -210,7 +210,7 @@
<string name="text_error_password_too_long">パスワードは%1$d文字を超えることはできません</string>
<string name="block">ブロック</string>
<string name="read_full_article">全文を読む</string>
<string name="drafts">ドラフトボックス</string>
<!-- Create Bottom Sheet -->
<string name="create_title">作成</string>
@@ -368,5 +368,20 @@
<string name="explore">探検する</string>
<string name="reply_to_user">返信@%1$s</string>
<string name="error_select_at_least_one_image">少なくとも1枚の画像を選択してください。</string>
<!-- Create Group Chat Confirm -->
<string name="create_group_chat_confirm_title">グループチャットを作成</string>
<string name="create_group_chat_required_cost">必要消費:</string>
<string name="create_group_chat_current_balance">現在の残高</string>
<string name="create_group_chat_balance_after">消費後の残高:</string>
<string name="create_group_chat_confirm_consume">消費を確認</string>
<string name="create_group_chat_insufficient_balance">残高不足</string>
<string name="create_group_chat_exceed_limit">メンバー数が上限を超えています(%1$d</string>
<string name="pai_coin">パイコイン</string>
<string name="cost_required">必要費用</string>
<string name="balance_after">消費後の残高</string>
<string name="insufficient_pai_coin_balance">パイコイン残高不足</string>
<string name="go_recharge">チャージへ</string>
<string name="confirm_consumption">消費を確認</string>
</resources>

View File

@@ -149,7 +149,7 @@
<string name="agent_create">创建智能体</string>
<string name="create_confirm">好的,就它了</string>
<string name="moment_content_hint">需要一些灵感来写文章吗?让人工智能来帮你!</string>
<string name="moment_ai_co">AI文案优化</string>
<string name="moment_ai_co">文案优化</string>
<string name="moment_ai_delete">删除</string>
<string name="moment_ai_apply">应用</string>
<string name="chat_ai">智能体</string>
@@ -213,7 +213,7 @@
<string name="chatting_now">人正在热聊…</string>
<string name="block">拉黑</string>
<string name="read_full_article">查看全文</string>
<string name="drafts">草稿箱</string>
<!-- Create Bottom Sheet -->
<string name="create_title">创建</string>

View File

@@ -209,6 +209,7 @@
<string name="text_error_password_too_long">Password cannot exceed %1$d characters</string>
<string name="block">Block</string>
<string name="read_full_article">Read full article</string>
<string name="drafts">drafts</string>
<!-- Create Bottom Sheet -->
<string name="create_title">Create</string>